From 394feb0cde4a03e7395393b10c14bb5359fbe068 Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Fri, 29 Jan 2021 10:17:00 +0100
Subject: [PATCH] global: update licenses

---
 .editorconfig                         | 2 +-
 AUTHORS.rst                           | 2 +-
 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                          | 2 +-
 docs/configuration.rst                | 2 +-
 docs/contributing.rst                 | 2 +-
 docs/index.rst                        | 2 +-
 docs/installation.rst                 | 2 +-
 docs/usage.rst                        | 2 +-
 invenio_utilities_tuw/__init__.py     | 2 +-
 invenio_utilities_tuw/cli/__init__.py | 8 ++++++++
 invenio_utilities_tuw/cli/cli.py      | 8 ++++++++
 invenio_utilities_tuw/cli/drafts.py   | 8 ++++++++
 invenio_utilities_tuw/cli/files.py    | 8 ++++++++
 invenio_utilities_tuw/cli/records.py  | 8 ++++++++
 invenio_utilities_tuw/cli/users.py    | 8 ++++++++
 invenio_utilities_tuw/cli/utils.py    | 8 ++++++++
 invenio_utilities_tuw/config.py       | 2 +-
 invenio_utilities_tuw/ext.py          | 2 +-
 invenio_utilities_tuw/version.py      | 2 +-
 invenio_utilities_tuw/views.py        | 2 +-
 pytest.ini                            | 2 +-
 requirements-devel.txt                | 2 +-
 run-tests.sh                          | 2 +-
 setup.cfg                             | 2 +-
 setup.py                              | 2 +-
 tests/conftest.py                     | 2 +-
 tests/test_invenio_utilities_tuw.py   | 2 +-
 35 files changed, 84 insertions(+), 28 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index dde0ed2..bcac89e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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/AUTHORS.rst b/AUTHORS.rst
index 0ba9b84..6a69661 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -1,5 +1,5 @@
 ..
-    Copyright (C) 2020 TU Wien.
+    Copyright (C) 2020-2021 TU Wien.
 
     Invenio-Utilities-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/CHANGES.rst b/CHANGES.rst
index 4ab5a59..c98ecb0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,5 +1,5 @@
 ..
-    Copyright (C) 2020 TU Wien.
+    Copyright (C) 2020-2021 TU Wien.
 
     Invenio-Utilities-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 cab260e..5bbd48d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (C) 2020 TU Wien.
+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 9f1d246..78c5afc 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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/README.rst b/README.rst
index 2af0f74..4fdbde0 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
 ..
-    Copyright (C) 2020 TU Wien.
+    Copyright (C) 2020-2021 TU Wien.
 
     Invenio-Utilities-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 ca308da..b458660 100644
--- a/babel.ini
+++ b/babel.ini
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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/api.rst b/docs/api.rst
index c55528c..d8b2fd2 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -1,5 +1,5 @@
 ..
-    Copyright (C) 2020 TU Wien.
+    Copyright (C) 2020-2021 TU Wien.
 
     Invenio-Utilities-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 b1c7957..91e50c0 100644
--- a/docs/authors.rst
+++ b/docs/authors.rst
@@ -1,5 +1,5 @@
 ..
-    Copyright (C) 2020 TU Wien.
+    Copyright (C) 2020-2021 TU Wien.
 
     Invenio-Utilities-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 7c1edf5..b6aa6d0 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -1,5 +1,5 @@
 ..
-    Copyright (C) 2020 TU Wien.
+    Copyright (C) 2020-2021 TU Wien.
 
     Invenio-Utilities-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 849faf2..b208655 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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/configuration.rst b/docs/configuration.rst
index e497704..da9d97f 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -1,5 +1,5 @@
 ..
-    Copyright (C) 2020 TU Wien.
+    Copyright (C) 2020-2021 TU Wien.
 
     Invenio-Utilities-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 d8b91ae..2283749 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -1,5 +1,5 @@
 ..
-    Copyright (C) 2020 TU Wien.
+    Copyright (C) 2020-2021 TU Wien.
 
     Invenio-Utilities-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 e3eb1c3..ae8b493 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,5 +1,5 @@
 ..
-    Copyright (C) 2020 TU Wien.
+    Copyright (C) 2020-2021 TU Wien.
 
     Invenio-Utilities-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 dffee76..f128522 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -1,5 +1,5 @@
 ..
-    Copyright (C) 2020 TU Wien.
+    Copyright (C) 2020-2021 TU Wien.
 
     Invenio-Utilities-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 f90d04e..5dc6095 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -1,5 +1,5 @@
 ..
-    Copyright (C) 2020 TU Wien.
+    Copyright (C) 2020-2021 TU Wien.
 
     Invenio-Utilities-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_utilities_tuw/__init__.py b/invenio_utilities_tuw/__init__.py
