summary refs log tree commit diff
path: root/dashboard
diff options
context:
space:
mode:
authorThesourtimes <cckhmck@gmail.com>2022-04-26 21:34:15 +0300
committerErkin Alp Güney <erkinalp9035@gmail.com>2022-04-26 22:47:35 +0300
commit265f603b0af7f57763d3442d64cfad93aa3f0ad5 (patch)
tree86271fb5da86b555969cbea26c8385d2e85d647f /dashboard
parenteventually fix those errors (diff)
downloadserver-265f603b0af7f57763d3442d64cfad93aa3f0ad5.tar.xz
Do stuff for npm workspace
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/LICENSE14
-rw-r--r--dashboard/package.json4
2 files changed, 2 insertions, 16 deletions
diff --git a/dashboard/LICENSE b/dashboard/LICENSE
deleted file mode 100644

index f19bf520..00000000 --- a/dashboard/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/dashboard/package.json b/dashboard/package.json
index 1009d658..e71de793 100644 --- a/dashboard/package.json +++ b/dashboard/package.json
@@ -14,8 +14,8 @@ "url": "git+https://github.com/fosscord/fosscord-server.git" }, "keywords": [], - "author": "", - "license": "GPLV3", + "author": "Fosscord", + "license": "AGPLV3", "bugs": { "url": "https://github.com/fosscord/fosscord-server/issues" },