From 6210a8bad925f31a04551b0cf87b8ad0955bf900 Mon Sep 17 00:00:00 2001 From: Unix Date: Fri, 12 Mar 2021 10:27:43 +0100 Subject: [PATCH] global: adds copyrights --- .editorconfig | 2 +- .tx/config | 2 +- AUTHORS.rst | 2 +- CHANGES.rst | 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_theme_tugraz/__init__.py | 2 +- .../assets/scss/invenio_theme_tugraz/footer.scss | 3 +-- .../assets/scss/invenio_theme_tugraz/header.scss | 3 +-- .../assets/scss/invenio_theme_tugraz/overrides.scss | 3 +-- .../assets/scss/invenio_theme_tugraz/search/footer.scss | 3 +-- .../assets/scss/invenio_theme_tugraz/search/theme.scss | 3 +-- .../assets/scss/invenio_theme_tugraz/search/variables.scss | 3 +-- .../assets/scss/invenio_theme_tugraz/theme.scss | 3 +-- .../assets/scss/invenio_theme_tugraz/variables.scss | 3 +-- .../assets/semantic-ui/less/invenio_theme_tugraz/footer.less | 3 +-- .../semantic-ui/less/invenio_theme_tugraz/frontpage.less | 3 +-- .../assets/semantic-ui/less/invenio_theme_tugraz/header.less | 3 +-- .../assets/semantic-ui/less/invenio_theme_tugraz/macros.less | 3 +-- .../semantic-ui/less/invenio_theme_tugraz/overrides.less | 3 +-- .../assets/semantic-ui/less/invenio_theme_tugraz/theme.less | 3 +-- .../semantic-ui/less/invenio_theme_tugraz/variables.less | 3 +-- invenio_theme_tugraz/config.py | 2 +- invenio_theme_tugraz/ext.py | 2 +- invenio_theme_tugraz/search.py | 3 +-- .../templates/invenio_theme_tugraz/accounts/accounts_base.html | 3 +-- invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html | 3 +-- .../templates/invenio_theme_tugraz/footer.html | 3 +-- .../templates/invenio_theme_tugraz/header.html | 3 +-- invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html | 3 +-- .../templates/invenio_theme_tugraz/navbar.html | 3 +-- invenio_theme_tugraz/version.py | 2 +- invenio_theme_tugraz/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_theme_tugraz.py | 2 +- tests/ui/conftest.py | 2 +- tests/ui/test_views.py | 2 +- 52 files changed, 52 insertions(+), 74 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7bd22df..99538b9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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/.tx/config b/.tx/config index 7d95f58..abd28a2 100644 --- a/.tx/config +++ b/.tx/config @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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 e9e5d2f..008c581 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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 ee3c003..be2686c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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/MANIFEST.in b/MANIFEST.in index 256c703..4d495fb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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 6b2d96c..dc34cb9 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 Mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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 4aaec03..5f61170 100644 --- a/babel.ini +++ b/babel.ini @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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 29c71a6..ff7bc04 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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 7d97945..fb2a35a 100644 --- a/docs/authors.rst +++ b/docs/authors.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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 3fe70ed..3f24bdc 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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 54afcc8..86e216f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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 3363e5c..f588473 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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 5d89e47..207aa1d 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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 4c5ca7c..e22cc1a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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 2862b8c..d847907 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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 14a9686..6e3375f 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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_theme_tugraz/__init__.py b/invenio_theme_tugraz/__init__.py index 545833c..b7f32a0 100644 --- a/invenio_theme_tugraz/__init__.py +++ b/invenio_theme_tugraz/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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_theme_tugraz/assets/scss/invenio_theme_tugraz/footer.scss b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/footer.scss index 093dc8b..7bdde71 100644 --- a/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/footer.scss +++ b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/footer.scss @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/scss/invenio_theme_tugraz/header.scss b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/header.scss index 8ed3476..5763838 100644 --- a/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/header.scss +++ b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/header.scss @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/scss/invenio_theme_tugraz/overrides.scss b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/overrides.scss index 49e2f68..ac73ba4 100644 --- a/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/overrides.scss +++ b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/overrides.scss @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/scss/invenio_theme_tugraz/search/footer.scss b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/search/footer.scss index 4e019bb..d693f6d 100644 --- a/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/search/footer.scss +++ b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/search/footer.scss @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/scss/invenio_theme_tugraz/search/theme.scss b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/search/theme.scss index 10454dc..91c10c3 100644 --- a/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/search/theme.scss +++ b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/search/theme.scss @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/scss/invenio_theme_tugraz/search/variables.scss b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/search/variables.scss index 2766093..165fc96 100644 --- a/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/search/variables.scss +++ b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/search/variables.scss @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/scss/invenio_theme_tugraz/theme.scss b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/theme.scss index b8dacf4..3d0d47f 100644 --- a/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/theme.scss +++ b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/theme.scss @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/scss/invenio_theme_tugraz/variables.scss b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/variables.scss index 8d13d62..b6b64dc 100644 --- a/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/variables.scss +++ b/invenio_theme_tugraz/assets/scss/invenio_theme_tugraz/variables.scss @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less index cc6f4ae..2d66442 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/frontpage.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/frontpage.less index 2f81af0..2fc31d6 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/frontpage.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/frontpage.less @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less index 6fd013a..a6ac5f4 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/macros.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/macros.less index 7a27f5c..4532799 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/macros.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/macros.less @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less index e55a110..6a3c817 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less index 7f26f2a..224af01 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/variables.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/variables.less index 6786c72..ba57844 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/variables.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/variables.less @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 TUGRAZ. - * Copyright (C) 2020 mojib wali. + * Copyright (C) 2020-2021 Graz University of Technology. * * invenio-theme-tugraz 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_theme_tugraz/config.py b/invenio_theme_tugraz/config.py index 5a1e498..7bcded8 100644 --- a/invenio_theme_tugraz/config.py +++ b/invenio_theme_tugraz/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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_theme_tugraz/ext.py b/invenio_theme_tugraz/ext.py index 2f28781..7f03490 100644 --- a/invenio_theme_tugraz/ext.py +++ b/invenio_theme_tugraz/ext.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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_theme_tugraz/search.py b/invenio_theme_tugraz/search.py index ad91273..9b47fd2 100644 --- a/invenio_theme_tugraz/search.py +++ b/invenio_theme_tugraz/search.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 TU Graz. -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html index e7a7113..6ba2f38 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html @@ -1,6 +1,5 @@ {# - Copyright (C) 2020 TUGRAZ - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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_theme_tugraz/templates/invenio_theme_tugraz/base.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html index 5400342..3c9222c 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html @@ -1,6 +1,5 @@ {# - Copyright (C) 2020 TUGRAZ - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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_theme_tugraz/templates/invenio_theme_tugraz/footer.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html index 2529149..8da496b 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html @@ -1,6 +1,5 @@ {# - Copyright (C) 2020 TUGRAZ - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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_theme_tugraz/templates/invenio_theme_tugraz/header.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html index 4152f31..bf3cfd5 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html @@ -1,6 +1,5 @@ {# - Copyright (C) 2020 TUGRAZ - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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_theme_tugraz/templates/invenio_theme_tugraz/index.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html index 90522df..21f595c 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html @@ -1,6 +1,5 @@ {# - Copyright (C) 2020 TUGRAZ - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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_theme_tugraz/templates/invenio_theme_tugraz/navbar.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html index 7f3976f..6a8f3aa 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html @@ -1,6 +1,5 @@ {# - Copyright (C) 2020 TUGRAZ - Copyright (C) 2020 mojib wali. + Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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_theme_tugraz/version.py b/invenio_theme_tugraz/version.py index 3418cc6..447b0fc 100644 --- a/invenio_theme_tugraz/version.py +++ b/invenio_theme_tugraz/version.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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_theme_tugraz/views.py b/invenio_theme_tugraz/views.py index f07a991..d71cd81 100644 --- a/invenio_theme_tugraz/views.py +++ b/invenio_theme_tugraz/views.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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 a9e180e..166d588 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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 f871447..f74c0c1 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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 d9dbf50..6b0ac7a 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -3,7 +3,7 @@ # # Copyright (C) 2019-2020 CERN. # Copyright (C) 2019-2020 Northwestern University. -# Copyright (C) 2020 Graz University of Technology. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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 f2be1a5..17580b6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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 8b400ab..08c5f35 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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 2978b9b..534a9a1 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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_theme_tugraz.py b/tests/test_invenio_theme_tugraz.py index 6bfe1a0..772b2a4 100644 --- a/tests/test_invenio_theme_tugraz.py +++ b/tests/test_invenio_theme_tugraz.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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/ui/conftest.py b/tests/ui/conftest.py index a7421b5..8b66b13 100644 --- a/tests/ui/conftest.py +++ b/tests/ui/conftest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 mojib wali. +# Copyright (C) 2020-2021 Graz University of Technology. # # invenio-theme-tugraz 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/ui/test_views.py b/tests/ui/test_views.py index 73a042c..40f8e45 100644 --- a/tests/ui/test_views.py +++ b/tests/ui/test_views.py @@ -1,6 +1,6 @@ # # -*- coding: utf-8 -*- # # -# # Copyright (C) 2020 mojib wali. +# # Copyright (C) 2020-2021 Graz University of Technology. # # # # invenio-theme-tugraz is free software; you can redistribute it and/or # # modify it under the terms of the MIT License; see LICENSE file for more