From 53d4b413b48d15b23fa709eb95e388b6d877fe07 Mon Sep 17 00:00:00 2001 From: Lars Holm Nielsen Date: Fri, 15 Jan 2021 10:49:05 +0100 Subject: [PATCH] global: license header updates --- README.rst | 2 +- invenio_vocabularies/__init__.py | 2 +- invenio_vocabularies/api.py | 5 ++--- invenio_vocabularies/cli.py | 5 ++--- invenio_vocabularies/contrib/__init__.py | 5 ++--- invenio_vocabularies/contrib/subjects/__init__.py | 5 ++--- .../contrib/subjects/jsonschemas/__init__.py | 5 ++--- .../contrib/subjects/mappings/__init__.py | 5 ++--- .../contrib/subjects/mappings/v6/__init__.py | 6 ++---- .../contrib/subjects/mappings/v7/__init__.py | 6 ++---- invenio_vocabularies/contrib/subjects/permissions.py | 5 ++--- invenio_vocabularies/contrib/subjects/schema.py | 5 ++--- invenio_vocabularies/contrib/subjects/subjects.py | 5 ++--- invenio_vocabularies/jsonschemas/__init__.py | 5 ++--- invenio_vocabularies/mappings/__init__.py | 5 ++--- invenio_vocabularies/mappings/v6/__init__.py | 5 ++--- invenio_vocabularies/mappings/v7/__init__.py | 5 ++--- invenio_vocabularies/records/__init__.py | 5 ++--- invenio_vocabularies/records/api.py | 7 +++---- invenio_vocabularies/records/dumper_extensions.py | 5 ++--- invenio_vocabularies/records/models.py | 5 ++--- .../records/systemfields/VocabularyTypeField.py | 8 ++++---- invenio_vocabularies/records/systemfields/__init__.py | 8 ++++---- invenio_vocabularies/resources/__init__.py | 4 ++-- invenio_vocabularies/resources/resource.py | 5 ++--- invenio_vocabularies/services/__init__.py | 4 ++-- invenio_vocabularies/services/components.py | 5 ++--- invenio_vocabularies/services/permissions.py | 5 ++--- invenio_vocabularies/services/schema.py | 5 ++--- invenio_vocabularies/services/service.py | 4 ++-- invenio_vocabularies/views.py | 5 ++--- tests/resources/conftest.py | 5 ++--- tests/resources/test_resources_list.py | 4 ++-- tests/resources/test_resources_localization.py | 4 ++-- tests/resources/test_resources_read.py | 4 ++-- tests/resources/test_resources_serialization.py | 4 ++-- tests/services/conftest.py | 5 ++--- 37 files changed, 77 insertions(+), 105 deletions(-) diff --git a/README.rst b/README.rst index 6134b953..c5a4866e 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 CERN. + Copyright (C) 2020-2021 CERN. Invenio-Vocabularies is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more diff --git a/invenio_vocabularies/__init__.py b/invenio_vocabularies/__init__.py index 6fc48c66..545c9e7e 100644 --- a/invenio_vocabularies/__init__.py +++ b/invenio_vocabularies/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # # Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more diff --git a/invenio_vocabularies/api.py b/invenio_vocabularies/api.py index f9fd6f85..3c52d1cb 100644 --- a/invenio_vocabularies/api.py +++ b/invenio_vocabularies/api.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/cli.py b/invenio_vocabularies/cli.py index 4ea0de28..ae315690 100644 --- a/invenio_vocabularies/cli.py +++ b/invenio_vocabularies/cli.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/contrib/__init__.py b/invenio_vocabularies/contrib/__init__.py index bc3ade6b..c543b05c 100644 --- a/invenio_vocabularies/contrib/__init__.py +++ b/invenio_vocabularies/contrib/__init__.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/contrib/subjects/__init__.py b/invenio_vocabularies/contrib/subjects/__init__.py index 715dee98..8a5699b3 100644 --- a/invenio_vocabularies/contrib/subjects/__init__.py +++ b/invenio_vocabularies/contrib/subjects/__init__.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/contrib/subjects/jsonschemas/__init__.py b/invenio_vocabularies/contrib/subjects/jsonschemas/__init__.py index 348dc113..0f1dec4a 100644 --- a/invenio_vocabularies/contrib/subjects/jsonschemas/__init__.py +++ b/invenio_vocabularies/contrib/subjects/jsonschemas/__init__.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/contrib/subjects/mappings/__init__.py b/invenio_vocabularies/contrib/subjects/mappings/__init__.py index 1379a517..1985dc6d 100644 --- a/invenio_vocabularies/contrib/subjects/mappings/__init__.py +++ b/invenio_vocabularies/contrib/subjects/mappings/__init__.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/contrib/subjects/mappings/v6/__init__.py b/invenio_vocabularies/contrib/subjects/mappings/v6/__init__.py index 4ae25485..24169bfd 100644 --- a/invenio_vocabularies/contrib/subjects/mappings/v6/__init__.py +++ b/invenio_vocabularies/contrib/subjects/mappings/v6/__init__.py @@ -1,10 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. -# Copyright (C) 2020 Northwestern University. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/contrib/subjects/mappings/v7/__init__.py b/invenio_vocabularies/contrib/subjects/mappings/v7/__init__.py index e250b6b2..54b8be86 100644 --- a/invenio_vocabularies/contrib/subjects/mappings/v7/__init__.py +++ b/invenio_vocabularies/contrib/subjects/mappings/v7/__init__.py @@ -1,10 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. -# Copyright (C) 2020 Northwestern University. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/contrib/subjects/permissions.py b/invenio_vocabularies/contrib/subjects/permissions.py index 8171bc69..bec14156 100644 --- a/invenio_vocabularies/contrib/subjects/permissions.py +++ b/invenio_vocabularies/contrib/subjects/permissions.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/contrib/subjects/schema.py b/invenio_vocabularies/contrib/subjects/schema.py index 65648c3c..cf5ee40b 100644 --- a/invenio_vocabularies/contrib/subjects/schema.py +++ b/invenio_vocabularies/contrib/subjects/schema.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/contrib/subjects/subjects.py b/invenio_vocabularies/contrib/subjects/subjects.py index ffb05369..dbc26cba 100644 --- a/invenio_vocabularies/contrib/subjects/subjects.py +++ b/invenio_vocabularies/contrib/subjects/subjects.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/jsonschemas/__init__.py b/invenio_vocabularies/jsonschemas/__init__.py index 348dc113..0f1dec4a 100644 --- a/invenio_vocabularies/jsonschemas/__init__.py +++ b/invenio_vocabularies/jsonschemas/__init__.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/mappings/__init__.py b/invenio_vocabularies/mappings/__init__.py index 6ef5bc47..72874d3d 100644 --- a/invenio_vocabularies/mappings/__init__.py +++ b/invenio_vocabularies/mappings/__init__.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/mappings/v6/__init__.py b/invenio_vocabularies/mappings/v6/__init__.py index e392a4e8..24169bfd 100644 --- a/invenio_vocabularies/mappings/v6/__init__.py +++ b/invenio_vocabularies/mappings/v6/__init__.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/mappings/v7/__init__.py b/invenio_vocabularies/mappings/v7/__init__.py index f13a5643..54b8be86 100644 --- a/invenio_vocabularies/mappings/v7/__init__.py +++ b/invenio_vocabularies/mappings/v7/__init__.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/records/__init__.py b/invenio_vocabularies/records/__init__.py index a7015f4f..2cf5685e 100644 --- a/invenio_vocabularies/records/__init__.py +++ b/invenio_vocabularies/records/__init__.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/records/api.py b/invenio_vocabularies/records/api.py index 468a4a2a..75f07ecc 100644 --- a/invenio_vocabularies/records/api.py +++ b/invenio_vocabularies/records/api.py @@ -1,13 +1,12 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. -"""Vocabulary API.""" +"""Vocabulary data API.""" from invenio_pidstore.providers.recordid_v2 import RecordIdProviderV2 from invenio_records.dumpers import ElasticsearchDumper diff --git a/invenio_vocabularies/records/dumper_extensions.py b/invenio_vocabularies/records/dumper_extensions.py index 4068b296..f41f1d23 100644 --- a/invenio_vocabularies/records/dumper_extensions.py +++ b/invenio_vocabularies/records/dumper_extensions.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/records/models.py b/invenio_vocabularies/records/models.py index e19c2930..29e93444 100644 --- a/invenio_vocabularies/records/models.py +++ b/invenio_vocabularies/records/models.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/records/systemfields/VocabularyTypeField.py b/invenio_vocabularies/records/systemfields/VocabularyTypeField.py index 450c2ba9..45928818 100644 --- a/invenio_vocabularies/records/systemfields/VocabularyTypeField.py +++ b/invenio_vocabularies/records/systemfields/VocabularyTypeField.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio is free software; you can redistribute it and/or modify it -# under the terms of the MIT License; see LICENSE file for more details. +# Invenio-Vocabularies is free software; you can redistribute it and/or +# modify it under the terms of the MIT License; see LICENSE file for more +# details. """Constant system field.""" diff --git a/invenio_vocabularies/records/systemfields/__init__.py b/invenio_vocabularies/records/systemfields/__init__.py index 91d16ca7..8bf97eaa 100644 --- a/invenio_vocabularies/records/systemfields/__init__.py +++ b/invenio_vocabularies/records/systemfields/__init__.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio is free software; you can redistribute it and/or modify it -# under the terms of the MIT License; see LICENSE file for more details. +# Invenio-Vocabularies is free software; you can redistribute it and/or +# modify it under the terms of the MIT License; see LICENSE file for more +# details. """System fields module.""" diff --git a/invenio_vocabularies/resources/__init__.py b/invenio_vocabularies/resources/__init__.py index 1cd3090e..98d2e305 100644 --- a/invenio_vocabularies/resources/__init__.py +++ b/invenio_vocabularies/resources/__init__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/resources/resource.py b/invenio_vocabularies/resources/resource.py index 48b84841..9fe633bc 100644 --- a/invenio_vocabularies/resources/resource.py +++ b/invenio_vocabularies/resources/resource.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/services/__init__.py b/invenio_vocabularies/services/__init__.py index d20168cd..88f3eab9 100644 --- a/invenio_vocabularies/services/__init__.py +++ b/invenio_vocabularies/services/__init__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/services/components.py b/invenio_vocabularies/services/components.py index 13ff9733..6da3dc14 100644 --- a/invenio_vocabularies/services/components.py +++ b/invenio_vocabularies/services/components.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/services/permissions.py b/invenio_vocabularies/services/permissions.py index 599d3bf1..618c0fe4 100644 --- a/invenio_vocabularies/services/permissions.py +++ b/invenio_vocabularies/services/permissions.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/services/schema.py b/invenio_vocabularies/services/schema.py index 9f58ef97..1bdb71c3 100644 --- a/invenio_vocabularies/services/schema.py +++ b/invenio_vocabularies/services/schema.py @@ -1,11 +1,10 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. - """Vocabulary service schema.""" from invenio_records_resources.services.records.schema import RecordSchema diff --git a/invenio_vocabularies/services/service.py b/invenio_vocabularies/services/service.py index cf5f0822..32b607b5 100644 --- a/invenio_vocabularies/services/service.py +++ b/invenio_vocabularies/services/service.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/invenio_vocabularies/views.py b/invenio_vocabularies/views.py index 4d74e7be..2008d310 100644 --- a/invenio_vocabularies/views.py +++ b/invenio_vocabularies/views.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/tests/resources/conftest.py b/tests/resources/conftest.py index c2209eb4..ea5b76d2 100644 --- a/tests/resources/conftest.py +++ b/tests/resources/conftest.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/tests/resources/test_resources_list.py b/tests/resources/test_resources_list.py index 611263b5..0d4aebe2 100644 --- a/tests/resources/test_resources_list.py +++ b/tests/resources/test_resources_list.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/tests/resources/test_resources_localization.py b/tests/resources/test_resources_localization.py index fad30791..95e3539a 100644 --- a/tests/resources/test_resources_localization.py +++ b/tests/resources/test_resources_localization.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/tests/resources/test_resources_read.py b/tests/resources/test_resources_read.py index e221bbbb..8c130447 100644 --- a/tests/resources/test_resources_read.py +++ b/tests/resources/test_resources_read.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/tests/resources/test_resources_serialization.py b/tests/resources/test_resources_serialization.py index 964fd35c..e1e1b5ec 100644 --- a/tests/resources/test_resources_serialization.py +++ b/tests/resources/test_resources_serialization.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. diff --git a/tests/services/conftest.py b/tests/services/conftest.py index c2209eb4..ea5b76d2 100644 --- a/tests/services/conftest.py +++ b/tests/services/conftest.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2021 CERN. # -# Invenio-Records-Resources is free software; you can redistribute it and/or +# Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details.