diff --git a/MANIFEST.in b/MANIFEST.in index 91fe29325087bd9fd659f0458b7acb9b919848d0..cd935cad5309ae1aac3856d79e83d65e8dd9c837 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/extras/init/rdiffweb b/extras/init/rdiffweb index 96499b49df466c360fd98e82b5302e54974d664c..38e16c054930d507334f7ac189663f06a89afdb5 100755 --- a/extras/init/rdiffweb +++ b/extras/init/rdiffweb @@ -1,6 +1,6 @@ #!/bin/sh # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/extras/nginx/rdiffweb_root.conf b/extras/nginx/rdiffweb_root.conf index 82e5a885e55f9ce353981233b42861fed3c79fea..2f7658157215e62d78ab0f2799026e7c6c39c479 100644 --- a/extras/nginx/rdiffweb_root.conf +++ b/extras/nginx/rdiffweb_root.conf @@ -1,5 +1,5 @@ # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # Nginx reverse proxy configuration. # This configuration allow you to serve rdiffweb as http://example.com/ diff --git a/rdiffweb/api.py b/rdiffweb/api.py index 162658ecf17f3f22a168eaa8aceb5aac4dacb982..02dbeb48258ba80fc0e8ff5ace5c249421673f67 100644 --- a/rdiffweb/api.py +++ b/rdiffweb/api.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2017 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/archiver.py b/rdiffweb/archiver.py index 256cddb025a3228acecd00873731a7db19fdca59..186128a4cf6dd5b2851db74b37f45f86b4745077 100644 --- a/rdiffweb/archiver.py +++ b/rdiffweb/archiver.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/core.py b/rdiffweb/core.py index 1228abc9a07b7050bcf248a8762d788ee7d788df..85782f63793013d1b5583d3f72542d9a2cba231e 100644 --- a/rdiffweb/core.py +++ b/rdiffweb/core.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/dispatch.py b/rdiffweb/dispatch.py index c677e56284ef3b60fa694a301986fe640ada6be1..96653daa4875b63f8d5d3df5128b99daf99dc25f 100644 --- a/rdiffweb/dispatch.py +++ b/rdiffweb/dispatch.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/filter_authentication.py b/rdiffweb/filter_authentication.py index 32e5a50bf349f6d03e8990df3b4f5c8a080c60e3..0be00368aac22b518fa6d075c41177914a0fa036 100644 --- a/rdiffweb/filter_authentication.py +++ b/rdiffweb/filter_authentication.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/i18n.py b/rdiffweb/i18n.py index 97480c7afc10f3a902b005a13ef60088928048f2..e9f1e5d487be53650dd1c475fa12428e30746e0a 100644 --- a/rdiffweb/i18n.py +++ b/rdiffweb/i18n.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/librdiff.py b/rdiffweb/librdiff.py index 27d994b6cbdc686595eca979f511fd11a915977a..fc4fbeff54cf67c8bbd44caae692f8de7d303dbb 100755 --- a/rdiffweb/librdiff.py +++ b/rdiffweb/librdiff.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/locales/ca/LC_MESSAGES/messages.po b/rdiffweb/locales/ca/LC_MESSAGES/messages.po index 9d7aa0374acc70cbf3a9e1d58ee9bb1ef7ad9962..a3593fab062ef7c062f9fd3e705bfd4e4f9a907c 100644 --- a/rdiffweb/locales/ca/LC_MESSAGES/messages.po +++ b/rdiffweb/locales/ca/LC_MESSAGES/messages.po @@ -1,5 +1,5 @@ # Translations template for rdiffweb. -# Copyright (C) 2017 ORGANIZATION +# Copyright (C) 2018 ORGANIZATION # This file is distributed under the same license as the rdiffweb project. # # FIRST AUTHOR , 2017. diff --git a/rdiffweb/locales/en/LC_MESSAGES/messages.po b/rdiffweb/locales/en/LC_MESSAGES/messages.po index 93b9fcb1777869db4d97ef7bdc6272caebb759ed..dc02303bfe2c5463becc76bb567176621309db35 100644 --- a/rdiffweb/locales/en/LC_MESSAGES/messages.po +++ b/rdiffweb/locales/en/LC_MESSAGES/messages.po @@ -1,5 +1,5 @@ # English translations for rdiffweb. -# Copyright (C) 2015 ORGANIZATION +# Copyright (C) 2018 ORGANIZATION # This file is distributed under the same license as the rdiffweb project. # FIRST AUTHOR , 2015. # diff --git a/rdiffweb/locales/es/LC_MESSAGES/messages.po b/rdiffweb/locales/es/LC_MESSAGES/messages.po index f3e066412ff795df8e28a5191ae01c6af46631ff..20626a3fe1f856bd34ec0d2c15a05a37b99813a7 100644 --- a/rdiffweb/locales/es/LC_MESSAGES/messages.po +++ b/rdiffweb/locales/es/LC_MESSAGES/messages.po @@ -1,5 +1,5 @@ # Translations template for rdiffweb. -# Copyright (C) 2017 ORGANIZATION +# Copyright (C) 2018 ORGANIZATION # This file is distributed under the same license as the rdiffweb project. # # FIRST AUTHOR , 2017. diff --git a/rdiffweb/locales/fr/LC_MESSAGES/messages.po b/rdiffweb/locales/fr/LC_MESSAGES/messages.po index bc42a6acc29b22ded4e5c88c408b16f00b840d69..23ba3ea8d18f841f894b66d55d8794eccf4cd2ae 100644 --- a/rdiffweb/locales/fr/LC_MESSAGES/messages.po +++ b/rdiffweb/locales/fr/LC_MESSAGES/messages.po @@ -1,5 +1,5 @@ # French translations for rdiffweb. -# Copyright (C) 2017 Rdiffweb Community +# Copyright (C) 2018 Rdiffweb Community # This file is distributed under the same license as the rdiffweb project. # Patrik Dufresne , 2017. # diff --git a/rdiffweb/locales/ru/LC_MESSAGES/messages.po b/rdiffweb/locales/ru/LC_MESSAGES/messages.po index a53ab90512df79b36a107663a5d21bbb1be1b535..c302e9e054792703bcbd2c8aec18adf253bd66c2 100644 --- a/rdiffweb/locales/ru/LC_MESSAGES/messages.po +++ b/rdiffweb/locales/ru/LC_MESSAGES/messages.po @@ -1,5 +1,5 @@ # Russian translations for rdiffweb. -# Copyright (C) 2015 ORGANIZATION +# Copyright (C) 2018 ORGANIZATION # This file is distributed under the same license as the rdiffweb project. # Evgeny S Maksimov , 2015. # diff --git a/rdiffweb/main.py b/rdiffweb/main.py index 034376daea59bff214fe81913b264ff73d999a2c..9a3fd2cd45031c38043b7860b08299a51ae07881 100755 --- a/rdiffweb/main.py +++ b/rdiffweb/main.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/page_admin.py b/rdiffweb/page_admin.py index 18467217e941706da877070e416ba56f60b954d6..7ba594d9e6698d709032fe416958c572cd8c0ca9 100644 --- a/rdiffweb/page_admin.py +++ b/rdiffweb/page_admin.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/page_browse.py b/rdiffweb/page_browse.py index 3472e54bc91b3870315a5e6d78ad894186793f7c..8c9590ee08f60a64973713dffff1eefeed15e88e 100644 --- a/rdiffweb/page_browse.py +++ b/rdiffweb/page_browse.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/page_history.py b/rdiffweb/page_history.py index 8aa46e85529959428fea37454aa5ddb7f9839578..0b55d5ef46fce3e9391acc591ec6d519eb9224f8 100644 --- a/rdiffweb/page_history.py +++ b/rdiffweb/page_history.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/page_locations.py b/rdiffweb/page_locations.py index 3ac37978502cf6337caa70c64902fd859b40d851..15656e5ddb6f2601f5e1a7b227d328179f4f5625 100644 --- a/rdiffweb/page_locations.py +++ b/rdiffweb/page_locations.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/page_main.py b/rdiffweb/page_main.py index c68e56192d7346587bff7f51b4033032de7cac59..a4f306ba5b9792e5617c91e7a576870c6bd30300 100644 --- a/rdiffweb/page_main.py +++ b/rdiffweb/page_main.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/page_prefs.py b/rdiffweb/page_prefs.py index c81f3058b162ff3c05d3200b9823391607dcd308..3d48973d56b420efc5bdf0654b29f1935803c337 100644 --- a/rdiffweb/page_prefs.py +++ b/rdiffweb/page_prefs.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/page_restore.py b/rdiffweb/page_restore.py index 5f5830de6ebef734cc442f5e5b2c3a0ffa0dc24b..a965969258577ba770ca2e652b7c8bf539b81a51 100644 --- a/rdiffweb/page_restore.py +++ b/rdiffweb/page_restore.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/page_settings.py b/rdiffweb/page_settings.py index 4007b368f08020d136a189f4421e4309bbe9a7b5..3971c18959c598ed494b5baa8f077b699676af00 100644 --- a/rdiffweb/page_settings.py +++ b/rdiffweb/page_settings.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/page_status.py b/rdiffweb/page_status.py index ca98b8b2d4c3b67ca7d50004677e9e080e169a20..aed94499a50a0be422986f510eff81bea0fa5349 100644 --- a/rdiffweb/page_status.py +++ b/rdiffweb/page_status.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/db_sqlite/__init__.py b/rdiffweb/plugins/db_sqlite/__init__.py index 7ed64827763d73a2c74a9285624c2a9bf22d556f..70662ada88e0788aa333df3c9b313c5c6ba815f7 100755 --- a/rdiffweb/plugins/db_sqlite/__init__.py +++ b/rdiffweb/plugins/db_sqlite/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/db_sqlite/tests/test_db_sqlite.py b/rdiffweb/plugins/db_sqlite/tests/test_db_sqlite.py index 4abef4433d9f3ccc4656915be25734fc5c2d96d6..f4959164a06935cf7f3270825e351ec49141e6e5 100644 --- a/rdiffweb/plugins/db_sqlite/tests/test_db_sqlite.py +++ b/rdiffweb/plugins/db_sqlite/tests/test_db_sqlite.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/delete_repo/__init__.py b/rdiffweb/plugins/delete_repo/__init__.py index 6b68fffc9137761b241f7e8b8a006e9efe0c87e8..fda0a108bd363e1dd5643fc2d5ee88054b78218e 100644 --- a/rdiffweb/plugins/delete_repo/__init__.py +++ b/rdiffweb/plugins/delete_repo/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/delete_repo/tests/test_delete.py b/rdiffweb/plugins/delete_repo/tests/test_delete.py index 3df2059e85e8737532ac7b725f4869fffaee52a6..ac79d1bee93b24e8c5669efd6ac2635aad529748 100644 --- a/rdiffweb/plugins/delete_repo/tests/test_delete.py +++ b/rdiffweb/plugins/delete_repo/tests/test_delete.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/graphs/__init__.py b/rdiffweb/plugins/graphs/__init__.py index e2ac434a46d8f05748da6ad62eba85d69200eb8c..ae9de637231dca11c2c186d64aa52d05a3e0a0a9 100644 --- a/rdiffweb/plugins/graphs/__init__.py +++ b/rdiffweb/plugins/graphs/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/graphs/tests/test_page_graphs.py b/rdiffweb/plugins/graphs/tests/test_page_graphs.py index 40c6d18b1aab0a179a38876890e603d2a534eaec..99fc49f0b4e817216835117b8082cfc51dfd7943 100644 --- a/rdiffweb/plugins/graphs/tests/test_page_graphs.py +++ b/rdiffweb/plugins/graphs/tests/test_page_graphs.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/ldap_auth/__init__.py b/rdiffweb/plugins/ldap_auth/__init__.py index a6e3a23472e8e01c3620a727b47418defa4de5c4..2d4a0ae5d23aefcce4d4cd7556b6f9a072a19980 100644 --- a/rdiffweb/plugins/ldap_auth/__init__.py +++ b/rdiffweb/plugins/ldap_auth/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/ldap_auth/tests/test_ldap.py b/rdiffweb/plugins/ldap_auth/tests/test_ldap.py index 10f31367cea9c2420f386358f5402f56017cd49c..30671c79e83b2da17857db61b10b30e3f3891b9d 100644 --- a/rdiffweb/plugins/ldap_auth/tests/test_ldap.py +++ b/rdiffweb/plugins/ldap_auth/tests/test_ldap.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/notification/__init__.py b/rdiffweb/plugins/notification/__init__.py index 1d219e39036bc080188c650da20152371cd4f3ff..893852e4dfdeef4177e02adb62fe1ac75301f2e9 100644 --- a/rdiffweb/plugins/notification/__init__.py +++ b/rdiffweb/plugins/notification/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/notification/templates/prefs_notification.html b/rdiffweb/plugins/notification/templates/prefs_notification.html index 0b74159c7e00df669362ad74da06dc3e647e1921..bee2b242ca5b30b4d1e59d2de54c94cd02786b9c 100644 --- a/rdiffweb/plugins/notification/templates/prefs_notification.html +++ b/rdiffweb/plugins/notification/templates/prefs_notification.html @@ -1,7 +1,7 @@ {# Rdiffweb SSHKeys plugins -Copyright (C) 2015 Patrik Dufresne Service Logiciel +Copyright (C) 2018 Patrik Dufresne Service Logiciel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/notification/tests/test_notification.py b/rdiffweb/plugins/notification/tests/test_notification.py index 5d4a17e29e2ec26b89a7cec2eaf4835fcc0dc4ef..559b8a6b2309ef34f36a4f4b9e8c68313bba490c 100644 --- a/rdiffweb/plugins/notification/tests/test_notification.py +++ b/rdiffweb/plugins/notification/tests/test_notification.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/prefs_general/__init__.py b/rdiffweb/plugins/prefs_general/__init__.py index 5140c533f35eca7345a0a088c44655a5be67b5a9..1c812b43e24c4c6c430ca6c77f6c84f6cc426923 100644 --- a/rdiffweb/plugins/prefs_general/__init__.py +++ b/rdiffweb/plugins/prefs_general/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/prefs_general/templates/prefs_general.html b/rdiffweb/plugins/prefs_general/templates/prefs_general.html index 758783b36a732743af35819501c461ed6ee3e35f..22731c0764e98e99f52fd47512479a62cc92eaff 100644 --- a/rdiffweb/plugins/prefs_general/templates/prefs_general.html +++ b/rdiffweb/plugins/prefs_general/templates/prefs_general.html @@ -1,7 +1,7 @@ {# Rdiffweb SSHKeys plugins -Copyright (C) 2015 Patrik Dufresne Service Logiciel +Copyright (C) 2018 Patrik Dufresne Service Logiciel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/prefs_sshkeys/__init__.py b/rdiffweb/plugins/prefs_sshkeys/__init__.py index 6a57b6f05e09f4680a720e15764aad9283fcf9a8..ff096b42266ce1fd567af7c0f147c457f8fd550d 100644 --- a/rdiffweb/plugins/prefs_sshkeys/__init__.py +++ b/rdiffweb/plugins/prefs_sshkeys/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/prefs_sshkeys/authorizedkeys.py b/rdiffweb/plugins/prefs_sshkeys/authorizedkeys.py index 5f42c14531864b67472adbf1d2c6591946460d4a..46a86dd87f5da114713afe1cf7e6ea1c86b732ae 100644 --- a/rdiffweb/plugins/prefs_sshkeys/authorizedkeys.py +++ b/rdiffweb/plugins/prefs_sshkeys/authorizedkeys.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/prefs_sshkeys/templates/prefs_sshkeys.html b/rdiffweb/plugins/prefs_sshkeys/templates/prefs_sshkeys.html index eb4d2b9fe6e461f36dca11a48b45fefc604ed8af..4e98ed9970f091b602147e28429554581647bd3b 100644 --- a/rdiffweb/plugins/prefs_sshkeys/templates/prefs_sshkeys.html +++ b/rdiffweb/plugins/prefs_sshkeys/templates/prefs_sshkeys.html @@ -1,7 +1,7 @@ {# Rdiffweb SSHKeys plugins -Copyright (C) 2015 Patrik Dufresne Service Logiciel +Copyright (C) 2018 Patrik Dufresne Service Logiciel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/prefs_sshkeys/tests/test_authorizedkeys.py b/rdiffweb/plugins/prefs_sshkeys/tests/test_authorizedkeys.py index 7b284f8c650eff4f9f020a820288c09340916834..fd26cf572dcef904770a5293f77f283fc321c7de 100644 --- a/rdiffweb/plugins/prefs_sshkeys/tests/test_authorizedkeys.py +++ b/rdiffweb/plugins/prefs_sshkeys/tests/test_authorizedkeys.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/prefs_sshkeys/tests/test_page_prefs_ssh.py b/rdiffweb/plugins/prefs_sshkeys/tests/test_page_prefs_ssh.py index f860bcc275d7aa7855d0fdd0724f1e7a22367911..8eaf683a4029375c78c4f1a9cc6682fcd99fa6c8 100644 --- a/rdiffweb/plugins/prefs_sshkeys/tests/test_page_prefs_ssh.py +++ b/rdiffweb/plugins/prefs_sshkeys/tests/test_page_prefs_ssh.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/remove_older/__init__.py b/rdiffweb/plugins/remove_older/__init__.py index 9e6d9d3da5a069ca9ee8dbee6778b3ec0eac1015..c3ad1fb94a8293c8ea63d4fe147daab3794d2801 100644 --- a/rdiffweb/plugins/remove_older/__init__.py +++ b/rdiffweb/plugins/remove_older/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/remove_older/tests/test_remove_older.py b/rdiffweb/plugins/remove_older/tests/test_remove_older.py index 2514f446175e0db112b37175728dd2467ed3092a..12f658b24b07c2512d996d97c5a9df84fdf8b8f7 100644 --- a/rdiffweb/plugins/remove_older/tests/test_remove_older.py +++ b/rdiffweb/plugins/remove_older/tests/test_remove_older.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/set_encoding/__init__.py b/rdiffweb/plugins/set_encoding/__init__.py index 6e05406cf18039974cae6aad152e11a9d195c80b..1cf4293122a93362db3a430baaea49ef29f0da24 100644 --- a/rdiffweb/plugins/set_encoding/__init__.py +++ b/rdiffweb/plugins/set_encoding/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/set_encoding/tests/test_set_encoding.py b/rdiffweb/plugins/set_encoding/tests/test_set_encoding.py index b78f7cb975cf0646191b9d9a1dbfb497739956fb..55c1574b02dc98f15ea1b219e8ea672363852be0 100644 --- a/rdiffweb/plugins/set_encoding/tests/test_set_encoding.py +++ b/rdiffweb/plugins/set_encoding/tests/test_set_encoding.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/plugins/update_repos/__init__.py b/rdiffweb/plugins/update_repos/__init__.py index 68789537be1086adde0570944c022f9078628d03..8f2d22ad3f8b6224f05e2ea161ff1b7bbee4a718 100644 --- a/rdiffweb/plugins/update_repos/__init__.py +++ b/rdiffweb/plugins/update_repos/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/rdw_app.py b/rdiffweb/rdw_app.py index d54101f81a70eccfe6b7c5da19a48dfe6eb1a7d0..6bf2a87b64ddbb9e8991beddb831da723e8188b4 100644 --- a/rdiffweb/rdw_app.py +++ b/rdiffweb/rdw_app.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/rdw_config.py b/rdiffweb/rdw_config.py index dd94b80eafecb8120144856a2df5eb57134caa13..90c892f93d2aa3dee5e6fa848615831b1097912d 100755 --- a/rdiffweb/rdw_config.py +++ b/rdiffweb/rdw_config.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/rdw_helpers.py b/rdiffweb/rdw_helpers.py index ebee2f1a4e56442bc5eccdac96169e0eb632dc9b..d8e2f1afc883a2d0a9b37d042b4563c88a1a3fd1 100755 --- a/rdiffweb/rdw_helpers.py +++ b/rdiffweb/rdw_helpers.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/rdw_plugin.py b/rdiffweb/rdw_plugin.py index 739353ac22364d2aebc98227d559c77819499615..ba0bf96e3927a4c1f57b7b4f6aab15332b17e903 100644 --- a/rdiffweb/rdw_plugin.py +++ b/rdiffweb/rdw_plugin.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/rdw_profiler.py b/rdiffweb/rdw_profiler.py index 868e200aba02fb7639e63d67c3ff594381b82835..f2e23e75881227d91010a5130b53069578f37f71 100644 --- a/rdiffweb/rdw_profiler.py +++ b/rdiffweb/rdw_profiler.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/rdw_spider_repos.py b/rdiffweb/rdw_spider_repos.py index 0a033bad28479ac2662c27487251cf3f6d2dc7e1..e08209d970fc25bfa72552fcab888a01352c6ab9 100755 --- a/rdiffweb/rdw_spider_repos.py +++ b/rdiffweb/rdw_spider_repos.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/rdw_templating.py b/rdiffweb/rdw_templating.py index 179a4f32ce3536eaf0e738298572e396c6cfb621..5b00b70d110bc0c77da52a8b08a84b6fa1087793 100755 --- a/rdiffweb/rdw_templating.py +++ b/rdiffweb/rdw_templating.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/static/js/rdiffweb.js b/rdiffweb/static/js/rdiffweb.js index 10ecd069ff3940187c2525732ecd2f96d0cbaac4..a38ffe75a2ebd101dac4c1d37eec431564fd2413 100644 --- a/rdiffweb/static/js/rdiffweb.js +++ b/rdiffweb/static/js/rdiffweb.js @@ -1,5 +1,5 @@ // rdiffweb, A web interface to rdiff-backup repositories -// Copyright (C) 2014 rdiffweb contributors +// Copyright (C) 2018 rdiffweb contributors // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/test.py b/rdiffweb/test.py index 44676e588c1caed2b65c101c1f933bb2dbfc59f2..824148ffa8ff10ae2a83c26e395271aaeec79e03 100644 --- a/rdiffweb/test.py +++ b/rdiffweb/test.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_api.py b/rdiffweb/tests/test_api.py index 883e08f6c7526f4faf205822750aeceeda849792..a3f49e46fb221d7cb88369cd740692a2f649d00a 100644 --- a/rdiffweb/tests/test_api.py +++ b/rdiffweb/tests/test_api.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2017 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_archiver.py b/rdiffweb/tests/test_archiver.py index a6ea1fb073d212bcac8176c8c43e66ae86b08a64..bb6de4e78aa4c34962760882ae6770dff7555223 100644 --- a/rdiffweb/tests/test_archiver.py +++ b/rdiffweb/tests/test_archiver.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_check_links.py b/rdiffweb/tests/test_check_links.py index 8a9b7116fbd8545b55161cf14915e52b16dd721a..44afba6cb1ebb901586cbf256b4bec0df5934b77 100644 --- a/rdiffweb/tests/test_check_links.py +++ b/rdiffweb/tests/test_check_links.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_i18n.py b/rdiffweb/tests/test_i18n.py index 48d61cc16d130d325e49a536391bd268e352d833..b0fa1ecb1100fb211692c4be0011b5ac334a018d 100644 --- a/rdiffweb/tests/test_i18n.py +++ b/rdiffweb/tests/test_i18n.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_librdiff.py b/rdiffweb/tests/test_librdiff.py index d7bd512f964628d41c040f83ddfad14115e976d3..024fe7185176e2fa173725f7930a46cbbb9b4a3e 100644 --- a/rdiffweb/tests/test_librdiff.py +++ b/rdiffweb/tests/test_librdiff.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_page_admin.py b/rdiffweb/tests/test_page_admin.py index f0fe2ac908837d4be4f4627058169c7261f63a51..3a643ea80caf765473f79e2cf32bd0caeb14b56b 100644 --- a/rdiffweb/tests/test_page_admin.py +++ b/rdiffweb/tests/test_page_admin.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_page_admin_plugins.py b/rdiffweb/tests/test_page_admin_plugins.py index 6cf950a1a447e4110f818ded057948898d6b87e0..aacff368c147e883c2ebb59d749ff9bbac84fc79 100644 --- a/rdiffweb/tests/test_page_admin_plugins.py +++ b/rdiffweb/tests/test_page_admin_plugins.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_page_browse.py b/rdiffweb/tests/test_page_browse.py index 7a528a85f46624578edfea562966a994bd5246b6..1db5a3e9d88ca1769d45e5da34fc179c140d9d54 100644 --- a/rdiffweb/tests/test_page_browse.py +++ b/rdiffweb/tests/test_page_browse.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_page_error.py b/rdiffweb/tests/test_page_error.py index da8ec165ee7e738ead997ab4a3d93349b1975e19..e09a8b608aa6d93a32944ab908349b71128469b4 100644 --- a/rdiffweb/tests/test_page_error.py +++ b/rdiffweb/tests/test_page_error.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_page_history.py b/rdiffweb/tests/test_page_history.py index 5842a867f645db192a3aca45cb484f78dca16e72..0d6a313b5c5846fbaca7be2cca89ae198292dafb 100644 --- a/rdiffweb/tests/test_page_history.py +++ b/rdiffweb/tests/test_page_history.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_page_login.py b/rdiffweb/tests/test_page_login.py index f6df204f0fede41cc4d4afd1f352beb1dc56e121..7e5332ccf18d44f61b5303b271af1c1ffa446b35 100644 --- a/rdiffweb/tests/test_page_login.py +++ b/rdiffweb/tests/test_page_login.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_page_prefs.py b/rdiffweb/tests/test_page_prefs.py index 226dff8f809796c75598d4607e441c85fe8e0751..574e2c345acb3c77e91a85f9655b3267f4d1a011 100644 --- a/rdiffweb/tests/test_page_prefs.py +++ b/rdiffweb/tests/test_page_prefs.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_page_restore.py b/rdiffweb/tests/test_page_restore.py index fb151b5e2283e36eef0d0dacf1426f3a9a7ece84..f617830a4d8b683e041d08cb89da7460c63c2235 100644 --- a/rdiffweb/tests/test_page_restore.py +++ b/rdiffweb/tests/test_page_restore.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_page_settings.py b/rdiffweb/tests/test_page_settings.py index da64ad73f84dba4760b73ba8b40d2c49cdf14949..86a1a7f58ff5defc8e4c1b3b1d80fba9067e970b 100644 --- a/rdiffweb/tests/test_page_settings.py +++ b/rdiffweb/tests/test_page_settings.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_rdw_config.py b/rdiffweb/tests/test_rdw_config.py index 29d485bedd8828e5377dc767b24b1f8fa3947d22..5a199bf7512d35b077777574bf98ccb5fae3e959 100644 --- a/rdiffweb/tests/test_rdw_config.py +++ b/rdiffweb/tests/test_rdw_config.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_rdw_helpers.py b/rdiffweb/tests/test_rdw_helpers.py index 38cb7f22d7f329607223acf67ec213074815fc02..67cfb6aa8857db15d769577438d0d8f6e872fcff 100644 --- a/rdiffweb/tests/test_rdw_helpers.py +++ b/rdiffweb/tests/test_rdw_helpers.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_rdw_plugins.py b/rdiffweb/tests/test_rdw_plugins.py index c79afd947f4b013ad3c949134626300c3b2b4cfa..21d07d8464f3e3dbb4db6bd8e82cb8e33d305593 100644 --- a/rdiffweb/tests/test_rdw_plugins.py +++ b/rdiffweb/tests/test_rdw_plugins.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2015 Patrik Dufresne Service Logiciel +# Copyright (C) 2018 Patrik Dufresne Service Logiciel # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_rdw_templating.py b/rdiffweb/tests/test_rdw_templating.py index 6c3045ab3c2b671d07386936775e999f12b1f46d..80a2318f1f418b3c8f21010ea875a4b35fed9902 100644 --- a/rdiffweb/tests/test_rdw_templating.py +++ b/rdiffweb/tests/test_rdw_templating.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/tests/test_user.py b/rdiffweb/tests/test_user.py index 02f47b53a6dc9621c6fe25ddc440b8de1c3b1f9b..64e209e5e725aafcb57f88e8fd7ead30d167dd1a 100644 --- a/rdiffweb/tests/test_user.py +++ b/rdiffweb/tests/test_user.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rdiffweb/user.py b/rdiffweb/user.py index 58cfb4d06ba5aa6e99aab9bd3e38ec458bfa108d..238a2d8147014cdbd0d55237963895bd32234844 100644 --- a/rdiffweb/user.py +++ b/rdiffweb/user.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/setup.py b/setup.py index 9751ea6dbce78d48bfcafb851e8afed84801e536..00d405f8e84ed067d5cea2a13d066f8b293ca57a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2014 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tox.ini b/tox.ini index 3d6e90af3d450117b3869dcd8d99ccfa6d124e1c..cadde544356ecaab9923b91e937dc73691058e76 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ # rdiffweb, A web interface to rdiff-backup repositories -# Copyright (C) 2016 rdiffweb contributors +# Copyright (C) 2018 rdiffweb contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by