From 7dc94e0abf6bba233bf7b659764d6e9582e1623a Mon Sep 17 00:00:00 2001 From: Julian Krauser Date: Sun, 16 Feb 2025 09:53:42 +0100 Subject: [PATCH] license update finish --- LICENSE | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 421d4cb..c251cfb 100644 --- a/LICENSE +++ b/LICENSE @@ -219,8 +219,8 @@ If you develop a new program, and you want it to be of the greatest possible use To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - ff-operation - Copyright (C) 2025 Ehrenamt + ff-admin-webapi-client + Copyright (C) 2025 FF Admin by JK Effects 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. diff --git a/package-lock.json b/package-lock.json index cf5308a..3c697db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "@ff-admin/webapi-client", "version": "1.0.0", - "license": "GPL-3.0-only", + "license": "AGPL-3.0-only", "dependencies": { "axios": "^1.6.2", "typeorm": "^0.3.20" diff --git a/package.json b/package.json index 1072c42..926a579 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ff-admin" ], "author": "JK Effects", - "license": "GPL-3.0-only", + "license": "AGPL-3.0-only", "publishConfig": { "@ff-admin:registry": "https://npm.registry.jk-effects.cloud" }