summary refs log tree commit diff
path: root/webrtc
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-05-31 20:01:16 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-05-31 20:01:16 +1000
commit035a8ead46a01c5647e5fc75b9f23707def2956a (patch)
tree631e233b28af6fda1eb0b2fc3eec180cf6db3ceb /webrtc
parentMerge branch 'fix/categoryNames' into slowcord (diff)
parentMerge pull request #759 from MaddyUnderStars/fix/respectRegisterConfig (diff)
downloadserver-035a8ead46a01c5647e5fc75b9f23707def2956a.tar.xz
Merge branch 'master' into slowcord
Diffstat (limited to 'webrtc')
-rw-r--r--webrtc/LICENSE14
-rw-r--r--webrtc/package.json4
2 files changed, 2 insertions, 16 deletions
diff --git a/webrtc/LICENSE b/webrtc/LICENSE
deleted file mode 100644

index f19bf520..00000000 --- a/webrtc/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/webrtc/package.json b/webrtc/package.json
index b9bac356..2a4705ab 100644 --- a/webrtc/package.json +++ b/webrtc/package.json
@@ -9,8 +9,8 @@ "start": "npm run build && node dist/start.js" }, "keywords": [], - "author": "", - "license": "ISC", + "author": "Fosscord", + "license": "AGPLV3", "devDependencies": { "@types/node": "^15.6.1", "@types/sdp-transform": "^2.4.5",