Skip to content

Commit 3df7b50

Browse files
committed
fix: License file to be the same as in package.json
1 parent e07029e commit 3df7b50

File tree

18 files changed

+1326
-2036
lines changed

18 files changed

+1326
-2036
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,30 @@
2525
"devDependencies": {
2626
"@google-cloud/storage": "^2.3.1",
2727
"@types/chai": "^4.1.3",
28-
"@types/jest": "^23.3.9",
28+
"@types/jest": "^24.0.6",
2929
"@types/mocha": "^5.2.0",
30-
"@types/node": "^10.0.2",
30+
"@types/node": "^11.9.4",
3131
"@types/raven": "^2.5.1",
32-
"@types/sinon": "^5.0.7",
32+
"@types/sinon": "^7.0.6",
3333
"chai": "^4.1.2",
3434
"codecov": "^3.0.2",
35-
"danger": "^6.1.5",
35+
"danger": "^7.0.12",
3636
"danger-plugin-tslint": "^2.0.0",
37-
"jest": "^23.6.0",
37+
"jest": "^24.1.0",
3838
"karma-sinon": "^1.0.5",
39-
"lerna": "3.5.0",
40-
"mocha": "^4.1.0",
39+
"lerna": "3.13.0",
40+
"mocha": "^5.2.0",
4141
"npm-run-all": "^4.1.2",
4242
"prettier": "^1.14.0",
4343
"prettier-check": "^2.0.0",
4444
"replace-in-file": "^3.4.2",
45-
"rimraf": "^2.6.2",
45+
"rimraf": "^2.6.3",
4646
"sinon": "^7.1.1",
4747
"ts-jest": "^23.10.5",
4848
"tslint": "^5.11.0",
49-
"typedoc": "^0.13.0",
49+
"typedoc": "^0.14.2",
5050
"typedoc-plugin-monorepo": "^0.1.0",
5151
"typescript": "^3.2.0",
52-
"typescript-tslint-plugin": "^0.2.1"
52+
"typescript-tslint-plugin": "^0.3.1"
5353
}
5454
}

