diff options
author | Thesourtimes <cckhmck@gmail.com> | 2022-04-26 21:34:15 +0300 |
---|---|---|
committer | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-04-26 22:47:35 +0300 |
commit | 540e643b86295e2c55941fc279e03b69e3f07ed5 (patch) | |
tree | 0e38d6acb9dde92bfe1b5720eabe8d88ae9d66c5 /util | |
parent | eventually fix those errors (diff) | |
download | server-540e643b86295e2c55941fc279e03b69e3f07ed5.tar.xz |
Do stuff for npm workspace
Diffstat (limited to 'util')
-rw-r--r-- | util/LICENSE | 14 | ||||
-rw-r--r-- | util/package.json | 2 |
2 files changed, 1 insertions, 15 deletions
diff --git a/util/LICENSE b/util/LICENSE deleted file mode 100644 index f19bf520..00000000 --- a/util/LICENSE +++ /dev/null @@ -1,14 +0,0 @@ -Copyright (C) 2021 Fosscord and contributors - -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 <https://www.gnu.org/licenses/>. \ No newline at end of file diff --git a/util/package.json b/util/package.json index d7baed9a..7251d3e4 100644 --- a/util/package.json +++ b/util/package.json @@ -23,7 +23,7 @@ "discord-open-source" ], "author": "Fosscord", - "license": "GPLV3", + "license": "AGPLV3", "bugs": { "url": "https://github.com/fosscord/fosscord-server/issues" }, |