diff --git a/chat/indico_chat/__init__.py b/chat/indico_chat/__init__.py index 3e522bc..aae96da 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 1f0cd5f..e63d737 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 edcb353..c6b9237 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 79d0d81..4e22bbb 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 9099fc4..74d581c 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 e4fb1bc..1f6b55a 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 b6bde1b..7e14fc2 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 17e01f7..4ecf200 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 6e8b00e..c6e561f 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 c9b0fdd..de38414 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 9fafd21..e4afa55 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 - 2015 European Organization for Nuclear Research (CERN). + * Copyright (C) 2002 - 2016 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 8782d78..c7242ee 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 51f14ac..da9527b 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 e9c814a..9d0b814 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 bc6433b..93bd00a 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 640d031..fe86474 100644 --- a/chat/setup.py +++ b/chat/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 b4d4c5b..a6830a6 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 6a46c50..4342601 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 b873994..c118165 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 70b0f05..f89e6d2 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 5e80bc6..848a6a3 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 4176ecb..bbecd4b 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 - 2015 European Organization for Nuclear Research (CERN). + * Copyright (C) 2002 - 2016 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 fc2e25c..cb04531 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 - 2015 European Organization for Nuclear Research (CERN). + * Copyright (C) 2002 - 2016 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 7332dab..0cfcac2 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 6835695..b11b7ac 100644 --- a/importer/setup.py +++ b/importer/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 10de68e..1e122fc 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 b1613a6..8b575b9 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 57f80df..e7574f9 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 8038dad..7fdc9a6 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 f99032f..3625e87 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 97fc66a..5ad5372 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 3cb50bc..56a4697 100644 --- a/importer_invenio/setup.py +++ b/importer_invenio/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 d1e2c7e..a76018f 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 d7eb2d4..db7248f 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 7ddbc6b..0813fa7 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 1b8332c..86fa043 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 6bec6c9..0fe35b9 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 fe67966..bdd1316 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 7acdad0..4c6c592 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 2e376fc..256c9af 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 05b5038..e9bc5b2 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 fcd012c..6b55c2e 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 03a743d..6313fef 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 c8450ce..75175c7 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 6182dd4..fc153f5 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 a6569cf..0cd291f 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 4da7911..abcd92c 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 8197d84..f7bb41e 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 4c01e3b..901577a 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 fa748b6..d0016ec 100644 --- a/livesync/setup.py +++ b/livesync/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 57c8e3b..4982bd0 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 12354e4..7017afb 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 3ac857b..eedc3cf 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 ee244f3..93f5a14 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 b2b7300..39d55b7 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 29a6609..d7fc593 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 91320cb..34528c6 100644 --- a/livesync_debug/setup.py +++ b/livesync_debug/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 14bc007..70b32f1 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 f4c0a97..419bf51 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 f750d6e..97cbb38 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 fd955b9..eb1d218 100644 --- a/livesync_invenio/setup.py +++ b/livesync_invenio/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 702f5d0..ec445ec 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 cf81bc6..f5cd6c1 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 0d73cae..f3bef62 100644 --- a/payment_manual/setup.py +++ b/payment_manual/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 88e4afd..5913822 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 a1e31c3..f2c6e59 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 551f539..625a95a 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 e6a3363..f4ba644 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 0212b12..5633d57 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 857a84b..e34108d 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 9831c7e..c465cbb 100644 --- a/payment_paypal/setup.py +++ b/payment_paypal/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 4a6fd9e..1bad0e1 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 e8feede..468e7e3 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 d469136..8360301 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 5da3374..8c9ad9a 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 5239a54..8fd4b81 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 dbed88a..088e38e 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 bc3d8bc..8c0767a 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 5426bdd..4961f9a 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 6bbe5a6..265c9c1 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 0fda091..559c897 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 2edba1a..3356f5c 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 0d1fb52..4cfc9e0 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 9bd95be..9fccf33 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 6767f38..39acb6d 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 d63f4d5..913079b 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 c2ab3a9..66b981c 100644 --- a/piwik/setup.py +++ b/piwik/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 fa5246d..375e858 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 46e57a7..7c1149c 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 5226be4..33094f8 100644 --- a/previewer_code/setup.py +++ b/previewer_code/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 061ae9e..e75084b 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 eb6691c..cdb7d01 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 1879131..a32a888 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 5e215bd..3e83459 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 4425dee..191a473 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 a12feec..ecc7d2a 100644 --- a/previewer_jupyter/setup.py +++ b/previewer_jupyter/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 dbf8a8c..2003dbe 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 b8da1cf..2d18d2e 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 01b591a..eab0d64 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 e3d608d..c0573c4 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 4d0f2ec..4dc17f8 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 a716ef8..d74a587 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 5da95e2..8eb1579 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 - 2015 European Organization for Nuclear Research (CERN). + * Copyright (C) 2002 - 2016 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 c58b193..9fb312a 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 af62818..af4c299 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 9638691..5437ae6 100644 --- a/search/setup.py +++ b/search/setup.py @@ -1,5 +1,5 @@ # This file is part of Indico. -# Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 3902866..3c61fc8 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 f0fe119..c5bd19a 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 49341e1..9f1bf42 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 0790401..5f8fc44 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 - 2015 European Organization for Nuclear Research (CERN). +# Copyright (C) 2002 - 2016 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 e818e97..4c515f3 100644 --- a/search_invenio/indico_search_invenio/marc2short.xsl +++ b/search_invenio/indico_search_invenio/marc2short.xsl @@ -1,7 +1,7 @@