diff options
author | Thesourtimes <cckhmck@gmail.com> | 2022-01-04 20:51:04 +0300 |
---|---|---|
committer | Thesourtimes <cckhmck@gmail.com> | 2022-01-04 20:51:04 +0300 |
commit | 7d6fd4c88f156847c8aeed32b357c7b70f9b53de (patch) | |
tree | 041eb90b836a158f7a9837829fb9a650af69596d | |
parent | Incrementing user discriminators (diff) | |
download | server-7d6fd4c88f156847c8aeed32b357c7b70f9b53de.tar.xz |
Update documents
-rw-r--r-- | .github/relase_body_template.md | 3 | ||||
-rw-r--r-- | api/package.json | 2 | ||||
-rw-r--r-- | cdn/package.json | 2 | ||||
-rw-r--r-- | dashboard/LICENSE | 14 | ||||
-rw-r--r-- | dashboard/package.json | 24 | ||||
-rw-r--r-- | dashboard/src/index.ts | 0 | ||||
-rw-r--r-- | gateway/package.json | 2 | ||||
-rw-r--r-- | rtc/LICENSE | 14 | ||||
-rw-r--r-- | webrtc/LICENSE | 29 |
9 files changed, 67 insertions, 23 deletions
diff --git a/.github/relase_body_template.md b/.github/relase_body_template.md index 34b46880..994e83d3 100644 --- a/.github/relase_body_template.md +++ b/.github/relase_body_template.md @@ -1,9 +1,10 @@ ## Notes ## Additions +- ## Fixes - +- ## Download - [Windows]() - [MacOS]() diff --git a/api/package.json b/api/package.json index 303d5871..182e53de 100644 --- a/api/package.json +++ b/api/package.json @@ -30,7 +30,7 @@ "discord-open-source" ], "author": "Fosscord", - "license": "ISC", + "license": "GPLV3", "bugs": { "url": "https://github.com/fosscord/fosscord-server/issues" }, diff --git a/cdn/package.json b/cdn/package.json index fec43785..d626e2f4 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -15,7 +15,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "GPLV3", "bugs": { "url": "https://github.com/fosscord/fosscord-server/issues" }, diff --git a/dashboard/LICENSE b/dashboard/LICENSE new file mode 100644 index 00000000..f19bf520 --- /dev/null +++ b/dashboard/LICENSE @@ -0,0 +1,14 @@ +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 0967ef42..1009d658 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1 +1,23 @@ -{} +{ + "name": "@fosscord/dashboard", + "version": "1.0.0", + "description": "Dashboard for Fosscord", + "main": "dist/index.js", + "types": "src/index.ts", + "scripts": { + "test": "npm run build && jest --coverage ./tests", + "build": "npx tsc -p .", + "start": "node dist/start.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/fosscord/fosscord-server.git" + }, + "keywords": [], + "author": "", + "license": "GPLV3", + "bugs": { + "url": "https://github.com/fosscord/fosscord-server/issues" + }, + "homepage": "https://github.com/fosscord/fosscord-server#readme" +} diff --git a/dashboard/src/index.ts b/dashboard/src/index.ts new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/dashboard/src/index.ts diff --git a/gateway/package.json b/gateway/package.json index e02a0000..f976b3e7 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -13,7 +13,7 @@ }, "keywords": [], "author": "Fosscord", - "license": "ISC", + "license": "GPLV3", "devDependencies": { "@types/amqplib": "^0.8.1", "@types/jsonwebtoken": "^8.5.0", diff --git a/rtc/LICENSE b/rtc/LICENSE new file mode 100644 index 00000000..f19bf520 --- /dev/null +++ b/rtc/LICENSE @@ -0,0 +1,14 @@ +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/webrtc/LICENSE b/webrtc/LICENSE index e8ea215a..f19bf520 100644 --- a/webrtc/LICENSE +++ b/webrtc/LICENSE @@ -1,21 +1,14 @@ -MIT License +Copyright (C) 2021 Fosscord and contributors -Copyright (c) 2021 Fosscord (former Discord Open Source) +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. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +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. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +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 |