index 2451541..e4fd1f6 100644
--- a/invenio_utilities_tuw/__init__.py
+++ b/invenio_utilities_tuw/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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_utilities_tuw/cli/__init__.py b/invenio_utilities_tuw/cli/__init__.py
index 838437b..b8df2d4 100644
--- a/invenio_utilities_tuw/cli/__init__.py
+++ b/invenio_utilities_tuw/cli/__init__.py
@@ -1,3 +1,11 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2020-2021 TU Wien.
+#
+# Invenio-Utilities-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.
+
 """CLI commands for Invenio-Utilities-TUW."""
 
 from .cli import utilities
diff --git a/invenio_utilities_tuw/cli/cli.py b/invenio_utilities_tuw/cli/cli.py
index cfe3a1c..538559a 100644
--- a/invenio_utilities_tuw/cli/cli.py
+++ b/invenio_utilities_tuw/cli/cli.py
@@ -1,3 +1,11 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2020-2021 TU Wien.
+#
+# Invenio-Utilities-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.
+
 """CLI commands for Invenio-Utilities-TUW."""
 
 import click
diff --git a/invenio_utilities_tuw/cli/drafts.py b/invenio_utilities_tuw/cli/drafts.py
index 07d393b..2fe9787 100644
--- a/invenio_utilities_tuw/cli/drafts.py
+++ b/invenio_utilities_tuw/cli/drafts.py
@@ -1,3 +1,11 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2020-2021 TU Wien.
+#
+# Invenio-Utilities-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.
+
 """Management commands for drafts."""
 
 import json
diff --git a/invenio_utilities_tuw/cli/files.py b/invenio_utilities_tuw/cli/files.py
index 242f301..6f8f3a0 100644
--- a/invenio_utilities_tuw/cli/files.py
+++ b/invenio_utilities_tuw/cli/files.py
@@ -1,3 +1,11 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2020-2021 TU Wien.
+#
+# Invenio-Utilities-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.
+
 """Management commands for files."""
 
 from collections import defaultdict
diff --git a/invenio_utilities_tuw/cli/records.py b/invenio_utilities_tuw/cli/records.py
index 44b2747..6e123eb 100644
--- a/invenio_utilities_tuw/cli/records.py
+++ b/invenio_utilities_tuw/cli/records.py
@@ -1,3 +1,11 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2020-2021 TU Wien.
+#
+# Invenio-Utilities-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.
+
 """Management commands for records."""
 
 import json
diff --git a/invenio_utilities_tuw/cli/users.py b/invenio_utilities_tuw/cli/users.py
index d7f15eb..4048856 100644
--- a/invenio_utilities_tuw/cli/users.py
+++ b/invenio_utilities_tuw/cli/users.py
@@ -1,3 +1,11 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2020-2021 TU Wien.
+#
+# Invenio-Utilities-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.
+
 """Management commands for users."""
 
 import click
diff --git a/invenio_utilities_tuw/cli/utils.py b/invenio_utilities_tuw/cli/utils.py
index af3c32a..6cfa2aa 100644
--- a/invenio_utilities_tuw/cli/utils.py
+++ b/invenio_utilities_tuw/cli/utils.py
@@ -1,3 +1,11 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2020-2021 TU Wien.
+#
+# Invenio-Utilities-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.
+
 """Utilities for the CLI commands."""
 
 import json
diff --git a/invenio_utilities_tuw/config.py b/invenio_utilities_tuw/config.py
index 8f80f09..600c7e9 100644
--- a/invenio_utilities_tuw/config.py
+++ b/invenio_utilities_tuw/config.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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_utilities_tuw/ext.py b/invenio_utilities_tuw/ext.py
index a7bb00d..385be69 100644
--- a/invenio_utilities_tuw/ext.py
+++ b/invenio_utilities_tuw/ext.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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_utilities_tuw/version.py b/invenio_utilities_tuw/version.py
index 9c93380..aa80f62 100644
--- a/invenio_utilities_tuw/version.py
+++ b/invenio_utilities_tuw/version.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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_utilities_tuw/views.py b/invenio_utilities_tuw/views.py
index b898e78..9193d30 100644
--- a/invenio_utilities_tuw/views.py
+++ b/invenio_utilities_tuw/views.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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/pytest.ini b/pytest.ini
index eedadaf..1924024 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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/requirements-devel.txt b/requirements-devel.txt
index 77e9ba7..c2b4476 100644
--- a/requirements-devel.txt
+++ b/requirements-devel.txt
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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/run-tests.sh b/run-tests.sh
index 2352cda..6705eb8 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env sh
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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/setup.cfg b/setup.cfg
index 7c74411..31ba48c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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/setup.py b/setup.py
index e9bcb4a..d668bd0 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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/tests/conftest.py b/tests/conftest.py
index dbccb04..1ad650c 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-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/tests/test_invenio_utilities_tuw.py b/tests/test_invenio_utilities_tuw.py
index a3d3dba..83385a3 100644
--- a/tests/test_invenio_utilities_tuw.py
+++ b/tests/test_invenio_utilities_tuw.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020 TU Wien.
+# Copyright (C) 2020-2021 TU Wien.
 #
 # Invenio-Utilities-TUW is free software; you can redistribute it and/or
 # modify it under the terms of the MIT License; see LICENSE file for more
-- 
GitLab