From 430ea16826cab31353c616a59c89cd79828c32bc Mon Sep 17 00:00:00 2001 From: Patrik Dufresne Date: Wed, 4 Apr 2018 16:09:09 -0400 Subject: [PATCH] Update copyright year to 2018 --- MANIFEST.in | 2 +- extras/init/rdiffweb | 2 +- extras/nginx/rdiffweb_root.conf | 2 +- rdiffweb/api.py | 2 +- rdiffweb/archiver.py | 2 +- rdiffweb/core.py | 2 +- rdiffweb/dispatch.py | 2 +- rdiffweb/filter_authentication.py | 2 +- rdiffweb/i18n.py | 2 +- rdiffweb/librdiff.py | 2 +- rdiffweb/locales/ca/LC_MESSAGES/messages.po | 2 +- rdiffweb/locales/en/LC_MESSAGES/messages.po | 2 +- rdiffweb/locales/es/LC_MESSAGES/messages.po | 2 +- rdiffweb/locales/fr/LC_MESSAGES/messages.po | 2 +- rdiffweb/locales/ru/LC_MESSAGES/messages.po | 2 +- rdiffweb/main.py | 2 +- rdiffweb/page_admin.py | 2 +- rdiffweb/page_browse.py | 2 +- rdiffweb/page_history.py | 2 +- rdiffweb/page_locations.py | 2 +- rdiffweb/page_main.py | 2 +- rdiffweb/page_prefs.py | 2 +- rdiffweb/page_restore.py | 2 +- rdiffweb/page_settings.py | 2 +- rdiffweb/page_status.py | 2 +- rdiffweb/plugins/db_sqlite/__init__.py | 2 +- rdiffweb/plugins/db_sqlite/tests/test_db_sqlite.py | 2 +- rdiffweb/plugins/delete_repo/__init__.py | 2 +- rdiffweb/plugins/delete_repo/tests/test_delete.py | 2 +- rdiffweb/plugins/graphs/__init__.py | 2 +- rdiffweb/plugins/graphs/tests/test_page_graphs.py | 2 +- rdiffweb/plugins/ldap_auth/__init__.py | 2 +- rdiffweb/plugins/ldap_auth/tests/test_ldap.py | 2 +- rdiffweb/plugins/notification/__init__.py | 2 +- rdiffweb/plugins/notification/templates/prefs_notification.html | 2 +- rdiffweb/plugins/notification/tests/test_notification.py | 2 +- rdiffweb/plugins/prefs_general/__init__.py | 2 +- rdiffweb/plugins/prefs_general/templates/prefs_general.html | 2 +- rdiffweb/plugins/prefs_sshkeys/__init__.py | 2 +- rdiffweb/plugins/prefs_sshkeys/authorizedkeys.py | 2 +- rdiffweb/plugins/prefs_sshkeys/templates/prefs_sshkeys.html | 2 +- rdiffweb/plugins/prefs_sshkeys/tests/test_authorizedkeys.py | 2 +- rdiffweb/plugins/prefs_sshkeys/tests/test_page_prefs_ssh.py | 2 +- rdiffweb/plugins/remove_older/__init__.py | 2 +- rdiffweb/plugins/remove_older/tests/test_remove_older.py | 2 +- rdiffweb/plugins/set_encoding/__init__.py | 2 +- rdiffweb/plugins/set_encoding/tests/test_set_encoding.py | 2 +- rdiffweb/plugins/update_repos/__init__.py | 2 +- rdiffweb/rdw_app.py | 2 +- rdiffweb/rdw_config.py | 2 +- rdiffweb/rdw_helpers.py | 2 +- rdiffweb/rdw_plugin.py | 2 +- rdiffweb/rdw_profiler.py | 2 +- rdiffweb/rdw_spider_repos.py | 2 +- rdiffweb/rdw_templating.py | 2 +- rdiffweb/static/js/rdiffweb.js | 2 +- rdiffweb/test.py | 2 +- rdiffweb/tests/test_api.py | 2 +- rdiffweb/tests/test_archiver.py | 2 +- rdiffweb/tests/test_check_links.py | 2 +- rdiffweb/tests/test_i18n.py | 2 +- rdiffweb/tests/test_librdiff.py | 2 +- rdiffweb/tests/test_page_admin.py | 2 +- rdiffweb/tests/test_page_admin_plugins.py | 2 +- rdiffweb/tests/test_page_browse.py | 2 +- rdiffweb/tests/test_page_error.py | 2 +- rdiffweb/tests/test_page_history.py | 2 +- rdiffweb/tests/test_page_login.py | 2 +- rdiffweb/tests/test_page_prefs.py | 2 +- rdiffweb/tests/test_page_restore.py | 2 +- rdiffweb/tests/test_page_settings.py | 2 +- rdiffweb/tests/test_rdw_config.py | 2 +- rdiffweb/tests/test_rdw_helpers.py | 2 +- rdiffweb/tests/test_rdw_plugins.py | 2 +- rdiffweb/tests/test_rdw_templating.py | 2 +- rdiffweb/tests/test_user.py | 2 +- rdiffweb/user.py | 2 +- setup.py | 2 +- tox.ini | 2 +- 79 files changed, 79 insertions(+), 79 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 91fe2932..cd935cad 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 96499b49..38e16c05 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 82e5a885..2f765815 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 162658ec..02dbeb48 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 256cddb0..186128a4 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 1228abc9..85782f63 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 c677e562..96653daa 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 32e5a50b..0be00368 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 97480c7a..e9f1e5d4 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 27d994b6..fc4fbeff 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 9d7aa037..a3593fab 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 93b9fcb1..dc02303b 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 f3e06641..20626a3f 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 bc42a6ac..23ba3ea8 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 a53ab905..c302e9e0 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 034376da..9a3fd2cd 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 18467217..7ba594d9 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 3472e54b..8c9590ee 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 8aa46e85..0b55d5ef 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 3ac37978..15656e5d 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 c68e5619..a4f306ba 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 c81f3058..3d48973d 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 5f5830de..a9659692 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 4007b368..3971c189 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 ca98b8b2..aed94499 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 7ed64827..70662ada 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 4abef443..f4959164 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 6b68fffc..fda0a108 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 3df2059e..ac79d1be 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 e2ac434a..ae9de637 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 40c6d18b..99fc49f0 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 a6e3a234..2d4a0ae5 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 10f31367..30671c79 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 1d219e39..893852e4 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 0b74159c..bee2b242 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 5d4a17e2..559b8a6b 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 5140c533..1c812b43 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 758783b3..22731c07 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 6a57b6f0..ff096b42 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 5f42c145..46a86dd8 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 eb4d2b9f..4e98ed99 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 7b284f8c..fd26cf57 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 f860bcc2..8eaf683a 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 9e6d9d3d..c3ad1fb9 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 2514f446..12f658b2 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 6e05406c..1cf42931 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 b78f7cb9..55c1574b 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 68789537..8f2d22ad 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 d54101f8..6bf2a87b 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 dd94b80e..90c892f9 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 ebee2f1a..d8e2f1af 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 739353ac..ba0bf96e 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 868e200a..f2e23e75 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 0a033bad..e08209d9 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 179a4f32..5b00b70d 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 10ecd069..a38ffe75 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 44676e58..824148ff 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 883e08f6..a3f49e46 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 a6ea1fb0..bb6de4e7 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 8a9b7116..44afba6c 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 48d61cc1..b0fa1ecb 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 d7bd512f..024fe718 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 f0fe2ac9..3a643ea8 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 6cf950a1..aacff368 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 7a528a85..1db5a3e9 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 da8ec165..e09a8b60 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 5842a867..0d6a313b 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 f6df204f..7e5332cc 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 226dff8f..574e2c34 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 fb151b5e..f617830a 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 da64ad73..86a1a7f5 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 29d485be..5a199bf7 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 38cb7f22..67cfb6aa 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 c79afd94..21d07d84 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 6c3045ab..80a2318f 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 02f47b53..64e209e5 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 58cfb4d0..238a2d81 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 9751ea6d..00d405f8 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 3d6e90af..cadde544 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 -- GitLab