Skip to content

Commit acc7ab5

Browse files
Bump copyright year
1 parent 4e461d3 commit acc7ab5

18 files changed

+30
-30
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2019 Threema GmbH
3+
Copyright (c) 2016-2022 Threema GmbH
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dist/saltyrtc-task-webrtc.es2015.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
* A SaltyRTC WebRTC task v1 implementation.
44
* https://github.com/saltyrtc/saltyrtc-task-webrtc-js#readme
55
*
6-
* Copyright (C) 2016-2019 Threema GmbH
6+
* Copyright (C) 2016-2022 Threema GmbH
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license:
10-
*
10+
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
1313
* in the Software without restriction, including without limitation the rights
1414
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1515
* copies of the Software, and to permit persons to whom the Software is
1616
* furnished to do so, subject to the following conditions:
17-
*
17+
*
1818
* The above copyright notice and this permission notice shall be included in all
1919
* copies or substantial portions of the Software.
20-
*
20+
*
2121
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2222
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2323
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

dist/saltyrtc-task-webrtc.es5.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
* A SaltyRTC WebRTC task v1 implementation.
44
* https://github.com/saltyrtc/saltyrtc-task-webrtc-js#readme
55
*
6-
* Copyright (C) 2016-2019 Threema GmbH
6+
* Copyright (C) 2016-2022 Threema GmbH
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license:
10-
*
10+
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
1313
* in the Software without restriction, including without limitation the rights
1414
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1515
* copies of the Software, and to permit persons to whom the Software is
1616
* furnished to do so, subject to the following conditions:
17-
*
17+
*
1818
* The above copyright notice and this permission notice shall be included in all
1919
* copies or substantial portions of the Software.
20-
*
20+
*
2121
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2222
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2323
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

dist/saltyrtc-task-webrtc.es5.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/saltyrtc-task-webrtc.es5.min.polyfill.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rollup/es2015.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
" * " + p.description + "\n" +
2121
" * " + p.homepage + "\n" +
2222
" *\n" +
23-
" * Copyright (C) 2016-2019 " + p.author + "\n" +
23+
" * Copyright (C) 2016-2022 " + p.author + "\n" +
2424
" *\n" +
2525
" * This software may be modified and distributed under the terms\n" +
2626
" * of the MIT license:\n" +

saltyrtc-task-webrtc.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2016-2019 Threema GmbH
2+
* Copyright (C) 2016-2022 Threema GmbH
33
*
44
* This software may be modified and distributed under the terms
55
* of the MIT license. See the `LICENSE.md` file for details.

src/crypto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2016-2019 Threema GmbH
2+
* Copyright (C) 2016-2022 Threema GmbH
33
*
44
* This software may be modified and distributed under the terms
55
* of the MIT license. See the `LICENSE.md` file for details.

src/main.es5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Entry point for the library. The full public API should be re-exported here.
33
*
4-
* Copyright (C) 2016-2019 Threema GmbH
4+
* Copyright (C) 2016-2022 Threema GmbH
55
*
66
* This software may be modified and distributed under the terms
77
* of the MIT license. See the `LICENSE.md` file for details.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Entry point for the library. The full public API should be re-exported here.
33
*
4-
* Copyright (C) 2016-2019 Threema GmbH
4+
* Copyright (C) 2016-2022 Threema GmbH
55
*
66
* This software may be modified and distributed under the terms
77
* of the MIT license. See the `LICENSE.md` file for details.

src/nonce.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2016-2019 Threema GmbH
2+
* Copyright (C) 2016-2022 Threema GmbH
33
*
44
* This software may be modified and distributed under the terms
55
* of the MIT license. See the `LICENSE.md` file for details.

src/task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2016-2019 Threema GmbH
2+
* Copyright (C) 2016-2022 Threema GmbH
33
*
44
* This software may be modified and distributed under the terms
55
* of the MIT license. See the `LICENSE.md` file for details.

src/transport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2016-2019 Threema GmbH
2+
* Copyright (C) 2016-2022 Threema GmbH
33
*
44
* This software may be modified and distributed under the terms
55
* of the MIT license. See the `LICENSE.md` file for details.

tests/crypto.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2016-2019 Threema GmbH
2+
* Copyright (C) 2016-2022 Threema GmbH
33
*
44
* This software may be modified and distributed under the terms
55
* of the MIT license. See the `LICENSE.md` file for details.

tests/integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2016-2019 Threema GmbH
2+
* Copyright (C) 2016-2022 Threema GmbH
33
*
44
* This software may be modified and distributed under the terms
55
* of the MIT license. See the `LICENSE.md` file for details.

tests/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2016-2019 Threema GmbH
2+
* Copyright (C) 2016-2022 Threema GmbH
33
*
44
* This software may be modified and distributed under the terms
55
* of the MIT license. See the `LICENSE.md` file for details.

tests/nonce.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2016-2019 Threema GmbH
2+
* Copyright (C) 2016-2022 Threema GmbH
33
*
44
* This software may be modified and distributed under the terms
55
* of the MIT license. See the `LICENSE.md` file for details.

tests/transport.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2016-2019 Threema GmbH
2+
* Copyright (C) 2016-2022 Threema GmbH
33
*
44
* This software may be modified and distributed under the terms
55
* of the MIT license. See the `LICENSE.md` file for details.

0 commit comments

Comments
 (0)