diff --git a/LICENSE b/LICENSE index 3d993b7..0ad25db 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,3 @@ -nxapi -Copyright (c) 2022 Samuel Elliott - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published -by the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. - -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . - ---- - GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 diff --git a/package-lock.json b/package-lock.json index 19a3ac0..22ff6c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "nxapi", "version": "1.4.0", + "license": "AGPL-3.0-or-later", "dependencies": { "body-parser": "^1.20.0", "cli-table": "^0.3.11", diff --git a/package.json b/package.json index eec4283..9891ed1 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "nxapi", "version": "1.4.0", "description": "Nintendo Switch app APIs", + "license": "AGPL-3.0-or-later", "author": "Samuel Elliott", "main": "dist/index.js", "type": "module", @@ -9,6 +10,8 @@ "type": "git", "url": "git@gitlab.fancy.org.uk:samuel/nxapi.git" }, + "homepage": "https://gitlab.fancy.org.uk/samuel/nxapi", + "bugs": "https://github.com/samuelthomas2774/nxapi/issues", "files": [ "dist", "!dist/app",