diff --git a/LICENSE.md b/LICENSE.md index 18b05b9..e3ed6ec 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2016-2017, John Gardner +Copyright (c) 2017, John Gardner Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/package.json b/package.json index b475b41..b237d27 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "WebAssembly language support in Atom.", "keywords": ["wasm", "wast", "wat", "WebAssembly"], "repository": "https://github.com/Alhadis/language-webassembly", + "author": "John Gardner ", "license": "ISC", "engines": {"atom": "*"} }