From bce3e282467366febb4794bd2d92c4721279bde8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81bastien=20De=CC=81le=CC=80ze?= Date: Fri, 12 Feb 2021 14:22:20 +0100 Subject: [PATCH] project: update copyright year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-by: Sébastien Délèze --- .editorconfig | 2 +- .tx/config | 2 +- AUTHORS.rst | 2 +- CONTRIBUTING.rst | 2 +- Dockerfile | 2 +- Dockerfile.base | 2 +- INSTALL.rst | 2 +- MANIFEST.in | 2 +- README.rst | 2 +- _sources/api.rst.txt | 2 +- _sources/authors.rst.txt | 2 +- _sources/changes.rst.txt | 2 +- _sources/configuration.rst.txt | 2 +- _sources/contributing.rst.txt | 2 +- _sources/index.rst.txt | 2 +- _sources/installation.rst.txt | 2 +- _sources/usage.rst.txt | 2 +- babel.ini | 2 +- docker-compose.full.yml | 2 +- docker-compose.yml | 2 +- docker-services.yml | 2 +- docker/build-images.sh | 2 +- docker/haproxy/Dockerfile | 2 +- docker/haproxy/haproxy.cfg | 2 +- docker/nginx/Dockerfile | 2 +- docker/nginx/conf.d/default.conf | 2 +- docker/nginx/nginx.conf | 2 +- docker/postgres/Dockerfile | 2 +- docker/postgres/init-app-db.sh | 2 +- docker/uwsgi/uwsgi_rest.ini | 2 +- docker/uwsgi/uwsgi_ui.ini | 2 +- docker/wait-for-services.sh | 2 +- docs/api.rst | 2 +- docs/authors.rst | 2 +- docs/changes.rst | 2 +- docs/conf.py | 2 +- docs/configuration.rst | 2 +- docs/contributing.rst | 2 +- docs/index.rst | 2 +- docs/installation.rst | 2 +- docs/usage.rst | 2 +- pytest.ini | 2 +- scripts/bootstrap | 2 +- scripts/console | 2 +- scripts/export-heg | 2 +- scripts/functions | 2 +- scripts/install-ui | 2 +- scripts/server | 2 +- scripts/setup | 2 +- scripts/test | 2 +- setup.cfg | 2 +- setup.py | 2 +- sonar/__init__.py | 2 +- sonar/affiliations/__init__.py | 2 +- sonar/affiliations/affiliation_resolver.py | 2 +- sonar/common/jsonschemas/__init__.py | 2 +- sonar/config.py | 2 +- sonar/elasticsearch/__init__.py | 2 +- sonar/elasticsearch/cli.py | 2 +- sonar/es_templates/__init__.py | 2 +- sonar/es_templates/v7/__init__.py | 2 +- sonar/heg/__init__.py | 2 +- sonar/heg/cli/__init__.py | 2 +- sonar/heg/cli/harvest.py | 2 +- sonar/heg/ftp/__init__.py | 2 +- sonar/heg/record/__init__.py | 2 +- sonar/heg/serializers/__init__.py | 2 +- sonar/heg/serializers/schemas/__init__.py | 2 +- sonar/heg/serializers/schemas/crossref.py | 2 +- sonar/heg/serializers/schemas/factory.py | 2 +- sonar/heg/serializers/schemas/heg.py | 2 +- sonar/heg/serializers/schemas/medline.py | 2 +- sonar/heg/serializers/schemas/unpaywall.py | 2 +- sonar/modules/__init__.py | 2 +- sonar/modules/api.py | 2 +- sonar/modules/babel_extractors.py | 2 +- sonar/modules/cli.py | 2 +- sonar/modules/config.py | 2 +- sonar/modules/deposits/__init__.py | 2 +- sonar/modules/deposits/api.py | 2 +- sonar/modules/deposits/cli.py | 2 +- sonar/modules/deposits/jsonschemas/__init__.py | 2 +- sonar/modules/deposits/loaders/__init__.py | 2 +- sonar/modules/deposits/mappings/__init__.py | 2 +- sonar/modules/deposits/marshmallow/__init__.py | 2 +- sonar/modules/deposits/marshmallow/json.py | 2 +- sonar/modules/deposits/permissions.py | 2 +- sonar/modules/deposits/query.py | 2 +- sonar/modules/deposits/rest.py | 2 +- sonar/modules/deposits/serializers/__init__.py | 2 +- sonar/modules/documents/__init__.py | 2 +- sonar/modules/documents/api.py | 2 +- sonar/modules/documents/cli/__init__.py | 2 +- sonar/modules/documents/cli/documents.py | 2 +- sonar/modules/documents/cli/oaiharvester.py | 2 +- sonar/modules/documents/cli/rerodoc.py | 2 +- sonar/modules/documents/config.py | 2 +- sonar/modules/documents/dojson/__init__.py | 2 +- .../modules/documents/dojson/archive_ouverte_unige/__init__.py | 2 +- sonar/modules/documents/dojson/archive_ouverte_unige/model.py | 2 +- sonar/modules/documents/dojson/overdo.py | 2 +- sonar/modules/documents/dojson/rerodoc/__init__.py | 2 +- sonar/modules/documents/dojson/rerodoc/model.py | 2 +- sonar/modules/documents/dojson/rerodoc/overdo.py | 2 +- sonar/modules/documents/ext.py | 2 +- sonar/modules/documents/jsonresolvers.py | 2 +- sonar/modules/documents/jsonschemas/__init__.py | 2 +- sonar/modules/documents/loaders/__init__.py | 2 +- sonar/modules/documents/loaders/schemas/__init__.py | 2 +- .../modules/documents/loaders/schemas/archive_ouverte_unige.py | 2 +- sonar/modules/documents/loaders/schemas/boris.py | 2 +- sonar/modules/documents/loaders/schemas/factory.py | 2 +- sonar/modules/documents/loaders/schemas/marc21.py | 2 +- sonar/modules/documents/loaders/schemas/openaire.py | 2 +- sonar/modules/documents/loaders/schemas/rerodoc.py | 2 +- sonar/modules/documents/mappings/__init__.py | 2 +- sonar/modules/documents/mappings/v7/__init__.py | 2 +- sonar/modules/documents/marshmallow/__init__.py | 2 +- sonar/modules/documents/marshmallow/json.py | 2 +- sonar/modules/documents/minters.py | 2 +- sonar/modules/documents/permissions.py | 2 +- sonar/modules/documents/query.py | 2 +- sonar/modules/documents/receivers.py | 2 +- sonar/modules/documents/serializers/__init__.py | 2 +- sonar/modules/documents/serializers/dc.py | 2 +- sonar/modules/documents/serializers/google_scholar.py | 2 +- sonar/modules/documents/serializers/schemaorg.py | 2 +- sonar/modules/documents/serializers/schemas/__init__.py | 2 +- sonar/modules/documents/serializers/schemas/base_schema.py | 2 +- sonar/modules/documents/serializers/schemas/dc.py | 2 +- sonar/modules/documents/serializers/schemas/google_scholar.py | 2 +- sonar/modules/documents/serializers/schemas/schemaorg.py | 2 +- sonar/modules/documents/tasks.py | 2 +- sonar/modules/documents/templates/documents/record.html | 2 +- sonar/modules/documents/utils.py | 2 +- sonar/modules/documents/views.py | 2 +- sonar/modules/ext.py | 2 +- sonar/modules/fetchers.py | 2 +- sonar/modules/minters.py | 2 +- sonar/modules/oauth/__init__.py | 2 +- sonar/modules/oauth/orcid.py | 2 +- sonar/modules/organisations/__init__.py | 2 +- sonar/modules/organisations/api.py | 2 +- sonar/modules/organisations/cli/organisations.py | 2 +- sonar/modules/organisations/ext.py | 2 +- sonar/modules/organisations/jsonresolvers.py | 2 +- sonar/modules/organisations/jsonschemas/__init__.py | 2 +- sonar/modules/organisations/loaders/__init__.py | 2 +- sonar/modules/organisations/mappings/__init__.py | 2 +- sonar/modules/organisations/marshmallow/__init__.py | 2 +- sonar/modules/organisations/marshmallow/json.py | 2 +- sonar/modules/organisations/minters.py | 2 +- sonar/modules/organisations/permissions.py | 2 +- sonar/modules/organisations/query.py | 2 +- sonar/modules/organisations/serializers/__init__.py | 2 +- sonar/modules/organisations/serializers/schemas/__init__.py | 2 +- sonar/modules/organisations/serializers/schemas/export.py | 2 +- sonar/modules/pdf_extractor/__init__.py | 2 +- sonar/modules/pdf_extractor/config.py | 2 +- sonar/modules/pdf_extractor/ext.py | 2 +- sonar/modules/pdf_extractor/pdf_extractor.py | 2 +- sonar/modules/pdf_extractor/static/pdf_extractor/test.css | 2 +- sonar/modules/pdf_extractor/static/pdf_extractor/test.js | 2 +- sonar/modules/pdf_extractor/templates/test.html | 2 +- sonar/modules/pdf_extractor/utils.py | 2 +- sonar/modules/pdf_extractor/views/__init__.py | 2 +- sonar/modules/pdf_extractor/views/api.py | 2 +- sonar/modules/pdf_extractor/views/client.py | 2 +- sonar/modules/permissions.py | 2 +- sonar/modules/projects/__init__.py | 2 +- sonar/modules/projects/api.py | 2 +- sonar/modules/projects/jsonresolvers.py | 2 +- sonar/modules/projects/jsonschemas/__init__.py | 2 +- sonar/modules/projects/loaders/__init__.py | 2 +- sonar/modules/projects/mappings/__init__.py | 2 +- sonar/modules/projects/marshmallow/__init__.py | 2 +- sonar/modules/projects/marshmallow/json.py | 2 +- sonar/modules/projects/permissions.py | 2 +- sonar/modules/projects/query.py | 2 +- sonar/modules/projects/serializers/__init__.py | 2 +- sonar/modules/providers.py | 2 +- sonar/modules/query.py | 2 +- sonar/modules/receivers.py | 2 +- sonar/modules/serializers.py | 2 +- sonar/modules/shibboleth_authenticator/__init__.py | 2 +- sonar/modules/shibboleth_authenticator/auth.py | 2 +- sonar/modules/shibboleth_authenticator/config.py | 2 +- sonar/modules/shibboleth_authenticator/ext.py | 2 +- sonar/modules/shibboleth_authenticator/handlers.py | 2 +- sonar/modules/shibboleth_authenticator/utils.py | 2 +- sonar/modules/shibboleth_authenticator/views/__init__.py | 2 +- sonar/modules/shibboleth_authenticator/views/client.py | 2 +- sonar/modules/users/__init__.py | 2 +- sonar/modules/users/api.py | 2 +- sonar/modules/users/cli.py | 2 +- sonar/modules/users/jsonresolvers.py | 2 +- sonar/modules/users/jsonschemas/__init__.py | 2 +- sonar/modules/users/loaders/__init__.py | 2 +- sonar/modules/users/mappings/__init__.py | 2 +- sonar/modules/users/marshmallow/__init__.py | 2 +- sonar/modules/users/marshmallow/json.py | 2 +- sonar/modules/users/permissions.py | 2 +- sonar/modules/users/query.py | 2 +- sonar/modules/users/serializers/__init__.py | 2 +- sonar/modules/users/serializers/schemas/__init__.py | 2 +- sonar/modules/users/serializers/schemas/export.py | 2 +- sonar/modules/users/signals.py | 2 +- sonar/modules/users/utils.py | 2 +- sonar/modules/users/views/__init__.py | 2 +- sonar/modules/utils.py | 2 +- sonar/monitoring/__init__.py | 2 +- sonar/monitoring/api/data_integrity.py | 2 +- sonar/monitoring/api/database.py | 2 +- sonar/monitoring/views/__init__.py | 2 +- sonar/templates/security/email/reset_instructions.html | 2 +- sonar/theme/__init__.py | 2 +- sonar/theme/assets/scss/common/_bootstrap.scss | 2 +- sonar/theme/assets/scss/common/_theme.scss | 2 +- sonar/theme/assets/scss/common/_variables.scss | 2 +- sonar/theme/assets/scss/global/_variables.scss | 2 +- sonar/theme/assets/scss/global/theme.scss | 2 +- sonar/theme/assets/scss/preview.scss | 2 +- sonar/theme/assets/scss/usi/_variables.scss | 2 +- sonar/theme/assets/scss/usi/theme.scss | 2 +- sonar/theme/static/js/app.js | 2 +- sonar/theme/templates/sonar/accounts/forgot_password.html | 2 +- sonar/theme/templates/sonar/accounts/login.html | 2 +- sonar/theme/templates/sonar/accounts/profile.html | 2 +- sonar/theme/templates/sonar/accounts/signup.html | 2 +- sonar/theme/templates/sonar/breadcrumbs.html | 2 +- sonar/theme/templates/sonar/contact.html | 2 +- sonar/theme/templates/sonar/footer.html | 2 +- sonar/theme/templates/sonar/frontpage.html | 2 +- sonar/theme/templates/sonar/macros/macro.html | 2 +- sonar/theme/templates/sonar/macros/menu.html | 2 +- sonar/theme/templates/sonar/macros/messages.html | 2 +- sonar/theme/templates/sonar/oauth/signup.html | 2 +- sonar/theme/templates/sonar/page.html | 2 +- sonar/theme/templates/sonar/page_admin.html | 2 +- sonar/theme/templates/sonar/page_cover.html | 2 +- sonar/theme/templates/sonar/page_error.html | 2 +- sonar/theme/templates/sonar/page_settings.html | 2 +- sonar/theme/templates/sonar/page_wiki.html | 2 +- sonar/theme/templates/sonar/partial/dropdown_user.html | 2 +- sonar/theme/templates/sonar/partial/navbar.html | 2 +- sonar/theme/templates/sonar/preview/base.html | 2 +- sonar/theme/templates/sonar/trackingcode.html | 2 +- sonar/theme/views.py | 2 +- sonar/theme/webpack.py | 2 +- sonar/translations/de/LC_MESSAGES/messages.po | 2 +- sonar/translations/en/LC_MESSAGES/messages.po | 2 +- sonar/translations/fr/LC_MESSAGES/messages.po | 2 +- sonar/translations/it/LC_MESSAGES/messages.po | 2 +- sonar/translations/manual_translations.txt | 2 +- sonar/translations/nb_NO/LC_MESSAGES/messages.po | 2 +- sonar/version.py | 2 +- sonar/webdav/__init__.py | 2 +- sonar/webdav/heg_client.py | 2 +- tests/api/conftest.py | 2 +- tests/api/deposits/test_deposits_permissions.py | 2 +- tests/api/deposits/test_deposits_rest.py | 2 +- tests/api/documents/test_documents_permissions.py | 2 +- tests/api/documents/test_documents_rest.py | 2 +- tests/api/monitoring/test_monitoring_views.py | 2 +- tests/api/organisations/test_organisations_permissions.py | 2 +- tests/api/projects/test_projects_permissions.py | 2 +- tests/api/test_api_query.py | 2 +- tests/api/test_api_simple_flow.py | 2 +- tests/api/test_receivers.py | 2 +- tests/api/users/test_users_permissions.py | 2 +- tests/api/users/test_users_query.py | 2 +- tests/api/users/test_users_utils.py | 2 +- tests/conftest.py | 2 +- tests/test_version.py | 2 +- tests/ui/conftest.py | 2 +- tests/ui/deposits/test_deposits_api.py | 2 +- tests/ui/deposits/test_deposits_cli.py | 2 +- tests/ui/documents/cli/test_documents_cli_oaiharvester.py | 2 +- tests/ui/documents/cli/test_documents_cli_rerodoc.py | 2 +- tests/ui/documents/dojson/rerodoc/test_rerodoc_model.py | 2 +- tests/ui/documents/dojson/rerodoc/test_rerodoc_overdo.py | 2 +- tests/ui/documents/dojson/test_overdo.py | 2 +- tests/ui/documents/test_dc_schema.py | 2 +- tests/ui/documents/test_documents_api.py | 2 +- tests/ui/documents/test_documents_ext.py | 2 +- tests/ui/documents/test_documents_receivers.py | 2 +- tests/ui/documents/test_documents_tasks.py | 2 +- tests/ui/documents/test_documents_utils.py | 2 +- tests/ui/documents/test_documents_views.py | 2 +- tests/ui/oauth/conftest.py | 2 +- tests/ui/oauth/test_oauth_orcid.py | 2 +- .../organisations/cli/test_organisations_cli_organisations.py | 2 +- tests/ui/organisations/test_jsonresolvers.py | 2 +- tests/ui/organisations/test_organisations_api.py | 2 +- tests/ui/organisations/test_organisations_export_schema.py | 2 +- tests/ui/organisations/test_organisations_ext.py | 2 +- tests/ui/organisations/test_organisations_oai_set.py | 2 +- tests/ui/pdf_extractor/conftest.py | 2 +- tests/ui/pdf_extractor/test_pdf_extractor.py | 2 +- tests/ui/pdf_extractor/test_pdf_extractor_ext.py | 2 +- tests/ui/pdf_extractor/test_pdf_extractor_utils.py | 2 +- tests/ui/pdf_extractor/test_pdf_extractor_views_api.py | 2 +- tests/ui/pdf_extractor/test_pdf_extractor_views_client.py | 2 +- tests/ui/projects/test_projects_jsonresolvers.py | 2 +- tests/ui/shibboleth_authenticator/conftest.py | 2 +- tests/ui/shibboleth_authenticator/test_shibboleth_auth.py | 2 +- tests/ui/shibboleth_authenticator/test_shibboleth_ext.py | 2 +- tests/ui/shibboleth_authenticator/test_shibboleth_handlers.py | 2 +- tests/ui/shibboleth_authenticator/test_shibboleth_utils.py | 2 +- .../ui/shibboleth_authenticator/test_shibboleth_views_client.py | 2 +- tests/ui/test_api.py | 2 +- tests/ui/test_babel_extractors.py | 2 +- tests/ui/test_cli.py | 2 +- tests/ui/test_fetchers.py | 2 +- tests/ui/test_permissions.py | 2 +- tests/ui/test_query.py | 2 +- tests/ui/test_utils.py | 2 +- tests/ui/test_views.py | 2 +- tests/ui/users/test_user_jsonresolvers.py | 2 +- tests/ui/users/test_users_api.py | 2 +- tests/ui/users/test_users_cli.py | 2 +- tests/ui/users/test_users_export_schema.py | 2 +- tests/ui/users/test_users_signals.py | 2 +- tests/unit/affiliations/test_affiliation_resolver.py | 2 +- tests/unit/conftest.py | 2 +- .../unit/documents/loaders/test_archive_ouverte_unige_loader.py | 2 +- tests/unit/documents/loaders/test_boris_loader.py | 2 +- tests/unit/documents/loaders/test_loader_schema_factory.py | 2 +- tests/unit/documents/loaders/test_rerodoc_loader.py | 2 +- tests/unit/documents/serializers/test_google_scholar_schema.py | 2 +- tests/unit/documents/serializers/test_schemaorg_schema.py | 2 +- tests/unit/elasticsearch/test_elasticsearch_cli.py | 2 +- tests/unit/heg/cli/test_heg_cli_harvest.py | 2 +- tests/unit/heg/ftp/test_heg_repository.py | 2 +- tests/unit/heg/record/test_heg_record.py | 2 +- .../schemas/test_heg_serializers_schemas_crossref.py | 2 +- .../serializers/schemas/test_heg_serializers_schemas_factory.py | 2 +- .../heg/serializers/schemas/test_heg_serializers_schemas_heg.py | 2 +- .../serializers/schemas/test_heg_serializers_schemas_medline.py | 2 +- .../schemas/test_heg_serializers_schemas_unpaywall.py | 2 +- tests/unit/monitoring/test_api_data_integrity.py | 2 +- tests/unit/monitoring/test_api_db_connection.py | 2 +- tests/unit/webdav/test_webdav_heg_client.py | 2 +- tests/utils.py | 2 +- 344 files changed, 344 insertions(+), 344 deletions(-) diff --git a/.editorconfig b/.editorconfig index cbf45ee3..7789d379 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/.tx/config b/.tx/config index d52757b9..7d3bf07b 100644 --- a/.tx/config +++ b/.tx/config @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/AUTHORS.rst b/AUTHORS.rst index 557fa3ed..9aec3384 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9e164aa6..db897864 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/Dockerfile b/Dockerfile index e85690b5..5a81b376 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/Dockerfile.base b/Dockerfile.base index 6d134f9c..47ed7233 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/INSTALL.rst b/INSTALL.rst index 16c57195..23b30446 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/MANIFEST.in b/MANIFEST.in index d9184cce..5c1639c8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/README.rst b/README.rst index fda95fb1..e34250d8 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/_sources/api.rst.txt b/_sources/api.rst.txt index 7b09ec9f..1c437db2 100644 --- a/_sources/api.rst.txt +++ b/_sources/api.rst.txt @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/_sources/authors.rst.txt b/_sources/authors.rst.txt index 8bca71d6..3cc11841 100644 --- a/_sources/authors.rst.txt +++ b/_sources/authors.rst.txt @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/_sources/changes.rst.txt b/_sources/changes.rst.txt index a7c806b4..f36985af 100644 --- a/_sources/changes.rst.txt +++ b/_sources/changes.rst.txt @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/_sources/configuration.rst.txt b/_sources/configuration.rst.txt index 8b0e86ee..e783c9d7 100644 --- a/_sources/configuration.rst.txt +++ b/_sources/configuration.rst.txt @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/_sources/contributing.rst.txt b/_sources/contributing.rst.txt index 7430722f..5a71ba6c 100644 --- a/_sources/contributing.rst.txt +++ b/_sources/contributing.rst.txt @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index 6c2fdcb2..0a3ab4d6 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/_sources/installation.rst.txt b/_sources/installation.rst.txt index 10b208a7..f9d0461a 100644 --- a/_sources/installation.rst.txt +++ b/_sources/installation.rst.txt @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/_sources/usage.rst.txt b/_sources/usage.rst.txt index 01ca39a3..012b6495 100644 --- a/_sources/usage.rst.txt +++ b/_sources/usage.rst.txt @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/babel.ini b/babel.ini index ad9e67dc..8f71cf4d 100644 --- a/babel.ini +++ b/babel.ini @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker-compose.full.yml b/docker-compose.full.yml index 1e9f14d5..c1270f7b 100644 --- a/docker-compose.full.yml +++ b/docker-compose.full.yml @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker-compose.yml b/docker-compose.yml index 06b339df..ee031a81 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker-services.yml b/docker-services.yml index 8ba1f48a..78bdea49 100644 --- a/docker-services.yml +++ b/docker-services.yml @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/build-images.sh b/docker/build-images.sh index e0eabc7d..8863e3fb 100755 --- a/docker/build-images.sh +++ b/docker/build-images.sh @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/haproxy/Dockerfile b/docker/haproxy/Dockerfile index 3b81a029..04a47c53 100644 --- a/docker/haproxy/Dockerfile +++ b/docker/haproxy/Dockerfile @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/haproxy/haproxy.cfg b/docker/haproxy/haproxy.cfg index 2ff0f66d..82269c01 100644 --- a/docker/haproxy/haproxy.cfg +++ b/docker/haproxy/haproxy.cfg @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index 1309ff50..69c58de3 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/nginx/conf.d/default.conf b/docker/nginx/conf.d/default.conf index a4fed4d9..c71fbe93 100644 --- a/docker/nginx/conf.d/default.conf +++ b/docker/nginx/conf.d/default.conf @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf index 3fae5b5e..60a9f4fe 100644 --- a/docker/nginx/nginx.conf +++ b/docker/nginx/nginx.conf @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/postgres/Dockerfile b/docker/postgres/Dockerfile index da7a7544..210b90ce 100644 --- a/docker/postgres/Dockerfile +++ b/docker/postgres/Dockerfile @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/postgres/init-app-db.sh b/docker/postgres/init-app-db.sh index 1af4a374..1a536fbe 100644 --- a/docker/postgres/init-app-db.sh +++ b/docker/postgres/init-app-db.sh @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/uwsgi/uwsgi_rest.ini b/docker/uwsgi/uwsgi_rest.ini index 652068e8..ae91bb89 100644 --- a/docker/uwsgi/uwsgi_rest.ini +++ b/docker/uwsgi/uwsgi_rest.ini @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/uwsgi/uwsgi_ui.ini b/docker/uwsgi/uwsgi_ui.ini index e9a7b788..438b72f7 100644 --- a/docker/uwsgi/uwsgi_ui.ini +++ b/docker/uwsgi/uwsgi_ui.ini @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/wait-for-services.sh b/docker/wait-for-services.sh index 996bfc9f..f033efe7 100755 --- a/docker/wait-for-services.sh +++ b/docker/wait-for-services.sh @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docs/api.rst b/docs/api.rst index 7b09ec9f..1c437db2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/docs/authors.rst b/docs/authors.rst index 8bca71d6..3cc11841 100644 --- a/docs/authors.rst +++ b/docs/authors.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/docs/changes.rst b/docs/changes.rst index a7c806b4..f36985af 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/docs/conf.py b/docs/conf.py index 1b5e1b48..0302a40e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docs/configuration.rst b/docs/configuration.rst index b098820a..999a1367 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/docs/contributing.rst b/docs/contributing.rst index 7430722f..5a71ba6c 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/docs/index.rst b/docs/index.rst index 6c2fdcb2..0a3ab4d6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/docs/installation.rst b/docs/installation.rst index 10b208a7..f9d0461a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/docs/usage.rst b/docs/usage.rst index 01ca39a3..012b6495 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -1,6 +1,6 @@ .. Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pytest.ini b/pytest.ini index 0c4b9142..969fad37 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/scripts/bootstrap b/scripts/bootstrap index ba01efb5..cd7b8aea 100755 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/scripts/console b/scripts/console index 05288fa9..cb829c00 100755 --- a/scripts/console +++ b/scripts/console @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/scripts/export-heg b/scripts/export-heg index 1b0bf476..38ca1413 100755 --- a/scripts/export-heg +++ b/scripts/export-heg @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/scripts/functions b/scripts/functions index 09a9fd04..d818de5f 100644 --- a/scripts/functions +++ b/scripts/functions @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/scripts/install-ui b/scripts/install-ui index 0adb5096..74f716c7 100755 --- a/scripts/install-ui +++ b/scripts/install-ui @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/scripts/server b/scripts/server index b6e2e518..eb47ffdb 100755 --- a/scripts/server +++ b/scripts/server @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/scripts/setup b/scripts/setup index 484d217a..a21df19b 100755 --- a/scripts/setup +++ b/scripts/setup @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/scripts/test b/scripts/test index 818dd059..8df2bb4e 100755 --- a/scripts/test +++ b/scripts/test @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/setup.cfg b/setup.cfg index 9158eef3..aa4087f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/setup.py b/setup.py index 8ab2ff28..c3925423 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/__init__.py b/sonar/__init__.py index 9179b1bd..e948744f 100644 --- a/sonar/__init__.py +++ b/sonar/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/affiliations/__init__.py b/sonar/affiliations/__init__.py index 46b26cb7..3aee3e86 100644 --- a/sonar/affiliations/__init__.py +++ b/sonar/affiliations/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/affiliations/affiliation_resolver.py b/sonar/affiliations/affiliation_resolver.py index 52a33f57..20e8d826 100644 --- a/sonar/affiliations/affiliation_resolver.py +++ b/sonar/affiliations/affiliation_resolver.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/common/jsonschemas/__init__.py b/sonar/common/jsonschemas/__init__.py index 0c36719c..ade03d66 100644 --- a/sonar/common/jsonschemas/__init__.py +++ b/sonar/common/jsonschemas/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/config.py b/sonar/config.py index d4fe2bab..1de7a4bc 100644 --- a/sonar/config.py +++ b/sonar/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/elasticsearch/__init__.py b/sonar/elasticsearch/__init__.py index 5fee0952..518eb06c 100644 --- a/sonar/elasticsearch/__init__.py +++ b/sonar/elasticsearch/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/elasticsearch/cli.py b/sonar/elasticsearch/cli.py index 5043fd73..b8e113df 100644 --- a/sonar/elasticsearch/cli.py +++ b/sonar/elasticsearch/cli.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/es_templates/__init__.py b/sonar/es_templates/__init__.py index 5ac9bad3..bbdbe661 100644 --- a/sonar/es_templates/__init__.py +++ b/sonar/es_templates/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/es_templates/v7/__init__.py b/sonar/es_templates/v7/__init__.py index ef64c0d9..916a14ea 100644 --- a/sonar/es_templates/v7/__init__.py +++ b/sonar/es_templates/v7/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/__init__.py b/sonar/heg/__init__.py index a213564f..6972279b 100644 --- a/sonar/heg/__init__.py +++ b/sonar/heg/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/cli/__init__.py b/sonar/heg/cli/__init__.py index 8a033534..9407c04e 100644 --- a/sonar/heg/cli/__init__.py +++ b/sonar/heg/cli/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/cli/harvest.py b/sonar/heg/cli/harvest.py index c0b25716..8109bd97 100644 --- a/sonar/heg/cli/harvest.py +++ b/sonar/heg/cli/harvest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/ftp/__init__.py b/sonar/heg/ftp/__init__.py index 1d49a0ee..74397736 100644 --- a/sonar/heg/ftp/__init__.py +++ b/sonar/heg/ftp/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/record/__init__.py b/sonar/heg/record/__init__.py index 31875212..4274caca 100644 --- a/sonar/heg/record/__init__.py +++ b/sonar/heg/record/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/serializers/__init__.py b/sonar/heg/serializers/__init__.py index 305791a0..14db895f 100644 --- a/sonar/heg/serializers/__init__.py +++ b/sonar/heg/serializers/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/serializers/schemas/__init__.py b/sonar/heg/serializers/schemas/__init__.py index a896b725..a6b54476 100644 --- a/sonar/heg/serializers/schemas/__init__.py +++ b/sonar/heg/serializers/schemas/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/serializers/schemas/crossref.py b/sonar/heg/serializers/schemas/crossref.py index 23e1c7d9..21d13048 100644 --- a/sonar/heg/serializers/schemas/crossref.py +++ b/sonar/heg/serializers/schemas/crossref.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/serializers/schemas/factory.py b/sonar/heg/serializers/schemas/factory.py index ac2ea135..d87b5fc0 100644 --- a/sonar/heg/serializers/schemas/factory.py +++ b/sonar/heg/serializers/schemas/factory.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/serializers/schemas/heg.py b/sonar/heg/serializers/schemas/heg.py index bc7f0c06..25ed2546 100644 --- a/sonar/heg/serializers/schemas/heg.py +++ b/sonar/heg/serializers/schemas/heg.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/serializers/schemas/medline.py b/sonar/heg/serializers/schemas/medline.py index e822b1cd..87f085a2 100644 --- a/sonar/heg/serializers/schemas/medline.py +++ b/sonar/heg/serializers/schemas/medline.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/heg/serializers/schemas/unpaywall.py b/sonar/heg/serializers/schemas/unpaywall.py index f82bef7d..3ac4d13a 100644 --- a/sonar/heg/serializers/schemas/unpaywall.py +++ b/sonar/heg/serializers/schemas/unpaywall.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/__init__.py b/sonar/modules/__init__.py index 06a8d06b..1c1f4564 100644 --- a/sonar/modules/__init__.py +++ b/sonar/modules/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/api.py b/sonar/modules/api.py index 68d6bc0d..0ca7e497 100644 --- a/sonar/modules/api.py +++ b/sonar/modules/api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/babel_extractors.py b/sonar/modules/babel_extractors.py index 92a76a4e..ca1e8810 100644 --- a/sonar/modules/babel_extractors.py +++ b/sonar/modules/babel_extractors.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/cli.py b/sonar/modules/cli.py index 19631530..e1f8b285 100644 --- a/sonar/modules/cli.py +++ b/sonar/modules/cli.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/config.py b/sonar/modules/config.py index 5c38f830..d6623ec0 100644 --- a/sonar/modules/config.py +++ b/sonar/modules/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/__init__.py b/sonar/modules/deposits/__init__.py index 5db240db..3221bab1 100644 --- a/sonar/modules/deposits/__init__.py +++ b/sonar/modules/deposits/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/api.py b/sonar/modules/deposits/api.py index cdeee6a4..8db22476 100644 --- a/sonar/modules/deposits/api.py +++ b/sonar/modules/deposits/api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/cli.py b/sonar/modules/deposits/cli.py index 8b281aa4..729a0b1b 100644 --- a/sonar/modules/deposits/cli.py +++ b/sonar/modules/deposits/cli.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/jsonschemas/__init__.py b/sonar/modules/deposits/jsonschemas/__init__.py index a714a670..18850ef5 100644 --- a/sonar/modules/deposits/jsonschemas/__init__.py +++ b/sonar/modules/deposits/jsonschemas/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/loaders/__init__.py b/sonar/modules/deposits/loaders/__init__.py index ce3e981e..4209f8fe 100644 --- a/sonar/modules/deposits/loaders/__init__.py +++ b/sonar/modules/deposits/loaders/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/mappings/__init__.py b/sonar/modules/deposits/mappings/__init__.py index c72d3ba2..075fc09c 100644 --- a/sonar/modules/deposits/mappings/__init__.py +++ b/sonar/modules/deposits/mappings/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/marshmallow/__init__.py b/sonar/modules/deposits/marshmallow/__init__.py index dfe6889e..391d467d 100644 --- a/sonar/modules/deposits/marshmallow/__init__.py +++ b/sonar/modules/deposits/marshmallow/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/marshmallow/json.py b/sonar/modules/deposits/marshmallow/json.py index 807cb4d8..03b7b8c3 100644 --- a/sonar/modules/deposits/marshmallow/json.py +++ b/sonar/modules/deposits/marshmallow/json.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/permissions.py b/sonar/modules/deposits/permissions.py index 209c8bdc..0566ef82 100644 --- a/sonar/modules/deposits/permissions.py +++ b/sonar/modules/deposits/permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/query.py b/sonar/modules/deposits/query.py index 05772176..ee180c5b 100644 --- a/sonar/modules/deposits/query.py +++ b/sonar/modules/deposits/query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/rest.py b/sonar/modules/deposits/rest.py index 7ac6e33a..b0ceba67 100644 --- a/sonar/modules/deposits/rest.py +++ b/sonar/modules/deposits/rest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/deposits/serializers/__init__.py b/sonar/modules/deposits/serializers/__init__.py index 2e48d865..e11bdd70 100644 --- a/sonar/modules/deposits/serializers/__init__.py +++ b/sonar/modules/deposits/serializers/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/__init__.py b/sonar/modules/documents/__init__.py index 93a4b9d7..0396fb55 100644 --- a/sonar/modules/documents/__init__.py +++ b/sonar/modules/documents/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/api.py b/sonar/modules/documents/api.py index bd5375c1..cadbc3cd 100644 --- a/sonar/modules/documents/api.py +++ b/sonar/modules/documents/api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/cli/__init__.py b/sonar/modules/documents/cli/__init__.py index 850ad149..a8a265bf 100644 --- a/sonar/modules/documents/cli/__init__.py +++ b/sonar/modules/documents/cli/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/cli/documents.py b/sonar/modules/documents/cli/documents.py index 35ac3797..d443ee0e 100644 --- a/sonar/modules/documents/cli/documents.py +++ b/sonar/modules/documents/cli/documents.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/cli/oaiharvester.py b/sonar/modules/documents/cli/oaiharvester.py index d7721d67..79fa1f62 100644 --- a/sonar/modules/documents/cli/oaiharvester.py +++ b/sonar/modules/documents/cli/oaiharvester.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/cli/rerodoc.py b/sonar/modules/documents/cli/rerodoc.py index 35abc673..f1418e44 100644 --- a/sonar/modules/documents/cli/rerodoc.py +++ b/sonar/modules/documents/cli/rerodoc.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/config.py b/sonar/modules/documents/config.py index 6bb34f87..49185e04 100644 --- a/sonar/modules/documents/config.py +++ b/sonar/modules/documents/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/dojson/__init__.py b/sonar/modules/documents/dojson/__init__.py index 7bde012f..1b792275 100644 --- a/sonar/modules/documents/dojson/__init__.py +++ b/sonar/modules/documents/dojson/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/dojson/archive_ouverte_unige/__init__.py b/sonar/modules/documents/dojson/archive_ouverte_unige/__init__.py index eddf4971..54758770 100644 --- a/sonar/modules/documents/dojson/archive_ouverte_unige/__init__.py +++ b/sonar/modules/documents/dojson/archive_ouverte_unige/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/dojson/archive_ouverte_unige/model.py b/sonar/modules/documents/dojson/archive_ouverte_unige/model.py index bf5c64f8..ad4a9c15 100644 --- a/sonar/modules/documents/dojson/archive_ouverte_unige/model.py +++ b/sonar/modules/documents/dojson/archive_ouverte_unige/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/dojson/overdo.py b/sonar/modules/documents/dojson/overdo.py index 05cd0d0a..a9dfe6c8 100644 --- a/sonar/modules/documents/dojson/overdo.py +++ b/sonar/modules/documents/dojson/overdo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/dojson/rerodoc/__init__.py b/sonar/modules/documents/dojson/rerodoc/__init__.py index 0ea4590c..7d11beef 100644 --- a/sonar/modules/documents/dojson/rerodoc/__init__.py +++ b/sonar/modules/documents/dojson/rerodoc/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/dojson/rerodoc/model.py b/sonar/modules/documents/dojson/rerodoc/model.py index 8f69dc66..f0960bcd 100644 --- a/sonar/modules/documents/dojson/rerodoc/model.py +++ b/sonar/modules/documents/dojson/rerodoc/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/dojson/rerodoc/overdo.py b/sonar/modules/documents/dojson/rerodoc/overdo.py index 0ddac3ae..1b769977 100644 --- a/sonar/modules/documents/dojson/rerodoc/overdo.py +++ b/sonar/modules/documents/dojson/rerodoc/overdo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/ext.py b/sonar/modules/documents/ext.py index e0186a82..26cb01be 100644 --- a/sonar/modules/documents/ext.py +++ b/sonar/modules/documents/ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/jsonresolvers.py b/sonar/modules/documents/jsonresolvers.py index 1bd4783a..7c4fac7a 100644 --- a/sonar/modules/documents/jsonresolvers.py +++ b/sonar/modules/documents/jsonresolvers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/jsonschemas/__init__.py b/sonar/modules/documents/jsonschemas/__init__.py index cb425e14..6430fc89 100644 --- a/sonar/modules/documents/jsonschemas/__init__.py +++ b/sonar/modules/documents/jsonschemas/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/loaders/__init__.py b/sonar/modules/documents/loaders/__init__.py index 2b4eef40..a3063e97 100644 --- a/sonar/modules/documents/loaders/__init__.py +++ b/sonar/modules/documents/loaders/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/loaders/schemas/__init__.py b/sonar/modules/documents/loaders/schemas/__init__.py index 2337a264..9dcaba1b 100644 --- a/sonar/modules/documents/loaders/schemas/__init__.py +++ b/sonar/modules/documents/loaders/schemas/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/loaders/schemas/archive_ouverte_unige.py b/sonar/modules/documents/loaders/schemas/archive_ouverte_unige.py index 4c203817..1e4f5be7 100644 --- a/sonar/modules/documents/loaders/schemas/archive_ouverte_unige.py +++ b/sonar/modules/documents/loaders/schemas/archive_ouverte_unige.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/loaders/schemas/boris.py b/sonar/modules/documents/loaders/schemas/boris.py index 6aeff2ab..fe059a49 100644 --- a/sonar/modules/documents/loaders/schemas/boris.py +++ b/sonar/modules/documents/loaders/schemas/boris.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/loaders/schemas/factory.py b/sonar/modules/documents/loaders/schemas/factory.py index 3ec28d01..b9289484 100644 --- a/sonar/modules/documents/loaders/schemas/factory.py +++ b/sonar/modules/documents/loaders/schemas/factory.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/loaders/schemas/marc21.py b/sonar/modules/documents/loaders/schemas/marc21.py index b24ee77d..89a16304 100644 --- a/sonar/modules/documents/loaders/schemas/marc21.py +++ b/sonar/modules/documents/loaders/schemas/marc21.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/loaders/schemas/openaire.py b/sonar/modules/documents/loaders/schemas/openaire.py index 65cab8e2..f6ce68cc 100644 --- a/sonar/modules/documents/loaders/schemas/openaire.py +++ b/sonar/modules/documents/loaders/schemas/openaire.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/loaders/schemas/rerodoc.py b/sonar/modules/documents/loaders/schemas/rerodoc.py index 8ace8a0b..06587c26 100644 --- a/sonar/modules/documents/loaders/schemas/rerodoc.py +++ b/sonar/modules/documents/loaders/schemas/rerodoc.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/mappings/__init__.py b/sonar/modules/documents/mappings/__init__.py index 4cea30ad..1bd3117c 100644 --- a/sonar/modules/documents/mappings/__init__.py +++ b/sonar/modules/documents/mappings/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/mappings/v7/__init__.py b/sonar/modules/documents/mappings/v7/__init__.py index 7493f9ae..6e1b559a 100644 --- a/sonar/modules/documents/mappings/v7/__init__.py +++ b/sonar/modules/documents/mappings/v7/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/marshmallow/__init__.py b/sonar/modules/documents/marshmallow/__init__.py index 6c8ae880..9a38bfa8 100644 --- a/sonar/modules/documents/marshmallow/__init__.py +++ b/sonar/modules/documents/marshmallow/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/marshmallow/json.py b/sonar/modules/documents/marshmallow/json.py index 34687910..cb5e8e1b 100644 --- a/sonar/modules/documents/marshmallow/json.py +++ b/sonar/modules/documents/marshmallow/json.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/minters.py b/sonar/modules/documents/minters.py index f5d9f5e5..1c734838 100644 --- a/sonar/modules/documents/minters.py +++ b/sonar/modules/documents/minters.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/permissions.py b/sonar/modules/documents/permissions.py index 1259c4e3..0cbb81a8 100644 --- a/sonar/modules/documents/permissions.py +++ b/sonar/modules/documents/permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/query.py b/sonar/modules/documents/query.py index 2691d031..1fa97a11 100644 --- a/sonar/modules/documents/query.py +++ b/sonar/modules/documents/query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/receivers.py b/sonar/modules/documents/receivers.py index fab24b03..b8f52f4e 100644 --- a/sonar/modules/documents/receivers.py +++ b/sonar/modules/documents/receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/serializers/__init__.py b/sonar/modules/documents/serializers/__init__.py index 295ae8d1..1e7b8a2c 100644 --- a/sonar/modules/documents/serializers/__init__.py +++ b/sonar/modules/documents/serializers/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/serializers/dc.py b/sonar/modules/documents/serializers/dc.py index db2c9b30..3a980a6a 100644 --- a/sonar/modules/documents/serializers/dc.py +++ b/sonar/modules/documents/serializers/dc.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/serializers/google_scholar.py b/sonar/modules/documents/serializers/google_scholar.py index 567928e0..7d165b29 100644 --- a/sonar/modules/documents/serializers/google_scholar.py +++ b/sonar/modules/documents/serializers/google_scholar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/serializers/schemaorg.py b/sonar/modules/documents/serializers/schemaorg.py index 9e30a6ba..7c4e6844 100644 --- a/sonar/modules/documents/serializers/schemaorg.py +++ b/sonar/modules/documents/serializers/schemaorg.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/serializers/schemas/__init__.py b/sonar/modules/documents/serializers/schemas/__init__.py index 0ec9e641..a899ef7f 100644 --- a/sonar/modules/documents/serializers/schemas/__init__.py +++ b/sonar/modules/documents/serializers/schemas/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/serializers/schemas/base_schema.py b/sonar/modules/documents/serializers/schemas/base_schema.py index 6a18bed2..a109ed34 100644 --- a/sonar/modules/documents/serializers/schemas/base_schema.py +++ b/sonar/modules/documents/serializers/schemas/base_schema.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/serializers/schemas/dc.py b/sonar/modules/documents/serializers/schemas/dc.py index 7c8ca178..0d9f150e 100644 --- a/sonar/modules/documents/serializers/schemas/dc.py +++ b/sonar/modules/documents/serializers/schemas/dc.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/serializers/schemas/google_scholar.py b/sonar/modules/documents/serializers/schemas/google_scholar.py index 63a88865..c2c2210a 100644 --- a/sonar/modules/documents/serializers/schemas/google_scholar.py +++ b/sonar/modules/documents/serializers/schemas/google_scholar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/serializers/schemas/schemaorg.py b/sonar/modules/documents/serializers/schemas/schemaorg.py index c167ad60..709369b9 100644 --- a/sonar/modules/documents/serializers/schemas/schemaorg.py +++ b/sonar/modules/documents/serializers/schemas/schemaorg.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/tasks.py b/sonar/modules/documents/tasks.py index 4cc4ff73..d596d2fa 100644 --- a/sonar/modules/documents/tasks.py +++ b/sonar/modules/documents/tasks.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/templates/documents/record.html b/sonar/modules/documents/templates/documents/record.html index b53518ac..4f16bad5 100644 --- a/sonar/modules/documents/templates/documents/record.html +++ b/sonar/modules/documents/templates/documents/record.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository -Copyright (C) 2019 RERO +Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/utils.py b/sonar/modules/documents/utils.py index 0369c7d6..5d3cf217 100644 --- a/sonar/modules/documents/utils.py +++ b/sonar/modules/documents/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/documents/views.py b/sonar/modules/documents/views.py index fe31710a..83372601 100644 --- a/sonar/modules/documents/views.py +++ b/sonar/modules/documents/views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/ext.py b/sonar/modules/ext.py index 6b100910..e623e41d 100644 --- a/sonar/modules/ext.py +++ b/sonar/modules/ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/fetchers.py b/sonar/modules/fetchers.py index 5bedb1c8..ceb74b96 100644 --- a/sonar/modules/fetchers.py +++ b/sonar/modules/fetchers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/minters.py b/sonar/modules/minters.py index 9267beda..026a9734 100644 --- a/sonar/modules/minters.py +++ b/sonar/modules/minters.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/oauth/__init__.py b/sonar/modules/oauth/__init__.py index 21470d17..43c6dd25 100644 --- a/sonar/modules/oauth/__init__.py +++ b/sonar/modules/oauth/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/oauth/orcid.py b/sonar/modules/oauth/orcid.py index e5d71ab8..05e9b388 100644 --- a/sonar/modules/oauth/orcid.py +++ b/sonar/modules/oauth/orcid.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/__init__.py b/sonar/modules/organisations/__init__.py index a3467cfb..4df99b21 100644 --- a/sonar/modules/organisations/__init__.py +++ b/sonar/modules/organisations/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/api.py b/sonar/modules/organisations/api.py index d118e2f8..d3a49560 100644 --- a/sonar/modules/organisations/api.py +++ b/sonar/modules/organisations/api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/cli/organisations.py b/sonar/modules/organisations/cli/organisations.py index d83ccc2b..70e05154 100644 --- a/sonar/modules/organisations/cli/organisations.py +++ b/sonar/modules/organisations/cli/organisations.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/ext.py b/sonar/modules/organisations/ext.py index 5822d8b4..7775d64a 100644 --- a/sonar/modules/organisations/ext.py +++ b/sonar/modules/organisations/ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/jsonresolvers.py b/sonar/modules/organisations/jsonresolvers.py index 428433dc..b1e66127 100644 --- a/sonar/modules/organisations/jsonresolvers.py +++ b/sonar/modules/organisations/jsonresolvers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/jsonschemas/__init__.py b/sonar/modules/organisations/jsonschemas/__init__.py index 48801424..e8fc51d9 100644 --- a/sonar/modules/organisations/jsonschemas/__init__.py +++ b/sonar/modules/organisations/jsonschemas/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/loaders/__init__.py b/sonar/modules/organisations/loaders/__init__.py index 8ec91084..d8e69c88 100644 --- a/sonar/modules/organisations/loaders/__init__.py +++ b/sonar/modules/organisations/loaders/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/mappings/__init__.py b/sonar/modules/organisations/mappings/__init__.py index c72d3ba2..075fc09c 100644 --- a/sonar/modules/organisations/mappings/__init__.py +++ b/sonar/modules/organisations/mappings/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/marshmallow/__init__.py b/sonar/modules/organisations/marshmallow/__init__.py index 48935278..2d83f8a0 100644 --- a/sonar/modules/organisations/marshmallow/__init__.py +++ b/sonar/modules/organisations/marshmallow/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/marshmallow/json.py b/sonar/modules/organisations/marshmallow/json.py index 413c6fd6..71e3b363 100644 --- a/sonar/modules/organisations/marshmallow/json.py +++ b/sonar/modules/organisations/marshmallow/json.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/minters.py b/sonar/modules/organisations/minters.py index 5d220f44..518ca713 100644 --- a/sonar/modules/organisations/minters.py +++ b/sonar/modules/organisations/minters.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/permissions.py b/sonar/modules/organisations/permissions.py index d398f2a0..d827ab8d 100644 --- a/sonar/modules/organisations/permissions.py +++ b/sonar/modules/organisations/permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/query.py b/sonar/modules/organisations/query.py index f6181f69..5fb96183 100644 --- a/sonar/modules/organisations/query.py +++ b/sonar/modules/organisations/query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/serializers/__init__.py b/sonar/modules/organisations/serializers/__init__.py index 26bb911f..e8f4f7ea 100644 --- a/sonar/modules/organisations/serializers/__init__.py +++ b/sonar/modules/organisations/serializers/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/serializers/schemas/__init__.py b/sonar/modules/organisations/serializers/schemas/__init__.py index 6913a051..10c9cf89 100644 --- a/sonar/modules/organisations/serializers/schemas/__init__.py +++ b/sonar/modules/organisations/serializers/schemas/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/organisations/serializers/schemas/export.py b/sonar/modules/organisations/serializers/schemas/export.py index 8be534dc..7f950859 100644 --- a/sonar/modules/organisations/serializers/schemas/export.py +++ b/sonar/modules/organisations/serializers/schemas/export.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/pdf_extractor/__init__.py b/sonar/modules/pdf_extractor/__init__.py index 2179bdea..9a1b3921 100644 --- a/sonar/modules/pdf_extractor/__init__.py +++ b/sonar/modules/pdf_extractor/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/pdf_extractor/config.py b/sonar/modules/pdf_extractor/config.py index 2b2e25b5..339f74e6 100644 --- a/sonar/modules/pdf_extractor/config.py +++ b/sonar/modules/pdf_extractor/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/pdf_extractor/ext.py b/sonar/modules/pdf_extractor/ext.py index fc164467..8c145ea1 100644 --- a/sonar/modules/pdf_extractor/ext.py +++ b/sonar/modules/pdf_extractor/ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/pdf_extractor/pdf_extractor.py b/sonar/modules/pdf_extractor/pdf_extractor.py index f43889e2..48923b1d 100644 --- a/sonar/modules/pdf_extractor/pdf_extractor.py +++ b/sonar/modules/pdf_extractor/pdf_extractor.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/pdf_extractor/static/pdf_extractor/test.css b/sonar/modules/pdf_extractor/static/pdf_extractor/test.css index c172ae6a..5713eb29 100644 --- a/sonar/modules/pdf_extractor/static/pdf_extractor/test.css +++ b/sonar/modules/pdf_extractor/static/pdf_extractor/test.css @@ -1,6 +1,6 @@ /* * Swiss Open Access Repository - * Copyright (C) 2019 RERO + * Copyright (C) 2021 RERO * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/pdf_extractor/static/pdf_extractor/test.js b/sonar/modules/pdf_extractor/static/pdf_extractor/test.js index 338bf750..76685c2e 100644 --- a/sonar/modules/pdf_extractor/static/pdf_extractor/test.js +++ b/sonar/modules/pdf_extractor/static/pdf_extractor/test.js @@ -1,6 +1,6 @@ /* * Swiss Open Access Repository - * Copyright (C) 2019 RERO + * Copyright (C) 2021 RERO * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/pdf_extractor/templates/test.html b/sonar/modules/pdf_extractor/templates/test.html index 31a9102a..26493a59 100644 --- a/sonar/modules/pdf_extractor/templates/test.html +++ b/sonar/modules/pdf_extractor/templates/test.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/pdf_extractor/utils.py b/sonar/modules/pdf_extractor/utils.py index 99fc56a7..23b0ea80 100644 --- a/sonar/modules/pdf_extractor/utils.py +++ b/sonar/modules/pdf_extractor/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/pdf_extractor/views/__init__.py b/sonar/modules/pdf_extractor/views/__init__.py index 55ea9305..24c8ebf9 100644 --- a/sonar/modules/pdf_extractor/views/__init__.py +++ b/sonar/modules/pdf_extractor/views/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/pdf_extractor/views/api.py b/sonar/modules/pdf_extractor/views/api.py index 7bbf3ad2..b1fdd08f 100644 --- a/sonar/modules/pdf_extractor/views/api.py +++ b/sonar/modules/pdf_extractor/views/api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/pdf_extractor/views/client.py b/sonar/modules/pdf_extractor/views/client.py index bbe8c0b1..36dcafe2 100644 --- a/sonar/modules/pdf_extractor/views/client.py +++ b/sonar/modules/pdf_extractor/views/client.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/permissions.py b/sonar/modules/permissions.py index b1a5cdbc..d705c2de 100644 --- a/sonar/modules/permissions.py +++ b/sonar/modules/permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/projects/__init__.py b/sonar/modules/projects/__init__.py index e7620fd7..f3d36432 100644 --- a/sonar/modules/projects/__init__.py +++ b/sonar/modules/projects/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/projects/api.py b/sonar/modules/projects/api.py index 6ec6c811..0b028d25 100644 --- a/sonar/modules/projects/api.py +++ b/sonar/modules/projects/api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/projects/jsonresolvers.py b/sonar/modules/projects/jsonresolvers.py index 971324fe..f5f7904f 100644 --- a/sonar/modules/projects/jsonresolvers.py +++ b/sonar/modules/projects/jsonresolvers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/projects/jsonschemas/__init__.py b/sonar/modules/projects/jsonschemas/__init__.py index 3d658750..310ebfc7 100644 --- a/sonar/modules/projects/jsonschemas/__init__.py +++ b/sonar/modules/projects/jsonschemas/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/projects/loaders/__init__.py b/sonar/modules/projects/loaders/__init__.py index 68b2c0a6..c7ff9e83 100644 --- a/sonar/modules/projects/loaders/__init__.py +++ b/sonar/modules/projects/loaders/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/projects/mappings/__init__.py b/sonar/modules/projects/mappings/__init__.py index fe1e5f7e..92f7e700 100644 --- a/sonar/modules/projects/mappings/__init__.py +++ b/sonar/modules/projects/mappings/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/projects/marshmallow/__init__.py b/sonar/modules/projects/marshmallow/__init__.py index 6e3a1ada..15ffc0a6 100644 --- a/sonar/modules/projects/marshmallow/__init__.py +++ b/sonar/modules/projects/marshmallow/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/projects/marshmallow/json.py b/sonar/modules/projects/marshmallow/json.py index adabd2e7..b2dfb8d9 100644 --- a/sonar/modules/projects/marshmallow/json.py +++ b/sonar/modules/projects/marshmallow/json.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/projects/permissions.py b/sonar/modules/projects/permissions.py index 43c53bb2..b5bd12f9 100644 --- a/sonar/modules/projects/permissions.py +++ b/sonar/modules/projects/permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/projects/query.py b/sonar/modules/projects/query.py index d5929daa..e6c68125 100644 --- a/sonar/modules/projects/query.py +++ b/sonar/modules/projects/query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/projects/serializers/__init__.py b/sonar/modules/projects/serializers/__init__.py index 74359ead..7efd9fe3 100644 --- a/sonar/modules/projects/serializers/__init__.py +++ b/sonar/modules/projects/serializers/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/providers.py b/sonar/modules/providers.py index bb3c2942..e38bf861 100644 --- a/sonar/modules/providers.py +++ b/sonar/modules/providers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/query.py b/sonar/modules/query.py index 6b8c3065..170fe027 100644 --- a/sonar/modules/query.py +++ b/sonar/modules/query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/receivers.py b/sonar/modules/receivers.py index 95bd3696..e783f46c 100644 --- a/sonar/modules/receivers.py +++ b/sonar/modules/receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/serializers.py b/sonar/modules/serializers.py index 85ba6d73..4ba5a5a5 100644 --- a/sonar/modules/serializers.py +++ b/sonar/modules/serializers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/shibboleth_authenticator/__init__.py b/sonar/modules/shibboleth_authenticator/__init__.py index a148d510..7108c0a6 100644 --- a/sonar/modules/shibboleth_authenticator/__init__.py +++ b/sonar/modules/shibboleth_authenticator/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/shibboleth_authenticator/auth.py b/sonar/modules/shibboleth_authenticator/auth.py index b6b4696e..91b4443d 100644 --- a/sonar/modules/shibboleth_authenticator/auth.py +++ b/sonar/modules/shibboleth_authenticator/auth.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/shibboleth_authenticator/config.py b/sonar/modules/shibboleth_authenticator/config.py index 8a3b8689..8c075ddc 100644 --- a/sonar/modules/shibboleth_authenticator/config.py +++ b/sonar/modules/shibboleth_authenticator/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/shibboleth_authenticator/ext.py b/sonar/modules/shibboleth_authenticator/ext.py index 56c9ed46..f71aa891 100644 --- a/sonar/modules/shibboleth_authenticator/ext.py +++ b/sonar/modules/shibboleth_authenticator/ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/shibboleth_authenticator/handlers.py b/sonar/modules/shibboleth_authenticator/handlers.py index f3439af0..ec00ee7a 100644 --- a/sonar/modules/shibboleth_authenticator/handlers.py +++ b/sonar/modules/shibboleth_authenticator/handlers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/shibboleth_authenticator/utils.py b/sonar/modules/shibboleth_authenticator/utils.py index 8d83b52e..ebf2c18a 100644 --- a/sonar/modules/shibboleth_authenticator/utils.py +++ b/sonar/modules/shibboleth_authenticator/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/shibboleth_authenticator/views/__init__.py b/sonar/modules/shibboleth_authenticator/views/__init__.py index 3834fc8a..ebf0caeb 100644 --- a/sonar/modules/shibboleth_authenticator/views/__init__.py +++ b/sonar/modules/shibboleth_authenticator/views/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/shibboleth_authenticator/views/client.py b/sonar/modules/shibboleth_authenticator/views/client.py index 5780e60e..e316e1b4 100644 --- a/sonar/modules/shibboleth_authenticator/views/client.py +++ b/sonar/modules/shibboleth_authenticator/views/client.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/__init__.py b/sonar/modules/users/__init__.py index 516e733a..7afa6d25 100644 --- a/sonar/modules/users/__init__.py +++ b/sonar/modules/users/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/api.py b/sonar/modules/users/api.py index 0c0d2fd8..ca214457 100644 --- a/sonar/modules/users/api.py +++ b/sonar/modules/users/api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/cli.py b/sonar/modules/users/cli.py index 724b1a45..3fb34ff6 100644 --- a/sonar/modules/users/cli.py +++ b/sonar/modules/users/cli.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/jsonresolvers.py b/sonar/modules/users/jsonresolvers.py index 4a5c1536..867665d5 100644 --- a/sonar/modules/users/jsonresolvers.py +++ b/sonar/modules/users/jsonresolvers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/jsonschemas/__init__.py b/sonar/modules/users/jsonschemas/__init__.py index feabaf1d..c6793a08 100644 --- a/sonar/modules/users/jsonschemas/__init__.py +++ b/sonar/modules/users/jsonschemas/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/loaders/__init__.py b/sonar/modules/users/loaders/__init__.py index 5932df88..8c780822 100644 --- a/sonar/modules/users/loaders/__init__.py +++ b/sonar/modules/users/loaders/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/mappings/__init__.py b/sonar/modules/users/mappings/__init__.py index 148ad894..4a35dc9f 100644 --- a/sonar/modules/users/mappings/__init__.py +++ b/sonar/modules/users/mappings/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/marshmallow/__init__.py b/sonar/modules/users/marshmallow/__init__.py index 939abc14..208ac224 100644 --- a/sonar/modules/users/marshmallow/__init__.py +++ b/sonar/modules/users/marshmallow/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/marshmallow/json.py b/sonar/modules/users/marshmallow/json.py index 741c4c86..aff40b0c 100644 --- a/sonar/modules/users/marshmallow/json.py +++ b/sonar/modules/users/marshmallow/json.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/permissions.py b/sonar/modules/users/permissions.py index 34cc6ed1..7a628d35 100644 --- a/sonar/modules/users/permissions.py +++ b/sonar/modules/users/permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/query.py b/sonar/modules/users/query.py index 7dda06c3..0c63105d 100644 --- a/sonar/modules/users/query.py +++ b/sonar/modules/users/query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/serializers/__init__.py b/sonar/modules/users/serializers/__init__.py index 27c56a2a..7477a3f3 100644 --- a/sonar/modules/users/serializers/__init__.py +++ b/sonar/modules/users/serializers/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/serializers/schemas/__init__.py b/sonar/modules/users/serializers/schemas/__init__.py index ef8bb949..fc751db0 100644 --- a/sonar/modules/users/serializers/schemas/__init__.py +++ b/sonar/modules/users/serializers/schemas/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/serializers/schemas/export.py b/sonar/modules/users/serializers/schemas/export.py index 5e835ded..72d61b5f 100644 --- a/sonar/modules/users/serializers/schemas/export.py +++ b/sonar/modules/users/serializers/schemas/export.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/signals.py b/sonar/modules/users/signals.py index c3460862..29c2775f 100644 --- a/sonar/modules/users/signals.py +++ b/sonar/modules/users/signals.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/utils.py b/sonar/modules/users/utils.py index 47220215..bca748fc 100644 --- a/sonar/modules/users/utils.py +++ b/sonar/modules/users/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/users/views/__init__.py b/sonar/modules/users/views/__init__.py index 434cc1d6..81eda056 100644 --- a/sonar/modules/users/views/__init__.py +++ b/sonar/modules/users/views/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/modules/utils.py b/sonar/modules/utils.py index 9dce1b95..b769d3f2 100644 --- a/sonar/modules/utils.py +++ b/sonar/modules/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/monitoring/__init__.py b/sonar/monitoring/__init__.py index 622c5820..8589722a 100644 --- a/sonar/monitoring/__init__.py +++ b/sonar/monitoring/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/monitoring/api/data_integrity.py b/sonar/monitoring/api/data_integrity.py index aae5d639..6e9b2334 100644 --- a/sonar/monitoring/api/data_integrity.py +++ b/sonar/monitoring/api/data_integrity.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/monitoring/api/database.py b/sonar/monitoring/api/database.py index d512e454..7cf9bd01 100644 --- a/sonar/monitoring/api/database.py +++ b/sonar/monitoring/api/database.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/monitoring/views/__init__.py b/sonar/monitoring/views/__init__.py index 34789de1..9b6ad520 100644 --- a/sonar/monitoring/views/__init__.py +++ b/sonar/monitoring/views/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/templates/security/email/reset_instructions.html b/sonar/templates/security/email/reset_instructions.html index f1090708..9d23e6bf 100644 --- a/sonar/templates/security/email/reset_instructions.html +++ b/sonar/templates/security/email/reset_instructions.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/__init__.py b/sonar/theme/__init__.py index f304b8a7..83e2d558 100644 --- a/sonar/theme/__init__.py +++ b/sonar/theme/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/assets/scss/common/_bootstrap.scss b/sonar/theme/assets/scss/common/_bootstrap.scss index fc927060..4082dad5 100644 --- a/sonar/theme/assets/scss/common/_bootstrap.scss +++ b/sonar/theme/assets/scss/common/_bootstrap.scss @@ -1,6 +1,6 @@ /* Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/assets/scss/common/_theme.scss b/sonar/theme/assets/scss/common/_theme.scss index 8881c4da..514bdac1 100644 --- a/sonar/theme/assets/scss/common/_theme.scss +++ b/sonar/theme/assets/scss/common/_theme.scss @@ -1,6 +1,6 @@ /* Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/assets/scss/common/_variables.scss b/sonar/theme/assets/scss/common/_variables.scss index 2ad9d6f0..8b77a562 100644 --- a/sonar/theme/assets/scss/common/_variables.scss +++ b/sonar/theme/assets/scss/common/_variables.scss @@ -1,6 +1,6 @@ /* Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/assets/scss/global/_variables.scss b/sonar/theme/assets/scss/global/_variables.scss index 97ba0bef..c2d200c1 100644 --- a/sonar/theme/assets/scss/global/_variables.scss +++ b/sonar/theme/assets/scss/global/_variables.scss @@ -1,6 +1,6 @@ /* Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/assets/scss/global/theme.scss b/sonar/theme/assets/scss/global/theme.scss index 6eda82d6..f8016008 100644 --- a/sonar/theme/assets/scss/global/theme.scss +++ b/sonar/theme/assets/scss/global/theme.scss @@ -1,6 +1,6 @@ /* Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/assets/scss/preview.scss b/sonar/theme/assets/scss/preview.scss index 26a74216..3cfb7ea0 100644 --- a/sonar/theme/assets/scss/preview.scss +++ b/sonar/theme/assets/scss/preview.scss @@ -1,6 +1,6 @@ /* Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/assets/scss/usi/_variables.scss b/sonar/theme/assets/scss/usi/_variables.scss index b05c0740..e4a2c4a4 100644 --- a/sonar/theme/assets/scss/usi/_variables.scss +++ b/sonar/theme/assets/scss/usi/_variables.scss @@ -1,6 +1,6 @@ /* Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/assets/scss/usi/theme.scss b/sonar/theme/assets/scss/usi/theme.scss index b8b53411..3a42bf90 100644 --- a/sonar/theme/assets/scss/usi/theme.scss +++ b/sonar/theme/assets/scss/usi/theme.scss @@ -1,6 +1,6 @@ /* Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/static/js/app.js b/sonar/theme/static/js/app.js index 0a15109b..651e786c 100644 --- a/sonar/theme/static/js/app.js +++ b/sonar/theme/static/js/app.js @@ -1,6 +1,6 @@ /* Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/accounts/forgot_password.html b/sonar/theme/templates/sonar/accounts/forgot_password.html index d55afccd..2b3fa67d 100644 --- a/sonar/theme/templates/sonar/accounts/forgot_password.html +++ b/sonar/theme/templates/sonar/accounts/forgot_password.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/accounts/login.html b/sonar/theme/templates/sonar/accounts/login.html index 98ef6727..1e5d73c7 100644 --- a/sonar/theme/templates/sonar/accounts/login.html +++ b/sonar/theme/templates/sonar/accounts/login.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/accounts/profile.html b/sonar/theme/templates/sonar/accounts/profile.html index cf656067..71a2b816 100644 --- a/sonar/theme/templates/sonar/accounts/profile.html +++ b/sonar/theme/templates/sonar/accounts/profile.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/accounts/signup.html b/sonar/theme/templates/sonar/accounts/signup.html index 34608352..d5c5f590 100644 --- a/sonar/theme/templates/sonar/accounts/signup.html +++ b/sonar/theme/templates/sonar/accounts/signup.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/breadcrumbs.html b/sonar/theme/templates/sonar/breadcrumbs.html index de2b9897..ddd3b23b 100755 --- a/sonar/theme/templates/sonar/breadcrumbs.html +++ b/sonar/theme/templates/sonar/breadcrumbs.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/contact.html b/sonar/theme/templates/sonar/contact.html index 3b135992..e37eb2e5 100644 --- a/sonar/theme/templates/sonar/contact.html +++ b/sonar/theme/templates/sonar/contact.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/footer.html b/sonar/theme/templates/sonar/footer.html index b47d65c1..5817c810 100755 --- a/sonar/theme/templates/sonar/footer.html +++ b/sonar/theme/templates/sonar/footer.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/frontpage.html b/sonar/theme/templates/sonar/frontpage.html index 8dd7f845..415d9a8e 100755 --- a/sonar/theme/templates/sonar/frontpage.html +++ b/sonar/theme/templates/sonar/frontpage.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository -Copyright (C) 2019 RERO +Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/macros/macro.html b/sonar/theme/templates/sonar/macros/macro.html index c9ba0f69..4df61f85 100644 --- a/sonar/theme/templates/sonar/macros/macro.html +++ b/sonar/theme/templates/sonar/macros/macro.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/macros/menu.html b/sonar/theme/templates/sonar/macros/menu.html index f053c283..086e6c62 100644 --- a/sonar/theme/templates/sonar/macros/menu.html +++ b/sonar/theme/templates/sonar/macros/menu.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/macros/messages.html b/sonar/theme/templates/sonar/macros/messages.html index ae633e87..5c57bc8e 100755 --- a/sonar/theme/templates/sonar/macros/messages.html +++ b/sonar/theme/templates/sonar/macros/messages.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/oauth/signup.html b/sonar/theme/templates/sonar/oauth/signup.html index 8cc591fc..a07e3e73 100644 --- a/sonar/theme/templates/sonar/oauth/signup.html +++ b/sonar/theme/templates/sonar/oauth/signup.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/page.html b/sonar/theme/templates/sonar/page.html index 96248f94..07da3b86 100755 --- a/sonar/theme/templates/sonar/page.html +++ b/sonar/theme/templates/sonar/page.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository -Copyright (C) 2019 RERO +Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/page_admin.html b/sonar/theme/templates/sonar/page_admin.html index 2a0cac77..11af59c8 100755 --- a/sonar/theme/templates/sonar/page_admin.html +++ b/sonar/theme/templates/sonar/page_admin.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/page_cover.html b/sonar/theme/templates/sonar/page_cover.html index 0e0952ad..60456de8 100755 --- a/sonar/theme/templates/sonar/page_cover.html +++ b/sonar/theme/templates/sonar/page_cover.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository -Copyright (C) 2019 RERO +Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/page_error.html b/sonar/theme/templates/sonar/page_error.html index dbcdca04..c4126afc 100755 --- a/sonar/theme/templates/sonar/page_error.html +++ b/sonar/theme/templates/sonar/page_error.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/page_settings.html b/sonar/theme/templates/sonar/page_settings.html index a02c1fb3..ff03deee 100755 --- a/sonar/theme/templates/sonar/page_settings.html +++ b/sonar/theme/templates/sonar/page_settings.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/page_wiki.html b/sonar/theme/templates/sonar/page_wiki.html index 69d6c459..1ce93601 100644 --- a/sonar/theme/templates/sonar/page_wiki.html +++ b/sonar/theme/templates/sonar/page_wiki.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/partial/dropdown_user.html b/sonar/theme/templates/sonar/partial/dropdown_user.html index e9b41b62..c4fdadb2 100644 --- a/sonar/theme/templates/sonar/partial/dropdown_user.html +++ b/sonar/theme/templates/sonar/partial/dropdown_user.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/partial/navbar.html b/sonar/theme/templates/sonar/partial/navbar.html index d1b9e896..1db8c77c 100644 --- a/sonar/theme/templates/sonar/partial/navbar.html +++ b/sonar/theme/templates/sonar/partial/navbar.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository -Copyright (C) 2019 RERO +Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/preview/base.html b/sonar/theme/templates/sonar/preview/base.html index faf0c9db..6793e97d 100644 --- a/sonar/theme/templates/sonar/preview/base.html +++ b/sonar/theme/templates/sonar/preview/base.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository - Copyright (C) 2019 RERO + Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/templates/sonar/trackingcode.html b/sonar/theme/templates/sonar/trackingcode.html index 9222059a..2fa05be3 100755 --- a/sonar/theme/templates/sonar/trackingcode.html +++ b/sonar/theme/templates/sonar/trackingcode.html @@ -1,6 +1,6 @@ {# -*- coding: utf-8 -*- Swiss Open Access Repository -Copyright (C) 2019 RERO +Copyright (C) 2021 RERO This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/views.py b/sonar/theme/views.py index 9531ed93..9e9a901a 100644 --- a/sonar/theme/views.py +++ b/sonar/theme/views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/theme/webpack.py b/sonar/theme/webpack.py index 58c4a841..51f91d55 100644 --- a/sonar/theme/webpack.py +++ b/sonar/theme/webpack.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/translations/de/LC_MESSAGES/messages.po b/sonar/translations/de/LC_MESSAGES/messages.po index 551b8807..707c848b 100644 --- a/sonar/translations/de/LC_MESSAGES/messages.po +++ b/sonar/translations/de/LC_MESSAGES/messages.po @@ -1,5 +1,5 @@ # German translations for sonar. -# Copyright (C) 2020 RERO +# Copyright (C) 2021 RERO # This file is distributed under the same license as the sonar project. # FIRST AUTHOR , 2020. # diff --git a/sonar/translations/en/LC_MESSAGES/messages.po b/sonar/translations/en/LC_MESSAGES/messages.po index b5770a82..371448fc 100644 --- a/sonar/translations/en/LC_MESSAGES/messages.po +++ b/sonar/translations/en/LC_MESSAGES/messages.po @@ -1,5 +1,5 @@ # English translations for sonar. -# Copyright (C) 2020 RERO +# Copyright (C) 2021 RERO # This file is distributed under the same license as the sonar project. # FIRST AUTHOR , 2020. # diff --git a/sonar/translations/fr/LC_MESSAGES/messages.po b/sonar/translations/fr/LC_MESSAGES/messages.po index f96e23c2..874099d1 100644 --- a/sonar/translations/fr/LC_MESSAGES/messages.po +++ b/sonar/translations/fr/LC_MESSAGES/messages.po @@ -1,5 +1,5 @@ # French translations for sonar. -# Copyright (C) 2020 RERO +# Copyright (C) 2021 RERO # This file is distributed under the same license as the sonar project. # FIRST AUTHOR , 2020. # diff --git a/sonar/translations/it/LC_MESSAGES/messages.po b/sonar/translations/it/LC_MESSAGES/messages.po index b790eee1..5c79f066 100644 --- a/sonar/translations/it/LC_MESSAGES/messages.po +++ b/sonar/translations/it/LC_MESSAGES/messages.po @@ -1,5 +1,5 @@ # Italian translations for sonar. -# Copyright (C) 2020 RERO +# Copyright (C) 2021 RERO # This file is distributed under the same license as the sonar project. # FIRST AUTHOR , 2020. # diff --git a/sonar/translations/manual_translations.txt b/sonar/translations/manual_translations.txt index c0138b7b..f7fd5434 100644 --- a/sonar/translations/manual_translations.txt +++ b/sonar/translations/manual_translations.txt @@ -1,5 +1,5 @@ # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/translations/nb_NO/LC_MESSAGES/messages.po b/sonar/translations/nb_NO/LC_MESSAGES/messages.po index f8405261..40388280 100644 --- a/sonar/translations/nb_NO/LC_MESSAGES/messages.po +++ b/sonar/translations/nb_NO/LC_MESSAGES/messages.po @@ -1,5 +1,5 @@ # Norwegian Bokmål (Norway) translations for sonar. -# Copyright (C) 2020 RERO +# Copyright (C) 2021 RERO # This file is distributed under the same license as the sonar project. # FIRST AUTHOR , 2020. # diff --git a/sonar/version.py b/sonar/version.py index 5237fd15..01937724 100644 --- a/sonar/version.py +++ b/sonar/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/webdav/__init__.py b/sonar/webdav/__init__.py index dd9a23a6..1b14c2fd 100644 --- a/sonar/webdav/__init__.py +++ b/sonar/webdav/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sonar/webdav/heg_client.py b/sonar/webdav/heg_client.py index adaf1433..97365dd4 100644 --- a/sonar/webdav/heg_client.py +++ b/sonar/webdav/heg_client.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/conftest.py b/tests/api/conftest.py index 5287bfa1..02e3b729 100644 --- a/tests/api/conftest.py +++ b/tests/api/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/deposits/test_deposits_permissions.py b/tests/api/deposits/test_deposits_permissions.py index 30ee14db..ff5d7f22 100644 --- a/tests/api/deposits/test_deposits_permissions.py +++ b/tests/api/deposits/test_deposits_permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/deposits/test_deposits_rest.py b/tests/api/deposits/test_deposits_rest.py index 6067b3d2..de8abea2 100644 --- a/tests/api/deposits/test_deposits_rest.py +++ b/tests/api/deposits/test_deposits_rest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/documents/test_documents_permissions.py b/tests/api/documents/test_documents_permissions.py index 122cb1c6..a7f064fc 100644 --- a/tests/api/documents/test_documents_permissions.py +++ b/tests/api/documents/test_documents_permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/documents/test_documents_rest.py b/tests/api/documents/test_documents_rest.py index 86f3dd9e..cb57e78f 100644 --- a/tests/api/documents/test_documents_rest.py +++ b/tests/api/documents/test_documents_rest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/monitoring/test_monitoring_views.py b/tests/api/monitoring/test_monitoring_views.py index ca9ab5e1..8589ae02 100644 --- a/tests/api/monitoring/test_monitoring_views.py +++ b/tests/api/monitoring/test_monitoring_views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/organisations/test_organisations_permissions.py b/tests/api/organisations/test_organisations_permissions.py index 2d50668d..21ae3fa7 100644 --- a/tests/api/organisations/test_organisations_permissions.py +++ b/tests/api/organisations/test_organisations_permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/projects/test_projects_permissions.py b/tests/api/projects/test_projects_permissions.py index fc4ed5d9..2e0105c1 100644 --- a/tests/api/projects/test_projects_permissions.py +++ b/tests/api/projects/test_projects_permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/test_api_query.py b/tests/api/test_api_query.py index 7822fecf..8ccea181 100644 --- a/tests/api/test_api_query.py +++ b/tests/api/test_api_query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/test_api_simple_flow.py b/tests/api/test_api_simple_flow.py index 51f5bd40..20f297c2 100644 --- a/tests/api/test_api_simple_flow.py +++ b/tests/api/test_api_simple_flow.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/test_receivers.py b/tests/api/test_receivers.py index aed484fd..bd1461fd 100644 --- a/tests/api/test_receivers.py +++ b/tests/api/test_receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/users/test_users_permissions.py b/tests/api/users/test_users_permissions.py index e66495a8..473fc4bd 100644 --- a/tests/api/users/test_users_permissions.py +++ b/tests/api/users/test_users_permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/users/test_users_query.py b/tests/api/users/test_users_query.py index a97f0e45..5dee34f4 100644 --- a/tests/api/users/test_users_query.py +++ b/tests/api/users/test_users_query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/api/users/test_users_utils.py b/tests/api/users/test_users_utils.py index c783518e..ab04fe9a 100644 --- a/tests/api/users/test_users_utils.py +++ b/tests/api/users/test_users_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/conftest.py b/tests/conftest.py index 54db8186..eef71572 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_version.py b/tests/test_version.py index 66edd46d..273a88c6 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/conftest.py b/tests/ui/conftest.py index 15835519..89f1e2b0 100644 --- a/tests/ui/conftest.py +++ b/tests/ui/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/deposits/test_deposits_api.py b/tests/ui/deposits/test_deposits_api.py index 4ea611a5..f7a74a28 100644 --- a/tests/ui/deposits/test_deposits_api.py +++ b/tests/ui/deposits/test_deposits_api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/deposits/test_deposits_cli.py b/tests/ui/deposits/test_deposits_cli.py index fad70767..ab957784 100644 --- a/tests/ui/deposits/test_deposits_cli.py +++ b/tests/ui/deposits/test_deposits_cli.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/cli/test_documents_cli_oaiharvester.py b/tests/ui/documents/cli/test_documents_cli_oaiharvester.py index 651d282a..18ece131 100644 --- a/tests/ui/documents/cli/test_documents_cli_oaiharvester.py +++ b/tests/ui/documents/cli/test_documents_cli_oaiharvester.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/cli/test_documents_cli_rerodoc.py b/tests/ui/documents/cli/test_documents_cli_rerodoc.py index aa8660dc..625427a1 100644 --- a/tests/ui/documents/cli/test_documents_cli_rerodoc.py +++ b/tests/ui/documents/cli/test_documents_cli_rerodoc.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/dojson/rerodoc/test_rerodoc_model.py b/tests/ui/documents/dojson/rerodoc/test_rerodoc_model.py index 46b52843..a2ecf9a4 100644 --- a/tests/ui/documents/dojson/rerodoc/test_rerodoc_model.py +++ b/tests/ui/documents/dojson/rerodoc/test_rerodoc_model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/dojson/rerodoc/test_rerodoc_overdo.py b/tests/ui/documents/dojson/rerodoc/test_rerodoc_overdo.py index 80ba8639..0aa2f974 100644 --- a/tests/ui/documents/dojson/rerodoc/test_rerodoc_overdo.py +++ b/tests/ui/documents/dojson/rerodoc/test_rerodoc_overdo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/dojson/test_overdo.py b/tests/ui/documents/dojson/test_overdo.py index f952aefd..87104d1f 100644 --- a/tests/ui/documents/dojson/test_overdo.py +++ b/tests/ui/documents/dojson/test_overdo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/test_dc_schema.py b/tests/ui/documents/test_dc_schema.py index d4f71cff..f51f7ad0 100644 --- a/tests/ui/documents/test_dc_schema.py +++ b/tests/ui/documents/test_dc_schema.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/test_documents_api.py b/tests/ui/documents/test_documents_api.py index b0cb5c99..347fa006 100644 --- a/tests/ui/documents/test_documents_api.py +++ b/tests/ui/documents/test_documents_api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/test_documents_ext.py b/tests/ui/documents/test_documents_ext.py index d09248c5..04d72477 100644 --- a/tests/ui/documents/test_documents_ext.py +++ b/tests/ui/documents/test_documents_ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/test_documents_receivers.py b/tests/ui/documents/test_documents_receivers.py index 13f02eba..fed1d983 100644 --- a/tests/ui/documents/test_documents_receivers.py +++ b/tests/ui/documents/test_documents_receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/test_documents_tasks.py b/tests/ui/documents/test_documents_tasks.py index 4ab00fe7..fc745dc2 100644 --- a/tests/ui/documents/test_documents_tasks.py +++ b/tests/ui/documents/test_documents_tasks.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/test_documents_utils.py b/tests/ui/documents/test_documents_utils.py index 74655b30..574a0467 100644 --- a/tests/ui/documents/test_documents_utils.py +++ b/tests/ui/documents/test_documents_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/documents/test_documents_views.py b/tests/ui/documents/test_documents_views.py index 85217645..3adb5e9d 100644 --- a/tests/ui/documents/test_documents_views.py +++ b/tests/ui/documents/test_documents_views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/oauth/conftest.py b/tests/ui/oauth/conftest.py index 8e854814..3c129832 100644 --- a/tests/ui/oauth/conftest.py +++ b/tests/ui/oauth/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/oauth/test_oauth_orcid.py b/tests/ui/oauth/test_oauth_orcid.py index 7f30bf6d..0fc92983 100644 --- a/tests/ui/oauth/test_oauth_orcid.py +++ b/tests/ui/oauth/test_oauth_orcid.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/organisations/cli/test_organisations_cli_organisations.py b/tests/ui/organisations/cli/test_organisations_cli_organisations.py index 6c260790..c2bea81b 100644 --- a/tests/ui/organisations/cli/test_organisations_cli_organisations.py +++ b/tests/ui/organisations/cli/test_organisations_cli_organisations.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/organisations/test_jsonresolvers.py b/tests/ui/organisations/test_jsonresolvers.py index a2f45423..079bed34 100644 --- a/tests/ui/organisations/test_jsonresolvers.py +++ b/tests/ui/organisations/test_jsonresolvers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/organisations/test_organisations_api.py b/tests/ui/organisations/test_organisations_api.py index 492a6893..f15a5a17 100644 --- a/tests/ui/organisations/test_organisations_api.py +++ b/tests/ui/organisations/test_organisations_api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/organisations/test_organisations_export_schema.py b/tests/ui/organisations/test_organisations_export_schema.py index 8350bb84..6ef540a7 100644 --- a/tests/ui/organisations/test_organisations_export_schema.py +++ b/tests/ui/organisations/test_organisations_export_schema.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/organisations/test_organisations_ext.py b/tests/ui/organisations/test_organisations_ext.py index 6783d59f..46d26666 100644 --- a/tests/ui/organisations/test_organisations_ext.py +++ b/tests/ui/organisations/test_organisations_ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/organisations/test_organisations_oai_set.py b/tests/ui/organisations/test_organisations_oai_set.py index 6652a75b..4707d513 100644 --- a/tests/ui/organisations/test_organisations_oai_set.py +++ b/tests/ui/organisations/test_organisations_oai_set.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/pdf_extractor/conftest.py b/tests/ui/pdf_extractor/conftest.py index d142cca5..f3197899 100644 --- a/tests/ui/pdf_extractor/conftest.py +++ b/tests/ui/pdf_extractor/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/pdf_extractor/test_pdf_extractor.py b/tests/ui/pdf_extractor/test_pdf_extractor.py index 66a9fbcf..b01286ef 100644 --- a/tests/ui/pdf_extractor/test_pdf_extractor.py +++ b/tests/ui/pdf_extractor/test_pdf_extractor.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/pdf_extractor/test_pdf_extractor_ext.py b/tests/ui/pdf_extractor/test_pdf_extractor_ext.py index 50c7e0ff..58d288b4 100644 --- a/tests/ui/pdf_extractor/test_pdf_extractor_ext.py +++ b/tests/ui/pdf_extractor/test_pdf_extractor_ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/pdf_extractor/test_pdf_extractor_utils.py b/tests/ui/pdf_extractor/test_pdf_extractor_utils.py index d8724c4b..909cf3a8 100644 --- a/tests/ui/pdf_extractor/test_pdf_extractor_utils.py +++ b/tests/ui/pdf_extractor/test_pdf_extractor_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/pdf_extractor/test_pdf_extractor_views_api.py b/tests/ui/pdf_extractor/test_pdf_extractor_views_api.py index dfc17f0d..50cfcedf 100644 --- a/tests/ui/pdf_extractor/test_pdf_extractor_views_api.py +++ b/tests/ui/pdf_extractor/test_pdf_extractor_views_api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/pdf_extractor/test_pdf_extractor_views_client.py b/tests/ui/pdf_extractor/test_pdf_extractor_views_client.py index f01d8b49..3cde6201 100644 --- a/tests/ui/pdf_extractor/test_pdf_extractor_views_client.py +++ b/tests/ui/pdf_extractor/test_pdf_extractor_views_client.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/projects/test_projects_jsonresolvers.py b/tests/ui/projects/test_projects_jsonresolvers.py index 7f6548dd..5694a23e 100644 --- a/tests/ui/projects/test_projects_jsonresolvers.py +++ b/tests/ui/projects/test_projects_jsonresolvers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/shibboleth_authenticator/conftest.py b/tests/ui/shibboleth_authenticator/conftest.py index e4d7ca33..e1960047 100644 --- a/tests/ui/shibboleth_authenticator/conftest.py +++ b/tests/ui/shibboleth_authenticator/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/shibboleth_authenticator/test_shibboleth_auth.py b/tests/ui/shibboleth_authenticator/test_shibboleth_auth.py index 62394122..57aff69d 100644 --- a/tests/ui/shibboleth_authenticator/test_shibboleth_auth.py +++ b/tests/ui/shibboleth_authenticator/test_shibboleth_auth.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/shibboleth_authenticator/test_shibboleth_ext.py b/tests/ui/shibboleth_authenticator/test_shibboleth_ext.py index ea51ce8d..3b606b48 100644 --- a/tests/ui/shibboleth_authenticator/test_shibboleth_ext.py +++ b/tests/ui/shibboleth_authenticator/test_shibboleth_ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/shibboleth_authenticator/test_shibboleth_handlers.py b/tests/ui/shibboleth_authenticator/test_shibboleth_handlers.py index af718160..562e8040 100644 --- a/tests/ui/shibboleth_authenticator/test_shibboleth_handlers.py +++ b/tests/ui/shibboleth_authenticator/test_shibboleth_handlers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/shibboleth_authenticator/test_shibboleth_utils.py b/tests/ui/shibboleth_authenticator/test_shibboleth_utils.py index c461879f..a8fdaa2c 100644 --- a/tests/ui/shibboleth_authenticator/test_shibboleth_utils.py +++ b/tests/ui/shibboleth_authenticator/test_shibboleth_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/shibboleth_authenticator/test_shibboleth_views_client.py b/tests/ui/shibboleth_authenticator/test_shibboleth_views_client.py index b8219019..efc502f6 100644 --- a/tests/ui/shibboleth_authenticator/test_shibboleth_views_client.py +++ b/tests/ui/shibboleth_authenticator/test_shibboleth_views_client.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/test_api.py b/tests/ui/test_api.py index 6e313c1f..44c388df 100644 --- a/tests/ui/test_api.py +++ b/tests/ui/test_api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/test_babel_extractors.py b/tests/ui/test_babel_extractors.py index 9f812d31..03dc2e42 100644 --- a/tests/ui/test_babel_extractors.py +++ b/tests/ui/test_babel_extractors.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # RERO ILS -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/test_cli.py b/tests/ui/test_cli.py index 260c0132..94b38223 100644 --- a/tests/ui/test_cli.py +++ b/tests/ui/test_cli.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/test_fetchers.py b/tests/ui/test_fetchers.py index 6de37bba..61a6f750 100644 --- a/tests/ui/test_fetchers.py +++ b/tests/ui/test_fetchers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/test_permissions.py b/tests/ui/test_permissions.py index 903da5fd..d43dd5b7 100644 --- a/tests/ui/test_permissions.py +++ b/tests/ui/test_permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/test_query.py b/tests/ui/test_query.py index b45fc154..c2f81313 100644 --- a/tests/ui/test_query.py +++ b/tests/ui/test_query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/test_utils.py b/tests/ui/test_utils.py index 559fafa2..30ca55cf 100644 --- a/tests/ui/test_utils.py +++ b/tests/ui/test_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/test_views.py b/tests/ui/test_views.py index 22ee3be4..6a956b0c 100644 --- a/tests/ui/test_views.py +++ b/tests/ui/test_views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/users/test_user_jsonresolvers.py b/tests/ui/users/test_user_jsonresolvers.py index cca2ca3b..8e8a9120 100644 --- a/tests/ui/users/test_user_jsonresolvers.py +++ b/tests/ui/users/test_user_jsonresolvers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/users/test_users_api.py b/tests/ui/users/test_users_api.py index 4d441bf4..c4460d5b 100644 --- a/tests/ui/users/test_users_api.py +++ b/tests/ui/users/test_users_api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/users/test_users_cli.py b/tests/ui/users/test_users_cli.py index 3aab6254..f492d66d 100644 --- a/tests/ui/users/test_users_cli.py +++ b/tests/ui/users/test_users_cli.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/users/test_users_export_schema.py b/tests/ui/users/test_users_export_schema.py index b7e565bd..0fb77158 100644 --- a/tests/ui/users/test_users_export_schema.py +++ b/tests/ui/users/test_users_export_schema.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/ui/users/test_users_signals.py b/tests/ui/users/test_users_signals.py index 8a83e842..81e171cf 100644 --- a/tests/ui/users/test_users_signals.py +++ b/tests/ui/users/test_users_signals.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/affiliations/test_affiliation_resolver.py b/tests/unit/affiliations/test_affiliation_resolver.py index 1823e050..0ff814d4 100644 --- a/tests/unit/affiliations/test_affiliation_resolver.py +++ b/tests/unit/affiliations/test_affiliation_resolver.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index 15835519..89f1e2b0 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/documents/loaders/test_archive_ouverte_unige_loader.py b/tests/unit/documents/loaders/test_archive_ouverte_unige_loader.py index adc9397f..eb2a0798 100644 --- a/tests/unit/documents/loaders/test_archive_ouverte_unige_loader.py +++ b/tests/unit/documents/loaders/test_archive_ouverte_unige_loader.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/documents/loaders/test_boris_loader.py b/tests/unit/documents/loaders/test_boris_loader.py index 26f933c3..34ff6cbb 100644 --- a/tests/unit/documents/loaders/test_boris_loader.py +++ b/tests/unit/documents/loaders/test_boris_loader.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/documents/loaders/test_loader_schema_factory.py b/tests/unit/documents/loaders/test_loader_schema_factory.py index faf87ddd..0ec2056d 100644 --- a/tests/unit/documents/loaders/test_loader_schema_factory.py +++ b/tests/unit/documents/loaders/test_loader_schema_factory.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/documents/loaders/test_rerodoc_loader.py b/tests/unit/documents/loaders/test_rerodoc_loader.py index e9a6e17d..57602fa9 100644 --- a/tests/unit/documents/loaders/test_rerodoc_loader.py +++ b/tests/unit/documents/loaders/test_rerodoc_loader.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/documents/serializers/test_google_scholar_schema.py b/tests/unit/documents/serializers/test_google_scholar_schema.py index 601299f1..f4d4bf22 100644 --- a/tests/unit/documents/serializers/test_google_scholar_schema.py +++ b/tests/unit/documents/serializers/test_google_scholar_schema.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/documents/serializers/test_schemaorg_schema.py b/tests/unit/documents/serializers/test_schemaorg_schema.py index b642dcdb..84e525eb 100644 --- a/tests/unit/documents/serializers/test_schemaorg_schema.py +++ b/tests/unit/documents/serializers/test_schemaorg_schema.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/elasticsearch/test_elasticsearch_cli.py b/tests/unit/elasticsearch/test_elasticsearch_cli.py index fb237931..1b7057ac 100644 --- a/tests/unit/elasticsearch/test_elasticsearch_cli.py +++ b/tests/unit/elasticsearch/test_elasticsearch_cli.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/heg/cli/test_heg_cli_harvest.py b/tests/unit/heg/cli/test_heg_cli_harvest.py index b78849a8..eb348db1 100644 --- a/tests/unit/heg/cli/test_heg_cli_harvest.py +++ b/tests/unit/heg/cli/test_heg_cli_harvest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/heg/ftp/test_heg_repository.py b/tests/unit/heg/ftp/test_heg_repository.py index 98cbc41f..a3b6a0e9 100644 --- a/tests/unit/heg/ftp/test_heg_repository.py +++ b/tests/unit/heg/ftp/test_heg_repository.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/heg/record/test_heg_record.py b/tests/unit/heg/record/test_heg_record.py index d000a8b9..332114e8 100644 --- a/tests/unit/heg/record/test_heg_record.py +++ b/tests/unit/heg/record/test_heg_record.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_crossref.py b/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_crossref.py index 2cc36461..ea2cf3d4 100644 --- a/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_crossref.py +++ b/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_crossref.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_factory.py b/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_factory.py index 584aebc4..5f3d102f 100644 --- a/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_factory.py +++ b/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_factory.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_heg.py b/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_heg.py index d7e1ba65..aeec32a8 100644 --- a/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_heg.py +++ b/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_heg.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_medline.py b/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_medline.py index 81869dd8..ba6b8ad4 100644 --- a/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_medline.py +++ b/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_medline.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_unpaywall.py b/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_unpaywall.py index 8b3cfcd1..6bc31471 100644 --- a/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_unpaywall.py +++ b/tests/unit/heg/serializers/schemas/test_heg_serializers_schemas_unpaywall.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/monitoring/test_api_data_integrity.py b/tests/unit/monitoring/test_api_data_integrity.py index 3a2903d0..64537b80 100644 --- a/tests/unit/monitoring/test_api_data_integrity.py +++ b/tests/unit/monitoring/test_api_data_integrity.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/monitoring/test_api_db_connection.py b/tests/unit/monitoring/test_api_db_connection.py index d561aef0..36fc681b 100644 --- a/tests/unit/monitoring/test_api_db_connection.py +++ b/tests/unit/monitoring/test_api_db_connection.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/webdav/test_webdav_heg_client.py b/tests/unit/webdav/test_webdav_heg_client.py index c7d63fa6..c5970c9a 100644 --- a/tests/unit/webdav/test_webdav_heg_client.py +++ b/tests/unit/webdav/test_webdav_heg_client.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/utils.py b/tests/utils.py index c5c94e01..2baa5b65 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Swiss Open Access Repository -# Copyright (C) 2019 RERO +# Copyright (C) 2021 RERO # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by