Quellcode durchsuchen

Update license year (#700)

Happy 2019! 🎆
Danilo Bargen vor 6 Jahren
Ursprung
Commit
384b392d42

+ 1 - 1
README.md

@@ -170,7 +170,7 @@ Threema Web license:
 
     Threema Web.
 
-    Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+    Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU Affero General Public License as

+ 1 - 1
header.js

@@ -1,7 +1,7 @@
 /*
 ** Threema Web.
 **
-** Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+** Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
 **
 ** This program is free software: you can redistribute it and/or modify
 ** it under the terms of the GNU Affero General Public License as

+ 1 - 1
index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
 
-    Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+    Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
 
     This file is part of Threema Web.
 

+ 1 - 1
src/app.ts

@@ -1,5 +1,5 @@
 /**
- * Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+ * Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
  *
  * This file is part of Threema Web.
  *

+ 1 - 1
src/partials/dialog.about.html

@@ -12,7 +12,7 @@
         <md-dialog-content>
             <div class="md-dialog-content">
                 <p>
-                    Threema Web &copy; 2016&ndash;2018 Threema GmbH.
+                    Threema Web &copy; 2016&ndash;2019 Threema GmbH.
                     <span translate>about.ALL_RIGHTS_RESERVED</span>
                 </p>
 

+ 1 - 1
tests/ts/containers.ts

@@ -1,5 +1,5 @@
 /**
- * Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+ * Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
  *
  * This file is part of Threema Web.
  *

+ 1 - 1
tests/ts/crypto_helpers.ts

@@ -1,5 +1,5 @@
 /**
- * Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+ * Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
  *
  * This file is part of Threema Web.
  *

+ 1 - 1
tests/ts/helpers.ts

@@ -1,5 +1,5 @@
 /**
- * Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+ * Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
  *
  * This file is part of Threema Web.
  *

+ 1 - 1
tests/ts/main.ts

@@ -1,5 +1,5 @@
 /**
- * Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+ * Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
  *
  * This file is part of Threema Web.
  *

+ 1 - 1
tests/ts/markup_parser.ts

@@ -1,5 +1,5 @@
 /**
- * Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+ * Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
  *
  * This file is part of Threema Web.
  *

+ 1 - 1
tests/ui/compose_area.ts

@@ -1,5 +1,5 @@
 /**
- * Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+ * Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
  *
  * This file is part of Threema Web.
  */

+ 1 - 1
tests/ui/main.ts

@@ -1,5 +1,5 @@
 /**
- * Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+ * Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
  *
  * This file is part of Threema Web.
  */

+ 1 - 1
tests/ui/run.ts

@@ -1,5 +1,5 @@
 /**
- * Copyright © 2016-2018 Threema GmbH (https://threema.ch/).
+ * Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
  *
  * This file is part of Threema Web.
  */

+ 2 - 2
troubleshoot/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
 
-    Copyright © 2017-2018 Threema GmbH (https://threema.ch/).
+    Copyright © 2017-2019 Threema GmbH (https://threema.ch/).
 
     This file is part of Threema Web.
 
@@ -194,7 +194,7 @@
         </div>
     </div>
     <footer>
-        &copy; 2017&ndash;2018 Threema GmbH
+        &copy; 2017&ndash;2019 Threema GmbH
     </footer>
 </body>
 </html>