소스 검색

Update license year (#700)

Happy 2019! 🎆
Danilo Bargen 6 년 전
부모
커밋
384b392d42
14개의 변경된 파일15개의 추가작업 그리고 15개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      header.js
  3. 1 1
      index.html
  4. 1 1
      src/app.ts
  5. 1 1
      src/partials/dialog.about.html
  6. 1 1
      tests/ts/containers.ts
  7. 1 1
      tests/ts/crypto_helpers.ts
  8. 1 1
      tests/ts/helpers.ts
  9. 1 1
      tests/ts/main.ts
  10. 1 1
      tests/ts/markup_parser.ts
  11. 1 1
      tests/ui/compose_area.ts
  12. 1 1
      tests/ui/main.ts
  13. 1 1
      tests/ui/run.ts
  14. 2 2
      troubleshoot/index.html

+ 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>