Skip to content

Commit 01b53f2

Browse files
Bump copyright year
1 parent ae252df commit 01b53f2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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) 2018 Threema GmbH
3+
Copyright (c) 2018-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

rollup/es2015.js

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

saltyrtc-task-relayed-data.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2018 Threema GmbH
2+
* Copyright (C) 2018-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,5 +1,5 @@
11
/**
2-
* Copyright (C) 2018 Threema GmbH
2+
* Copyright (C) 2018-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.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2018 Threema GmbH
2+
* Copyright (C) 2018-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) 2018 Threema GmbH
2+
* Copyright (C) 2018-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) 2018 Threema GmbH
2+
* Copyright (C) 2018-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/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Test utils.
33
*
4-
* Copyright (C) 2018 Threema GmbH
4+
* Copyright (C) 2018-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.

0 commit comments

Comments
 (0)