From 4515d8c0a67f375df4720f62a2ccefa2cb16b59b Mon Sep 17 00:00:00 2001 From: Indico Team Date: Tue, 10 Jan 2017 15:03:00 +0100 Subject: [PATCH] Happy new year 2017! --- chat/indico_chat/__init__.py | 2 +- chat/indico_chat/blueprint.py | 2 +- chat/indico_chat/controllers/base.py | 2 +- chat/indico_chat/controllers/event.py | 2 +- chat/indico_chat/controllers/logs.py | 2 +- chat/indico_chat/controllers/management.py | 2 +- chat/indico_chat/forms.py | 2 +- chat/indico_chat/models/chatrooms.py | 2 +- chat/indico_chat/notifications.py | 2 +- chat/indico_chat/plugin.py | 2 +- chat/indico_chat/static/js/chat.js | 2 +- chat/indico_chat/util.py | 2 +- chat/indico_chat/views.py | 2 +- chat/indico_chat/xmpp.py | 2 +- chat/indico_chat/zodbimport.py | 2 +- chat/setup.py | 2 +- importer/indico_importer/__init__.py | 2 +- importer/indico_importer/base.py | 2 +- importer/indico_importer/controllers.py | 2 +- importer/indico_importer/converter.py | 2 +- importer/indico_importer/plugin.py | 2 +- importer/indico_importer/static/css/importer.css | 2 +- importer/indico_importer/static/js/importer.js | 2 +- importer/indico_importer/util.py | 2 +- importer/setup.py | 2 +- importer_invenio/indico_importer_invenio/__init__.py | 2 +- importer_invenio/indico_importer_invenio/converters.py | 2 +- importer_invenio/indico_importer_invenio/forms.py | 2 +- importer_invenio/indico_importer_invenio/importer.py | 2 +- importer_invenio/indico_importer_invenio/plugin.py | 2 +- importer_invenio/indico_importer_invenio/zodbimport.py | 2 +- importer_invenio/setup.py | 2 +- livesync/indico_livesync/__init__.py | 2 +- livesync/indico_livesync/base.py | 2 +- livesync/indico_livesync/blueprint.py | 2 +- livesync/indico_livesync/cli.py | 2 +- livesync/indico_livesync/controllers.py | 2 +- livesync/indico_livesync/forms.py | 2 +- livesync/indico_livesync/handler.py | 2 +- livesync/indico_livesync/marcxml.py | 2 +- livesync/indico_livesync/models/agents.py | 2 +- livesync/indico_livesync/models/queue.py | 2 +- livesync/indico_livesync/plugin.py | 2 +- livesync/indico_livesync/simplify.py | 2 +- livesync/indico_livesync/task.py | 2 +- livesync/indico_livesync/uploader.py | 2 +- livesync/indico_livesync/util.py | 2 +- livesync/indico_livesync/views.py | 2 +- livesync/indico_livesync/zodbimport.py | 2 +- livesync/setup.py | 2 +- livesync/tests/agent_test.py | 2 +- livesync/tests/conftest.py | 2 +- livesync/tests/queue_test.py | 2 +- livesync/tests/simplify_test.py | 2 +- livesync/tests/uploader_test.py | 2 +- livesync/tests/util_test.py | 2 +- livesync_debug/indico_livesync_debug/backend.py | 2 +- livesync_debug/indico_livesync_debug/plugin.py | 2 +- livesync_debug/setup.py | 2 +- livesync_invenio/indico_livesync_invenio/__init__.py | 2 +- livesync_invenio/indico_livesync_invenio/backend.py | 2 +- livesync_invenio/indico_livesync_invenio/plugin.py | 2 +- livesync_invenio/setup.py | 2 +- payment_manual/indico_payment_manual/__init__.py | 2 +- payment_manual/indico_payment_manual/plugin.py | 2 +- payment_manual/setup.py | 2 +- payment_paypal/indico_payment_paypal/__init__.py | 2 +- payment_paypal/indico_payment_paypal/blueprint.py | 2 +- payment_paypal/indico_payment_paypal/controllers.py | 2 +- payment_paypal/indico_payment_paypal/plugin.py | 2 +- payment_paypal/indico_payment_paypal/util.py | 2 +- payment_paypal/indico_payment_paypal/zodbimport.py | 2 +- payment_paypal/setup.py | 2 +- payment_paypal/tests/controllers_test.py | 2 +- payment_paypal/tests/util_test.py | 2 +- piwik/indico_piwik/__init__.py | 2 +- piwik/indico_piwik/controllers.py | 2 +- piwik/indico_piwik/forms.py | 2 +- piwik/indico_piwik/piwik.py | 2 +- piwik/indico_piwik/plugin.py | 2 +- piwik/indico_piwik/queries/base.py | 2 +- piwik/indico_piwik/queries/graphs.py | 2 +- piwik/indico_piwik/queries/metrics.py | 2 +- piwik/indico_piwik/queries/tracking.py | 2 +- piwik/indico_piwik/queries/utils.py | 2 +- piwik/indico_piwik/reports.py | 2 +- piwik/indico_piwik/views.py | 2 +- piwik/indico_piwik/zodbimport.py | 2 +- piwik/setup.py | 2 +- previewer_code/indico_previewer_code/__init__.py | 2 +- previewer_code/indico_previewer_code/plugin.py | 2 +- previewer_code/setup.py | 2 +- previewer_jupyter/indico_previewer_jupyter/__init__.py | 2 +- previewer_jupyter/indico_previewer_jupyter/blueprint.py | 2 +- previewer_jupyter/indico_previewer_jupyter/controllers.py | 2 +- previewer_jupyter/indico_previewer_jupyter/cpp_highlighter.py | 2 +- previewer_jupyter/indico_previewer_jupyter/plugin.py | 2 +- previewer_jupyter/setup.py | 2 +- search/indico_search/__init__.py | 2 +- search/indico_search/base.py | 2 +- search/indico_search/blueprint.py | 2 +- search/indico_search/controllers.py | 2 +- search/indico_search/forms.py | 2 +- search/indico_search/plugin.py | 2 +- search/indico_search/static/js/search.js | 2 +- search/indico_search/util.py | 2 +- search/indico_search/views.py | 2 +- search/setup.py | 2 +- search_invenio/indico_search_invenio/__init__.py | 2 +- search_invenio/indico_search_invenio/engine.py | 2 +- search_invenio/indico_search_invenio/entries.py | 2 +- search_invenio/indico_search_invenio/forms.py | 2 +- search_invenio/indico_search_invenio/marc2short.xsl | 2 +- search_invenio/indico_search_invenio/plugin.py | 2 +- .../indico_search_invenio/static/js/search_invenio.js | 2 +- search_invenio/indico_search_invenio/zodbimport.py | 2 +- search_invenio/setup.py | 2 +- vc_dummy/indico_vc_dummy/plugin.py | 2 +- vc_dummy/setup.py | 2 +- vc_vidyo/indico_vc_vidyo/__init__.py | 2 +- vc_vidyo/indico_vc_vidyo/api/__init__.py | 2 +- vc_vidyo/indico_vc_vidyo/api/cache.py | 2 +- vc_vidyo/indico_vc_vidyo/api/client.py | 2 +- vc_vidyo/indico_vc_vidyo/blueprint.py | 2 +- vc_vidyo/indico_vc_vidyo/cli.py | 2 +- vc_vidyo/indico_vc_vidyo/controllers.py | 2 +- vc_vidyo/indico_vc_vidyo/forms.py | 2 +- vc_vidyo/indico_vc_vidyo/http_api.py | 2 +- vc_vidyo/indico_vc_vidyo/models/vidyo_extensions.py | 2 +- vc_vidyo/indico_vc_vidyo/plugin.py | 2 +- vc_vidyo/indico_vc_vidyo/task.py | 2 +- vc_vidyo/indico_vc_vidyo/util.py | 2 +- vc_vidyo/indico_vc_vidyo/zodbimport.py | 2 +- vc_vidyo/setup.py | 2 +- vc_vidyo/tests/task_test.py | 2 +- 135 files changed, 135 insertions(+), 135 deletions(-) diff --git a/chat/indico_chat/__init__.py b/chat/indico_chat/__init__.py index aae96da..d9d8c7f 100644 --- a/chat/indico_chat/__init__.py +++ b/chat/indico_chat/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/blueprint.py b/chat/indico_chat/blueprint.py index e63d737..5243550 100644 --- a/chat/indico_chat/blueprint.py +++ b/chat/indico_chat/blueprint.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/controllers/base.py b/chat/indico_chat/controllers/base.py index 3e30cb4..f373358 100644 --- a/chat/indico_chat/controllers/base.py +++ b/chat/indico_chat/controllers/base.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/controllers/event.py b/chat/indico_chat/controllers/event.py index 96e0d81..a5bb649 100644 --- a/chat/indico_chat/controllers/event.py +++ b/chat/indico_chat/controllers/event.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/controllers/logs.py b/chat/indico_chat/controllers/logs.py index 7a9faa4..e8623ab 100644 --- a/chat/indico_chat/controllers/logs.py +++ b/chat/indico_chat/controllers/logs.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/controllers/management.py b/chat/indico_chat/controllers/management.py index 74a3bf0..564c7cd 100644 --- a/chat/indico_chat/controllers/management.py +++ b/chat/indico_chat/controllers/management.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/forms.py b/chat/indico_chat/forms.py index 7e14fc2..bc37975 100644 --- a/chat/indico_chat/forms.py +++ b/chat/indico_chat/forms.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/models/chatrooms.py b/chat/indico_chat/models/chatrooms.py index 53284c8..90b4149 100644 --- a/chat/indico_chat/models/chatrooms.py +++ b/chat/indico_chat/models/chatrooms.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/notifications.py b/chat/indico_chat/notifications.py index c6e561f..1db0525 100644 --- a/chat/indico_chat/notifications.py +++ b/chat/indico_chat/notifications.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/plugin.py b/chat/indico_chat/plugin.py index d35121d..57eb4d4 100644 --- a/chat/indico_chat/plugin.py +++ b/chat/indico_chat/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/static/js/chat.js b/chat/indico_chat/static/js/chat.js index 808d536..3c12083 100644 --- a/chat/indico_chat/static/js/chat.js +++ b/chat/indico_chat/static/js/chat.js @@ -1,5 +1,5 @@ /* This file is part of Indico. - * Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). + * Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). * * Indico is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/util.py b/chat/indico_chat/util.py index c7242ee..aac422b 100644 --- a/chat/indico_chat/util.py +++ b/chat/indico_chat/util.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/views.py b/chat/indico_chat/views.py index da9527b..5e6406b 100644 --- a/chat/indico_chat/views.py +++ b/chat/indico_chat/views.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/xmpp.py b/chat/indico_chat/xmpp.py index 01bfddd..6b6196b 100644 --- a/chat/indico_chat/xmpp.py +++ b/chat/indico_chat/xmpp.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/indico_chat/zodbimport.py b/chat/indico_chat/zodbimport.py index 93bd00a..a3875e1 100644 --- a/chat/indico_chat/zodbimport.py +++ b/chat/indico_chat/zodbimport.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/chat/setup.py b/chat/setup.py index fe86474..3cfe026 100644 --- a/chat/setup.py +++ b/chat/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer/indico_importer/__init__.py b/importer/indico_importer/__init__.py index a6830a6..f4c0da3 100644 --- a/importer/indico_importer/__init__.py +++ b/importer/indico_importer/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer/indico_importer/base.py b/importer/indico_importer/base.py index 4342601..4b797d4 100644 --- a/importer/indico_importer/base.py +++ b/importer/indico_importer/base.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer/indico_importer/controllers.py b/importer/indico_importer/controllers.py index 2447e2a..a261bdb 100644 --- a/importer/indico_importer/controllers.py +++ b/importer/indico_importer/controllers.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer/indico_importer/converter.py b/importer/indico_importer/converter.py index f89e6d2..8f64490 100644 --- a/importer/indico_importer/converter.py +++ b/importer/indico_importer/converter.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer/indico_importer/plugin.py b/importer/indico_importer/plugin.py index 16a5786..566f7b2 100644 --- a/importer/indico_importer/plugin.py +++ b/importer/indico_importer/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer/indico_importer/static/css/importer.css b/importer/indico_importer/static/css/importer.css index bbecd4b..6c62c7b 100644 --- a/importer/indico_importer/static/css/importer.css +++ b/importer/indico_importer/static/css/importer.css @@ -1,5 +1,5 @@ /* This file is part of Indico. - * Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). + * Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). * * Indico is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/importer/indico_importer/static/js/importer.js b/importer/indico_importer/static/js/importer.js index e3e4ba1..a6c0a97 100644 --- a/importer/indico_importer/static/js/importer.js +++ b/importer/indico_importer/static/js/importer.js @@ -1,5 +1,5 @@ /* This file is part of Indico. - * Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). + * Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). * * Indico is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/importer/indico_importer/util.py b/importer/indico_importer/util.py index 0cfcac2..af14991 100644 --- a/importer/indico_importer/util.py +++ b/importer/indico_importer/util.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer/setup.py b/importer/setup.py index b11b7ac..c7bc91c 100644 --- a/importer/setup.py +++ b/importer/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer_invenio/indico_importer_invenio/__init__.py b/importer_invenio/indico_importer_invenio/__init__.py index 1e122fc..81d953a 100644 --- a/importer_invenio/indico_importer_invenio/__init__.py +++ b/importer_invenio/indico_importer_invenio/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer_invenio/indico_importer_invenio/converters.py b/importer_invenio/indico_importer_invenio/converters.py index c71d826..33f959e 100644 --- a/importer_invenio/indico_importer_invenio/converters.py +++ b/importer_invenio/indico_importer_invenio/converters.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer_invenio/indico_importer_invenio/forms.py b/importer_invenio/indico_importer_invenio/forms.py index e7574f9..203a6e3 100644 --- a/importer_invenio/indico_importer_invenio/forms.py +++ b/importer_invenio/indico_importer_invenio/forms.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer_invenio/indico_importer_invenio/importer.py b/importer_invenio/indico_importer_invenio/importer.py index 7fdc9a6..b9fc61c 100644 --- a/importer_invenio/indico_importer_invenio/importer.py +++ b/importer_invenio/indico_importer_invenio/importer.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer_invenio/indico_importer_invenio/plugin.py b/importer_invenio/indico_importer_invenio/plugin.py index 3625e87..572d00b 100644 --- a/importer_invenio/indico_importer_invenio/plugin.py +++ b/importer_invenio/indico_importer_invenio/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer_invenio/indico_importer_invenio/zodbimport.py b/importer_invenio/indico_importer_invenio/zodbimport.py index 5ad5372..220f036 100644 --- a/importer_invenio/indico_importer_invenio/zodbimport.py +++ b/importer_invenio/indico_importer_invenio/zodbimport.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/importer_invenio/setup.py b/importer_invenio/setup.py index 56a4697..bf80db6 100644 --- a/importer_invenio/setup.py +++ b/importer_invenio/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/__init__.py b/livesync/indico_livesync/__init__.py index a76018f..08709f0 100644 --- a/livesync/indico_livesync/__init__.py +++ b/livesync/indico_livesync/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/base.py b/livesync/indico_livesync/base.py index 3f028b2..80b030d 100644 --- a/livesync/indico_livesync/base.py +++ b/livesync/indico_livesync/base.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/blueprint.py b/livesync/indico_livesync/blueprint.py index 0813fa7..c81b7b9 100644 --- a/livesync/indico_livesync/blueprint.py +++ b/livesync/indico_livesync/blueprint.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/cli.py b/livesync/indico_livesync/cli.py index 82d2b5d..fb72a3d 100644 --- a/livesync/indico_livesync/cli.py +++ b/livesync/indico_livesync/cli.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/controllers.py b/livesync/indico_livesync/controllers.py index 0fe35b9..74293d0 100644 --- a/livesync/indico_livesync/controllers.py +++ b/livesync/indico_livesync/controllers.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/forms.py b/livesync/indico_livesync/forms.py index bdd1316..4578b63 100644 --- a/livesync/indico_livesync/forms.py +++ b/livesync/indico_livesync/forms.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/handler.py b/livesync/indico_livesync/handler.py index 49407d1..74b85cc 100644 --- a/livesync/indico_livesync/handler.py +++ b/livesync/indico_livesync/handler.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/marcxml.py b/livesync/indico_livesync/marcxml.py index 5539361..eac9275 100644 --- a/livesync/indico_livesync/marcxml.py +++ b/livesync/indico_livesync/marcxml.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/models/agents.py b/livesync/indico_livesync/models/agents.py index e9bc5b2..0671507 100644 --- a/livesync/indico_livesync/models/agents.py +++ b/livesync/indico_livesync/models/agents.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/models/queue.py b/livesync/indico_livesync/models/queue.py index a51fa1b..fa4ff8a 100644 --- a/livesync/indico_livesync/models/queue.py +++ b/livesync/indico_livesync/models/queue.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/plugin.py b/livesync/indico_livesync/plugin.py index 785e6b8..c739d2d 100644 --- a/livesync/indico_livesync/plugin.py +++ b/livesync/indico_livesync/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/simplify.py b/livesync/indico_livesync/simplify.py index 8db5422..bb6d712 100644 --- a/livesync/indico_livesync/simplify.py +++ b/livesync/indico_livesync/simplify.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/task.py b/livesync/indico_livesync/task.py index b4526c3..244f931 100644 --- a/livesync/indico_livesync/task.py +++ b/livesync/indico_livesync/task.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/uploader.py b/livesync/indico_livesync/uploader.py index 471e7cf..576fc33 100644 --- a/livesync/indico_livesync/uploader.py +++ b/livesync/indico_livesync/uploader.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/util.py b/livesync/indico_livesync/util.py index 71897ce..111f0bc 100644 --- a/livesync/indico_livesync/util.py +++ b/livesync/indico_livesync/util.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/views.py b/livesync/indico_livesync/views.py index f7bb41e..4809528 100644 --- a/livesync/indico_livesync/views.py +++ b/livesync/indico_livesync/views.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/indico_livesync/zodbimport.py b/livesync/indico_livesync/zodbimport.py index 901577a..620c13d 100644 --- a/livesync/indico_livesync/zodbimport.py +++ b/livesync/indico_livesync/zodbimport.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/setup.py b/livesync/setup.py index d0016ec..7e3e3e4 100644 --- a/livesync/setup.py +++ b/livesync/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/tests/agent_test.py b/livesync/tests/agent_test.py index b0e7b7b..48e17b8 100644 --- a/livesync/tests/agent_test.py +++ b/livesync/tests/agent_test.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/tests/conftest.py b/livesync/tests/conftest.py index 0272ecc..6023bb6 100644 --- a/livesync/tests/conftest.py +++ b/livesync/tests/conftest.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/tests/queue_test.py b/livesync/tests/queue_test.py index 6bf8603..ff29bf1 100644 --- a/livesync/tests/queue_test.py +++ b/livesync/tests/queue_test.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/tests/simplify_test.py b/livesync/tests/simplify_test.py index a46c3f0..8f2defc 100644 --- a/livesync/tests/simplify_test.py +++ b/livesync/tests/simplify_test.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/tests/uploader_test.py b/livesync/tests/uploader_test.py index c76b91b..98a848a 100644 --- a/livesync/tests/uploader_test.py +++ b/livesync/tests/uploader_test.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync/tests/util_test.py b/livesync/tests/util_test.py index 98b6f4b..5cdd69c 100644 --- a/livesync/tests/util_test.py +++ b/livesync/tests/util_test.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync_debug/indico_livesync_debug/backend.py b/livesync_debug/indico_livesync_debug/backend.py index d25c244..67c3f0f 100644 --- a/livesync_debug/indico_livesync_debug/backend.py +++ b/livesync_debug/indico_livesync_debug/backend.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync_debug/indico_livesync_debug/plugin.py b/livesync_debug/indico_livesync_debug/plugin.py index d7fc593..867002b 100644 --- a/livesync_debug/indico_livesync_debug/plugin.py +++ b/livesync_debug/indico_livesync_debug/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync_debug/setup.py b/livesync_debug/setup.py index 34528c6..11adcf7 100644 --- a/livesync_debug/setup.py +++ b/livesync_debug/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync_invenio/indico_livesync_invenio/__init__.py b/livesync_invenio/indico_livesync_invenio/__init__.py index 70b32f1..f5fd219 100644 --- a/livesync_invenio/indico_livesync_invenio/__init__.py +++ b/livesync_invenio/indico_livesync_invenio/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync_invenio/indico_livesync_invenio/backend.py b/livesync_invenio/indico_livesync_invenio/backend.py index 419bf51..5fdc271 100644 --- a/livesync_invenio/indico_livesync_invenio/backend.py +++ b/livesync_invenio/indico_livesync_invenio/backend.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync_invenio/indico_livesync_invenio/plugin.py b/livesync_invenio/indico_livesync_invenio/plugin.py index 97cbb38..02e8854 100644 --- a/livesync_invenio/indico_livesync_invenio/plugin.py +++ b/livesync_invenio/indico_livesync_invenio/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/livesync_invenio/setup.py b/livesync_invenio/setup.py index eb1d218..954038c 100644 --- a/livesync_invenio/setup.py +++ b/livesync_invenio/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_manual/indico_payment_manual/__init__.py b/payment_manual/indico_payment_manual/__init__.py index ec445ec..7b0ecbc 100644 --- a/payment_manual/indico_payment_manual/__init__.py +++ b/payment_manual/indico_payment_manual/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_manual/indico_payment_manual/plugin.py b/payment_manual/indico_payment_manual/plugin.py index f5cd6c1..8db4022 100644 --- a/payment_manual/indico_payment_manual/plugin.py +++ b/payment_manual/indico_payment_manual/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_manual/setup.py b/payment_manual/setup.py index f3bef62..d00559a 100644 --- a/payment_manual/setup.py +++ b/payment_manual/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_paypal/indico_payment_paypal/__init__.py b/payment_paypal/indico_payment_paypal/__init__.py index 5913822..cb5a09b 100644 --- a/payment_paypal/indico_payment_paypal/__init__.py +++ b/payment_paypal/indico_payment_paypal/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_paypal/indico_payment_paypal/blueprint.py b/payment_paypal/indico_payment_paypal/blueprint.py index f2c6e59..1cdb37d 100644 --- a/payment_paypal/indico_payment_paypal/blueprint.py +++ b/payment_paypal/indico_payment_paypal/blueprint.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_paypal/indico_payment_paypal/controllers.py b/payment_paypal/indico_payment_paypal/controllers.py index 1785f26..64b2ee0 100644 --- a/payment_paypal/indico_payment_paypal/controllers.py +++ b/payment_paypal/indico_payment_paypal/controllers.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_paypal/indico_payment_paypal/plugin.py b/payment_paypal/indico_payment_paypal/plugin.py index f3b16d6..0c8e7f4 100644 --- a/payment_paypal/indico_payment_paypal/plugin.py +++ b/payment_paypal/indico_payment_paypal/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_paypal/indico_payment_paypal/util.py b/payment_paypal/indico_payment_paypal/util.py index 5633d57..3f63e76 100644 --- a/payment_paypal/indico_payment_paypal/util.py +++ b/payment_paypal/indico_payment_paypal/util.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_paypal/indico_payment_paypal/zodbimport.py b/payment_paypal/indico_payment_paypal/zodbimport.py index e34108d..310c4a8 100644 --- a/payment_paypal/indico_payment_paypal/zodbimport.py +++ b/payment_paypal/indico_payment_paypal/zodbimport.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_paypal/setup.py b/payment_paypal/setup.py index c465cbb..559b333 100644 --- a/payment_paypal/setup.py +++ b/payment_paypal/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_paypal/tests/controllers_test.py b/payment_paypal/tests/controllers_test.py index 1bad0e1..9ccf7f7 100644 --- a/payment_paypal/tests/controllers_test.py +++ b/payment_paypal/tests/controllers_test.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/payment_paypal/tests/util_test.py b/payment_paypal/tests/util_test.py index 468e7e3..79d1f60 100644 --- a/payment_paypal/tests/util_test.py +++ b/payment_paypal/tests/util_test.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/__init__.py b/piwik/indico_piwik/__init__.py index 8360301..435fc93 100644 --- a/piwik/indico_piwik/__init__.py +++ b/piwik/indico_piwik/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/controllers.py b/piwik/indico_piwik/controllers.py index 8c9ad9a..523da89 100644 --- a/piwik/indico_piwik/controllers.py +++ b/piwik/indico_piwik/controllers.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/forms.py b/piwik/indico_piwik/forms.py index 5e39d04..d315405 100644 --- a/piwik/indico_piwik/forms.py +++ b/piwik/indico_piwik/forms.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/piwik.py b/piwik/indico_piwik/piwik.py index 4d63fe7..f59f8f7 100644 --- a/piwik/indico_piwik/piwik.py +++ b/piwik/indico_piwik/piwik.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/plugin.py b/piwik/indico_piwik/plugin.py index 8cb0fe0..1d3f7b3 100644 --- a/piwik/indico_piwik/plugin.py +++ b/piwik/indico_piwik/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/queries/base.py b/piwik/indico_piwik/queries/base.py index 4961f9a..78c0deb 100644 --- a/piwik/indico_piwik/queries/base.py +++ b/piwik/indico_piwik/queries/base.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/queries/graphs.py b/piwik/indico_piwik/queries/graphs.py index 104116e..7af0785 100644 --- a/piwik/indico_piwik/queries/graphs.py +++ b/piwik/indico_piwik/queries/graphs.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/queries/metrics.py b/piwik/indico_piwik/queries/metrics.py index 559c897..0aec430 100644 --- a/piwik/indico_piwik/queries/metrics.py +++ b/piwik/indico_piwik/queries/metrics.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/queries/tracking.py b/piwik/indico_piwik/queries/tracking.py index 468b171..2d10aab 100644 --- a/piwik/indico_piwik/queries/tracking.py +++ b/piwik/indico_piwik/queries/tracking.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/queries/utils.py b/piwik/indico_piwik/queries/utils.py index 2defdf6..c4a9405 100644 --- a/piwik/indico_piwik/queries/utils.py +++ b/piwik/indico_piwik/queries/utils.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/reports.py b/piwik/indico_piwik/reports.py index 477c21f..f74686f 100644 --- a/piwik/indico_piwik/reports.py +++ b/piwik/indico_piwik/reports.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/views.py b/piwik/indico_piwik/views.py index 39acb6d..ede037c 100644 --- a/piwik/indico_piwik/views.py +++ b/piwik/indico_piwik/views.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/indico_piwik/zodbimport.py b/piwik/indico_piwik/zodbimport.py index 913079b..0d9c548 100644 --- a/piwik/indico_piwik/zodbimport.py +++ b/piwik/indico_piwik/zodbimport.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/piwik/setup.py b/piwik/setup.py index 66b981c..260872c 100644 --- a/piwik/setup.py +++ b/piwik/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/previewer_code/indico_previewer_code/__init__.py b/previewer_code/indico_previewer_code/__init__.py index 375e858..49c2aba 100644 --- a/previewer_code/indico_previewer_code/__init__.py +++ b/previewer_code/indico_previewer_code/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/previewer_code/indico_previewer_code/plugin.py b/previewer_code/indico_previewer_code/plugin.py index 7c1149c..522e6ab 100644 --- a/previewer_code/indico_previewer_code/plugin.py +++ b/previewer_code/indico_previewer_code/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/previewer_code/setup.py b/previewer_code/setup.py index 33094f8..fcfcab3 100644 --- a/previewer_code/setup.py +++ b/previewer_code/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/previewer_jupyter/indico_previewer_jupyter/__init__.py b/previewer_jupyter/indico_previewer_jupyter/__init__.py index e75084b..3163fe4 100644 --- a/previewer_jupyter/indico_previewer_jupyter/__init__.py +++ b/previewer_jupyter/indico_previewer_jupyter/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/previewer_jupyter/indico_previewer_jupyter/blueprint.py b/previewer_jupyter/indico_previewer_jupyter/blueprint.py index cdb7d01..9b5458c 100644 --- a/previewer_jupyter/indico_previewer_jupyter/blueprint.py +++ b/previewer_jupyter/indico_previewer_jupyter/blueprint.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/previewer_jupyter/indico_previewer_jupyter/controllers.py b/previewer_jupyter/indico_previewer_jupyter/controllers.py index a2f9213..1914b99 100644 --- a/previewer_jupyter/indico_previewer_jupyter/controllers.py +++ b/previewer_jupyter/indico_previewer_jupyter/controllers.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/previewer_jupyter/indico_previewer_jupyter/cpp_highlighter.py b/previewer_jupyter/indico_previewer_jupyter/cpp_highlighter.py index 3e83459..4c8df2f 100644 --- a/previewer_jupyter/indico_previewer_jupyter/cpp_highlighter.py +++ b/previewer_jupyter/indico_previewer_jupyter/cpp_highlighter.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/previewer_jupyter/indico_previewer_jupyter/plugin.py b/previewer_jupyter/indico_previewer_jupyter/plugin.py index 191a473..73c1d5d 100644 --- a/previewer_jupyter/indico_previewer_jupyter/plugin.py +++ b/previewer_jupyter/indico_previewer_jupyter/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/previewer_jupyter/setup.py b/previewer_jupyter/setup.py index ecc7d2a..be9c0a5 100644 --- a/previewer_jupyter/setup.py +++ b/previewer_jupyter/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search/indico_search/__init__.py b/search/indico_search/__init__.py index 2003dbe..99260ee 100644 --- a/search/indico_search/__init__.py +++ b/search/indico_search/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search/indico_search/base.py b/search/indico_search/base.py index 85d5f1c..08421f9 100644 --- a/search/indico_search/base.py +++ b/search/indico_search/base.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search/indico_search/blueprint.py b/search/indico_search/blueprint.py index 8e94a6d..84a47ce 100644 --- a/search/indico_search/blueprint.py +++ b/search/indico_search/blueprint.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search/indico_search/controllers.py b/search/indico_search/controllers.py index 4ff83dd..e78f96b 100644 --- a/search/indico_search/controllers.py +++ b/search/indico_search/controllers.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search/indico_search/forms.py b/search/indico_search/forms.py index 54869e9..79a3f48 100644 --- a/search/indico_search/forms.py +++ b/search/indico_search/forms.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search/indico_search/plugin.py b/search/indico_search/plugin.py index 57c016e..c8f4c7a 100644 --- a/search/indico_search/plugin.py +++ b/search/indico_search/plugin.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search/indico_search/static/js/search.js b/search/indico_search/static/js/search.js index c3522c6..2a158c0 100644 --- a/search/indico_search/static/js/search.js +++ b/search/indico_search/static/js/search.js @@ -1,5 +1,5 @@ /* This file is part of Indico. - * Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). + * Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). * * Indico is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/search/indico_search/util.py b/search/indico_search/util.py index 9fb312a..df1502b 100644 --- a/search/indico_search/util.py +++ b/search/indico_search/util.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search/indico_search/views.py b/search/indico_search/views.py index b2011a5..7e6ab1c 100644 --- a/search/indico_search/views.py +++ b/search/indico_search/views.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search/setup.py b/search/setup.py index 5437ae6..f03567a 100644 --- a/search/setup.py +++ b/search/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search_invenio/indico_search_invenio/__init__.py b/search_invenio/indico_search_invenio/__init__.py index 3c61fc8..148f789 100644 --- a/search_invenio/indico_search_invenio/__init__.py +++ b/search_invenio/indico_search_invenio/__init__.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search_invenio/indico_search_invenio/engine.py b/search_invenio/indico_search_invenio/engine.py index ce98539..64a4c2e 100644 --- a/search_invenio/indico_search_invenio/engine.py +++ b/search_invenio/indico_search_invenio/engine.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search_invenio/indico_search_invenio/entries.py b/search_invenio/indico_search_invenio/entries.py index e7d7822..561af23 100644 --- a/search_invenio/indico_search_invenio/entries.py +++ b/search_invenio/indico_search_invenio/entries.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search_invenio/indico_search_invenio/forms.py b/search_invenio/indico_search_invenio/forms.py index 5f8fc44..a51bad5 100644 --- a/search_invenio/indico_search_invenio/forms.py +++ b/search_invenio/indico_search_invenio/forms.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2016 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). # # Indico is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/search_invenio/indico_search_invenio/marc2short.xsl b/search_invenio/indico_search_invenio/marc2short.xsl index 4c515f3..15be9b2 100644 --- a/search_invenio/indico_search_invenio/marc2short.xsl +++ b/search_invenio/indico_search_invenio/marc2short.xsl @@ -1,7 +1,7 @@