packages/browser/LICENSE

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
Copyright (c) 2018 Sentry (https://sentry.io) and individual contributors.
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2019, Sentry
24
All rights reserved.
35

46
Redistribution and use in source and binary forms, with or without
57
modification, are permitted provided that the following conditions are met:
68

7-
1. Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
911

10-
2. Redistributions in binary form must reproduce the above copyright
11-
notice, this list of conditions and the following disclaimer in the
12-
documentation and/or other materials provided with the distribution.
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
1315

14-
3. Neither the name of the Sentry nor the names of its contributors may be
15-
used to endorse or promote products derived from this software without specific
16-
prior written permission.
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
1719

18-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2123
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2224
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2325
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

packages/browser/package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,8 @@
2121
"tslib": "^1.9.3"
2222
},
2323
"devDependencies": {
24-
"@google-cloud/storage": "^2.4.2",
25-
"@types/jest": "^24.0.6",
2624
"@types/md5": "2.1.33",
27-
"@types/mocha": "^5.2.6",
28-
"@types/node": "^11.9.4",
29-
"@types/raven": "^2.5.3",
30-
"@types/sinon": "^7.0.6",
3125
"chai": "^4.1.2",
32-
"codecov": "^3.2.0",
33-
"danger": "^7.0.12",
3426
"jest": "^24.1.0",
3527
"jsdom": "^13.2.0",
3628
"karma": "^4.0.0",
@@ -44,12 +36,9 @@
4436
"karma-sauce-launcher": "^2.0.2",
4537
"karma-typescript": "^4.0.0",
4638
"karma-typescript-es6-transform": "^4.0.0",
47-
"lerna": "3.13.0",
48-
"mocha": "^5.2.0",
4939
"npm-run-all": "^4.1.2",
5040
"prettier": "^1.16.4",
5141
"prettier-check": "^2.0.0",
52-
"replace-in-file": "^3.4.3",
5342
"rimraf": "^2.6.3",
5443
"rollup": "^1.2.1",
5544
"rollup-plugin-commonjs": "^9.1.3",
@@ -60,10 +49,8 @@
6049
"rollup-plugin-uglify": "^6.0.2",
6150
"sinon": "^7.2.3",
6251
"tslint": "^5.12.1",
63-
"typedoc": "^0.14.2",
6452
"typescript": "^3.3.3",
65-
"typescript-tslint-plugin": "^0.3.1",
66-
"webpack": "^4.29.4"
53+
"webpack": "^4.29.5"
6754
},
6855
"scripts": {
6956
"build": "run-p build:esm build:es5",

packages/core/LICENSE

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
Copyright (c) 2018 Sentry (https://sentry.io) and individual contributors.
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2019, Sentry
24
All rights reserved.
35

46
Redistribution and use in source and binary forms, with or without
57
modification, are permitted provided that the following conditions are met:
68

7-
1. Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
911

10-
2. Redistributions in binary form must reproduce the above copyright
11-
notice, this list of conditions and the following disclaimer in the
12-
documentation and/or other materials provided with the distribution.
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
1315

14-
3. Neither the name of the Sentry nor the names of its contributors may be
15-
used to endorse or promote products derived from this software without specific
16-
prior written permission.
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
1719

18-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2123
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2224
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2325
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

packages/core/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"prettier": "^1.16.4",
2828
"prettier-check": "^2.0.0",
2929
"rimraf": "^2.6.3",
30-
"ts-jest": "^23.10.5",
3130
"tslint": "^5.12.1",
3231
"typescript": "^3.3.3"
3332
},

packages/hub/LICENSE

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
Copyright (c) 2018 Sentry (https://sentry.io) and individual contributors.
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2019, Sentry
24
All rights reserved.
35

46
Redistribution and use in source and binary forms, with or without
57
modification, are permitted provided that the following conditions are met:
68

7-
1. Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
911

10-
2. Redistributions in binary form must reproduce the above copyright
11-
notice, this list of conditions and the following disclaimer in the
12-
documentation and/or other materials provided with the distribution.
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
1315

14-
3. Neither the name of the Sentry nor the names of its contributors may be
15-
used to endorse or promote products derived from this software without specific
16-
prior written permission.
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
1719

18-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2123
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2224
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2325
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

packages/hub/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"prettier": "^1.16.4",
2626
"prettier-check": "^2.0.0",
2727
"rimraf": "^2.6.3",
28-
"ts-jest": "^23.10.5",
2928
"tslint": "^5.12.1",
3029
"typescript": "^3.3.3"
3130
},

packages/minimal/LICENSE

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
Copyright (c) 2018 Sentry (https://sentry.io) and individual contributors.
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2019, Sentry
24
All rights reserved.
35

46
Redistribution and use in source and binary forms, with or without
57
modification, are permitted provided that the following conditions are met:
68

7-
1. Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
911

10-
2. Redistributions in binary form must reproduce the above copyright
11-
notice, this list of conditions and the following disclaimer in the
12-
documentation and/or other materials provided with the distribution.
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
1315

14-
3. Neither the name of the Sentry nor the names of its contributors may be
15-
used to endorse or promote products derived from this software without specific
16-
prior written permission.
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
1719

18-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2123
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2224
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2325
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

packages/minimal/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"prettier": "^1.16.4",
2626
"prettier-check": "^2.0.0",
2727
"rimraf": "^2.6.3",
28-
"ts-jest": "^23.10.5",
2928
"tslint": "^5.12.1",
3029
"typescript": "^3.3.3"
3130
},

packages/node/LICENSE

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
Copyright (c) 2018 Sentry (https://sentry.io) and individual contributors.
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2019, Sentry
24
All rights reserved.
35

46
Redistribution and use in source and binary forms, with or without
57
modification, are permitted provided that the following conditions are met:
68

7-
1. Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
911

10-
2. Redistributions in binary form must reproduce the above copyright
11-
notice, this list of conditions and the following disclaimer in the
12-
documentation and/or other materials provided with the distribution.
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
1315

14-
3. Neither the name of the Sentry nor the names of its contributors may be
15-
used to endorse or promote products derived from this software without specific
16-
prior written permission.
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
1719

18-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2123
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2224
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2325
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

packages/node/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"prettier": "^1.16.4",
3838
"prettier-check": "^2.0.0",
3939
"rimraf": "^2.6.3",
40-
"ts-jest": "^23.10.5",
4140
"tslint": "^5.12.1",
4241
"typescript": "^3.3.3"
4342
},

packages/raven-js/LICENSE

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
Copyright (c) 2018 Sentry (https://sentry.io) and individual contributors.
1+
BSD 2-Clause License
2+
3+
Copyright (c) 2019, Sentry (https://sentry.io)
24
All rights reserved.
35

46
Redistribution and use in source and binary forms, with or without
57
modification, are permitted provided that the following conditions are met:
68

7-
1. Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
9-
10-
2. Redistributions in binary form must reproduce the above copyright
11-
notice, this list of conditions and the following disclaimer in the
12-
documentation and/or other materials provided with the distribution.
9+
1. Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
1311

14-
3. Neither the name of the Sentry nor the names of its contributors may be
15-
used to endorse or promote products derived from this software without specific
16-
prior written permission.
12+
2. Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
1715

18-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2119
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2220
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2321
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

packages/raven-node/LICENSE

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
Copyright (c) 2018 Sentry (https://sentry.io) and individual contributors.
1+
BSD 2-Clause License
2+
3+
Copyright (c) 2019, Sentry (https://sentry.io)
24
All rights reserved.
35

46
Redistribution and use in source and binary forms, with or without
57
modification, are permitted provided that the following conditions are met:
68

7-
1. Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
9-
10-
2. Redistributions in binary form must reproduce the above copyright
11-
notice, this list of conditions and the following disclaimer in the
12-
documentation and/or other materials provided with the distribution.
9+
1. Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
1311

14-
3. Neither the name of the Sentry nor the names of its contributors may be
15-
used to endorse or promote products derived from this software without specific
16-
prior written permission.
12+
2. Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
1715

18-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2119
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2220
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2321
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

0 commit comments

Comments
 (0)