Skip to content

Commit 370b257

Browse files
Bump copyright year
1 parent 32152ff commit 370b257

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
4-
Copyright © 2016-2023 Threema GmbH (https://threema.ch/).
4+
Copyright © 2016-2025 Threema GmbH (https://threema.ch/).
55
66
This file is part of Threema Web.
77

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright © 2016-2023 Threema GmbH (https://threema.ch/).
2+
* Copyright © 2016-2025 Threema GmbH (https://threema.ch/).
33
*
44
* This file is part of Threema Web.
55
*

src/bootstrap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright © 2016-2023 Threema GmbH (https://threema.ch/).
2+
* Copyright © 2016-2025 Threema GmbH (https://threema.ch/).
33
*
44
* This file is part of Threema Web.
55
*

src/partials/dialog.about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2 translate>messenger.ABOUT</h2>
1212
<md-dialog-content>
1313
<div class="md-dialog-content">
1414
<p>
15-
Threema Web &copy; 2016&ndash;2023 Threema GmbH.
15+
Threema Web &copy; 2016&ndash;2025 Threema GmbH.
1616
<span translate>about.ALL_RIGHTS_RESERVED</span>
1717
</p>
1818

troubleshoot/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
4-
Copyright © 2017-2023 Threema GmbH (https://threema.ch/).
4+
Copyright © 2017-2025 Threema GmbH (https://threema.ch/).
55
66
This file is part of Threema Web.
77
@@ -188,7 +188,7 @@ <h2>Does TURN work?</h2>
188188
</div>
189189
</div>
190190
<footer>
191-
&copy; 2017&ndash;2023 Threema GmbH
191+
&copy; 2017&ndash;2025 Threema GmbH
192192
</footer>
193193
</body>
194194
</html>

troubleshoot/log.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
4-
Copyright © 2017-2023 Threema GmbH (https://threema.ch/).
4+
Copyright © 2017-2025 Threema GmbH (https://threema.ch/).
55
66
This file is part of Threema Web.
77
@@ -193,7 +193,7 @@ <h2>Log</h2>
193193
</div>
194194
</div>
195195

196-
<footer>&copy; 2017&ndash;2023 Threema GmbH</footer>
196+
<footer>&copy; 2017&ndash;2025 Threema GmbH</footer>
197197

198198
<!-- JS -->
199199
<script src="log.js?v=[[VERSION]]"></script>

webpack.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const webpack = require('webpack');
55
const banner = `
66
Threema Web.
77
8-
Copyright © 2016-2023 Threema GmbH (https://threema.ch/).
8+
Copyright © 2016-2025 Threema GmbH (https://threema.ch/).
99
1010
This program is free software: you can redistribute it and/or modify
1111
it under the terms of the GNU Affero General Public License as

0 commit comments

Comments
 (0)