Skip to content

Commit b725bee

Browse files
committed
update urls and add adapter.js authors to license
1 parent 2fcd382 commit b725bee

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

LICENSE.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Copyright (c) 2014, The WebRTC project authors. All rights reserved.
2+
Copyright (c) 2018, The adapter.js project authors. All rights reserved.
23

34
Redistribution and use in source and binary forms, with or without
45
modification, are permitted provided that the following conditions are

bower.json

+4-10
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"main": "./release/adapter.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/webrtc/adapter.git"
8+
"url": "https://github.com/webrtchacks/adapter.git"
99
},
1010
"authors": [
11-
"The WebRTC project authors (https://www.webrtc.org/)"
11+
"The WebRTC project authors (https://www.webrtc.org/)",
12+
"The adapter.js project authors (https://github.com/webrtchacks/adapter/)"
1213
],
1314
"moduleType": [
1415
"node"
@@ -18,14 +19,7 @@
1819
],
1920
"keywords": [
2021
"WebRTC",
21-
"PeerConnection",
2222
"RTCPeerConnection",
23-
"getUserMedia",
24-
"Chrome",
25-
"Chromium",
26-
"Firefox",
27-
"Edge",
28-
"Adapter",
29-
"Shim"
23+
"getUserMedia"
3024
]
3125
}

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"main": "./src/js/adapter_core.js",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/webrtc/adapter.git"
9+
"url": "https://github.com/webrtchacks/adapter.git"
1010
},
1111
"authors": [
12-
"The WebRTC project authors (https://www.webrtc.org/)"
12+
"The WebRTC project authors (https://www.webrtc.org/)",
13+
"The adapter.js project authors (https://github.com/webrtchacks/adapter/)"
1314
],
1415
"scripts": {
1516
"preversion": "git stash && npm install && npm update && BROWSER=chrome BVER=stable CI=true npm test && git checkout -B bumpVersion && grunt build && grunt copyForPublish && git add package.json release/* && git commit -m 'Add adapter artifacts' --allow-empty",

0 commit comments

Comments
 (0)