From 8794cf4f73eb617406082622bb890bd6de4d4adc Mon Sep 17 00:00:00 2001 From: Maximilian Moser <maximilian.moser@tuwien.ac.at> Date: Tue, 30 Mar 2021 14:10:50 +0200 Subject: [PATCH] Update copyright information --- AUTHORS.rst | 4 ++-- CHANGES.rst | 2 +- LICENSE | 2 +- MANIFEST.in | 2 +- README.rst | 2 +- babel.ini | 2 +- docs/api.rst | 2 +- docs/authors.rst | 2 +- docs/changes.rst | 2 +- docs/conf.py | 8 ++++---- docs/configuration.rst | 2 +- docs/contributing.rst | 2 +- docs/index.rst | 2 +- docs/installation.rst | 2 +- docs/usage.rst | 2 +- invenio_config_tuw/__init__.py | 2 +- invenio_config_tuw/auth/__init__.py | 2 +- invenio_config_tuw/auth/config.py | 2 +- invenio_config_tuw/auth/handlers.py | 2 +- invenio_config_tuw/auth/utils.py | 2 +- invenio_config_tuw/config.py | 2 +- invenio_config_tuw/ext.py | 2 +- invenio_config_tuw/permissions.py | 7 +++++++ invenio_config_tuw/utils.py | 7 +++++++ invenio_config_tuw/version.py | 2 +- invenio_config_tuw/views.py | 2 +- pytest.ini | 2 +- requirements-devel.txt | 2 +- run-tests.sh | 2 +- setup.cfg | 4 ++-- setup.py | 4 ++-- tests/conftest.py | 2 +- tests/test_invenio_config_tuw.py | 2 +- 33 files changed, 51 insertions(+), 37 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index a14f057..07055f3 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 FAIR Data Austria. + Copyright (C) 2020 - 2021 TU Wien. Invenio-Config-TUW is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more @@ -10,4 +10,4 @@ Authors Invenio module containing the configuration for TU Wien. -- FAIR Data Austria <maximilian.moser@tuwien.ac.at> +- TU Wien <maximilian.moser@tuwien.ac.at> diff --git a/CHANGES.rst b/CHANGES.rst index 836ccd4..9798a6d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 FAIR Data Austria. + Copyright (C) 2020 - 2021 TU Wien. Invenio-Config-TUW 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/LICENSE b/LICENSE index d21dfe9..5a4efe1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2020 FAIR Data Austria. +Copyright (C) 2020 - 2021 TU Wien. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/MANIFEST.in b/MANIFEST.in index eeab032..d48825c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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/README.rst b/README.rst index e4712b9..dead198 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 FAIR Data Austria. + Copyright (C) 2020 - 2021 TU Wien. Invenio-Config-TUW 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/babel.ini b/babel.ini index 95ffabd..4e3f3b7 100644 --- a/babel.ini +++ b/babel.ini @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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/docs/api.rst b/docs/api.rst index 21599da..a61be50 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 FAIR Data Austria. + Copyright (C) 2020 - 2021 TU Wien. Invenio-Config-TUW 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/docs/authors.rst b/docs/authors.rst index c57cb5c..01210dc 100644 --- a/docs/authors.rst +++ b/docs/authors.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 FAIR Data Austria. + Copyright (C) 2020 - 2021 TU Wien. Invenio-Config-TUW 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/docs/changes.rst b/docs/changes.rst index 522b5ed..2515f49 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 FAIR Data Austria. + Copyright (C) 2020 - 2021 TU Wien. Invenio-Config-TUW 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/docs/conf.py b/docs/conf.py index 12a95d5..5a1ac6b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW is free software; you can redistribute it and/or modify # it under the terms of the MIT License; see LICENSE file for more details. @@ -46,8 +46,8 @@ master_doc = "index" # General information about the project. project = u"Invenio-Config-TUW" -copyright = u"2020, FAIR Data Austria" -author = u"FAIR Data Austria" +copyright = u"2020, TU Wien" +author = u"TU Wien" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -252,7 +252,7 @@ latex_documents = [ master_doc, "invenio-config-tuw.tex", u"invenio-config-tuw Documentation", - u"FAIR Data Austria", + u"TU Wien", "manual", ), ] diff --git a/docs/configuration.rst b/docs/configuration.rst index 4dc524a..5ef53a6 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 FAIR Data Austria. + Copyright (C) 2020 - 2021 TU Wien. Invenio-Config-TUW 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/docs/contributing.rst b/docs/contributing.rst index d3e5478..1895b4d 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 FAIR Data Austria. + Copyright (C) 2020 - 2021 TU Wien. Invenio-Config-TUW 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/docs/index.rst b/docs/index.rst index 1299c4b..bfb0faa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 FAIR Data Austria. + Copyright (C) 2020 - 2021 TU Wien. Invenio-Config-TUW 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/docs/installation.rst b/docs/installation.rst index 471473c..2f81e43 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 FAIR Data Austria. + Copyright (C) 2020 - 2021 TU Wien. Invenio-Config-TUW 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/docs/usage.rst b/docs/usage.rst index 091b3db..67736a0 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 FAIR Data Austria. + Copyright (C) 2020 - 2021 TU Wien. Invenio-Config-TUW 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_config_tuw/__init__.py b/invenio_config_tuw/__init__.py index eb294ea..f8b3159 100644 --- a/invenio_config_tuw/__init__.py +++ b/invenio_config_tuw/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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_config_tuw/auth/__init__.py b/invenio_config_tuw/auth/__init__.py index b622ffe..5c80e51 100644 --- a/invenio_config_tuw/auth/__init__.py +++ b/invenio_config_tuw/auth/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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_config_tuw/auth/config.py b/invenio_config_tuw/auth/config.py index 487d75e..076b7de 100644 --- a/invenio_config_tuw/auth/config.py +++ b/invenio_config_tuw/auth/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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_config_tuw/auth/handlers.py b/invenio_config_tuw/auth/handlers.py index cd1b607..deb510e 100644 --- a/invenio_config_tuw/auth/handlers.py +++ b/invenio_config_tuw/auth/handlers.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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_config_tuw/auth/utils.py b/invenio_config_tuw/auth/utils.py index b44f52b..9a21f0c 100644 --- a/invenio_config_tuw/auth/utils.py +++ b/invenio_config_tuw/auth/utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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_config_tuw/config.py b/invenio_config_tuw/config.py index 62cb4d7..6d22ec9 100644 --- a/invenio_config_tuw/config.py +++ b/invenio_config_tuw/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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_config_tuw/ext.py b/invenio_config_tuw/ext.py index b632533..d4cab1f 100644 --- a/invenio_config_tuw/ext.py +++ b/invenio_config_tuw/ext.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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_config_tuw/permissions.py b/invenio_config_tuw/permissions.py index 825722e..0942dd6 100644 --- a/invenio_config_tuw/permissions.py +++ b/invenio_config_tuw/permissions.py @@ -1,3 +1,10 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2020 - 2021 TU Wien. +# +# Invenio-Config-TUW is free software; you can redistribute it and/or modify +# it under the terms of the MIT License; see LICENSE file for more details. + from invenio_rdm_records.services import RDMRecordPermissionPolicy from invenio_rdm_records.services.config import ( RDMDraftFilesServiceConfig, diff --git a/invenio_config_tuw/utils.py b/invenio_config_tuw/utils.py index ba91c27..3fad871 100644 --- a/invenio_config_tuw/utils.py +++ b/invenio_config_tuw/utils.py @@ -1,3 +1,10 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2020 - 2021 TU Wien. +# +# Invenio-Config-TUW is free software; you can redistribute it and/or modify +# it under the terms of the MIT License; see LICENSE file for more details. + """Utility functions.""" from flask_principal import Identity diff --git a/invenio_config_tuw/version.py b/invenio_config_tuw/version.py index 3c0f4e8..042d735 100644 --- a/invenio_config_tuw/version.py +++ b/invenio_config_tuw/version.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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_config_tuw/views.py b/invenio_config_tuw/views.py index d3b000b..4dd2913 100644 --- a/invenio_config_tuw/views.py +++ b/invenio_config_tuw/views.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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/pytest.ini b/pytest.ini index 198f58a..7247155 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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/requirements-devel.txt b/requirements-devel.txt index caaa736..ce4076e 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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/run-tests.sh b/run-tests.sh index 6d8bae6..7b81248 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,7 +1,7 @@ #!/usr/bin/env sh # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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/setup.cfg b/setup.cfg index f3752d6..bc3409a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW is free software; you can redistribute it and/or modify # it under the terms of the MIT License; see LICENSE file for more details. @@ -23,7 +23,7 @@ add_ignore = D401 directory = invenio_config_tuw/translations/ [extract_messages] -copyright_holder = FAIR Data Austria +copyright_holder = TU Wien msgid_bugs_address = maximilian.moser@tuwien.ac.at mapping-file = babel.ini output-file = invenio_config_tuw/translations/messages.pot diff --git a/setup.py b/setup.py index 006c323..ecf9c65 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW is free software; you can redistribute it and/or modify # it under the terms of the MIT License; see LICENSE file for more details. @@ -61,7 +61,7 @@ setup( long_description=readme + "\n\n" + history, keywords="invenio tu wien configuration", license="MIT", - author="FAIR Data Austria", + author="TU Wien", author_email="maximilian.moser@tuwien.ac.at", url="https://github.com/fair-data-austria/invenio-config-tuw", packages=packages, diff --git a/tests/conftest.py b/tests/conftest.py index c6a7b4f..5a4967e 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW 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/test_invenio_config_tuw.py b/tests/test_invenio_config_tuw.py index 6041408..3a09995 100644 --- a/tests/test_invenio_config_tuw.py +++ b/tests/test_invenio_config_tuw.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 FAIR Data Austria. +# Copyright (C) 2020 - 2021 TU Wien. # # Invenio-Config-TUW is free software; you can redistribute it and/or modify # it under the terms of the MIT License; see LICENSE file for more details. -- GitLab