diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-02-03 09:33:51 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-02-04 16:54:00 +0100 |
| commit | ceb2af2f33d6d8c120bbd8e140821b0a1c671113 (patch) | |
| tree | 5c7b7ff6074df59a9d92fa3ae9474aadec47c438 /archaeological_context_records | |
| parent | c661b314d1a15849252f58374144b4798f28db55 (diff) | |
| download | Ishtar-ceb2af2f33d6d8c120bbd8e140821b0a1c671113.tar.bz2 Ishtar-ceb2af2f33d6d8c120bbd8e140821b0a1c671113.zip | |
📄 update copyright year
Diffstat (limited to 'archaeological_context_records')
| -rw-r--r-- | archaeological_context_records/admin.py | 2 | ||||
| -rw-r--r-- | archaeological_context_records/forms.py | 2 | ||||
| -rw-r--r-- | archaeological_context_records/ishtar_menu.py | 2 | ||||
| -rw-r--r-- | archaeological_context_records/models.py | 2 | ||||
| -rw-r--r-- | archaeological_context_records/tests.py | 2 | ||||
| -rw-r--r-- | archaeological_context_records/urls.py | 2 | ||||
| -rw-r--r-- | archaeological_context_records/views.py | 2 | ||||
| -rw-r--r-- | archaeological_context_records/wizards.py | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/archaeological_context_records/admin.py b/archaeological_context_records/admin.py index a19e06546..78f27c703 100644 --- a/archaeological_context_records/admin.py +++ b/archaeological_context_records/admin.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2012-2025 Étienne Loks <etienne.loks at iggdrasil dot net> +# Copyright (C) 2012-2026 Étienne Loks <etienne.loks at iggdrasil dot net> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index 42c76a9ad..bd59ddb8d 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2010-2025 Étienne Loks <etienne.loks at iggdrasil dot net> +# Copyright (C) 2010-2026 Étienne Loks <etienne.loks at iggdrasil dot net> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/archaeological_context_records/ishtar_menu.py b/archaeological_context_records/ishtar_menu.py index 820630baf..8fabae06f 100644 --- a/archaeological_context_records/ishtar_menu.py +++ b/archaeological_context_records/ishtar_menu.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2010-2025 Étienne Loks <etienne.loks at iggdrasil dot net> +# Copyright (C) 2010-2026 Étienne Loks <etienne.loks at iggdrasil dot net> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 997c0f989..7524d86d2 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2012-2025 Étienne Loks <etienne.loks at iggdrasil dot net> +# Copyright (C) 2012-2026 Étienne Loks <etienne.loks at iggdrasil dot net> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index 54b9922b0..22c9d9197 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2015-2025 Étienne Loks <etienne.loks at iggdrasil dot net> +# Copyright (C) 2015-2026 Étienne Loks <etienne.loks at iggdrasil dot net> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/archaeological_context_records/urls.py b/archaeological_context_records/urls.py index b94a2b3ba..67d17f1b3 100644 --- a/archaeological_context_records/urls.py +++ b/archaeological_context_records/urls.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2010-2025 Étienne Loks <etienne.loks at iggdrasil dot net> +# Copyright (C) 2010-2026 Étienne Loks <etienne.loks at iggdrasil dot net> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/archaeological_context_records/views.py b/archaeological_context_records/views.py index 2684afc9f..0bc11031d 100644 --- a/archaeological_context_records/views.py +++ b/archaeological_context_records/views.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2010-2025 Étienne Loks <etienne.loks at iggdrasil dot net> +# Copyright (C) 2010-2026 Étienne Loks <etienne.loks at iggdrasil dot net> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/archaeological_context_records/wizards.py b/archaeological_context_records/wizards.py index 1d7a106ec..9328f02ba 100644 --- a/archaeological_context_records/wizards.py +++ b/archaeological_context_records/wizards.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2012-2025 Étienne Loks <etienne.loks at iggdrasil dot net> +# Copyright (C) 2012-2026 Étienne Loks <etienne.loks at iggdrasil dot net> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |
