summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
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
commitceb2af2f33d6d8c120bbd8e140821b0a1c671113 (patch)
tree5c7b7ff6074df59a9d92fa3ae9474aadec47c438 /archaeological_operations
parentc661b314d1a15849252f58374144b4798f28db55 (diff)
downloadIshtar-ceb2af2f33d6d8c120bbd8e140821b0a1c671113.tar.bz2
Ishtar-ceb2af2f33d6d8c120bbd8e140821b0a1c671113.zip
📄 update copyright year
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/admin.py2
-rw-r--r--archaeological_operations/forms.py2
-rw-r--r--archaeological_operations/ishtar_menu.py2
-rw-r--r--archaeological_operations/management/commands/clean_acttypes.py2
-rw-r--r--archaeological_operations/models.py2
-rw-r--r--archaeological_operations/tests.py2
-rw-r--r--archaeological_operations/urls.py2
-rw-r--r--archaeological_operations/views.py2
-rw-r--r--archaeological_operations/widgets.py2
-rw-r--r--archaeological_operations/wizards.py2
10 files changed, 10 insertions, 10 deletions
diff --git a/archaeological_operations/admin.py b/archaeological_operations/admin.py
index 53a290fe3..429315513 100644
--- a/archaeological_operations/admin.py
+++ b/archaeological_operations/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_operations/forms.py b/archaeological_operations/forms.py
index e499d8805..8627bd5f7 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/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_operations/ishtar_menu.py b/archaeological_operations/ishtar_menu.py
index 40663c6a8..ade890652 100644
--- a/archaeological_operations/ishtar_menu.py
+++ b/archaeological_operations/ishtar_menu.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# Copyright (C) 2014-2025 Étienne Loks <etienne.loks at iggdrasil dot net>
+# Copyright (C) 2014-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_operations/management/commands/clean_acttypes.py b/archaeological_operations/management/commands/clean_acttypes.py
index 6a504f25e..ecb6cdd58 100644
--- a/archaeological_operations/management/commands/clean_acttypes.py
+++ b/archaeological_operations/management/commands/clean_acttypes.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# Copyright (C) 2014-2025 Étienne Loks <etienne.loks at iggdrasil dot net>
+# Copyright (C) 2014-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_operations/models.py b/archaeological_operations/models.py
index 1d6fabc33..a17e5a537 100644
--- a/archaeological_operations/models.py
+++ b/archaeological_operations/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_operations/tests.py b/archaeological_operations/tests.py
index e5ca04db0..5a57b00f6 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.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_operations/urls.py b/archaeological_operations/urls.py
index 65e2e6bda..3082418d9 100644
--- a/archaeological_operations/urls.py
+++ b/archaeological_operations/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_operations/views.py b/archaeological_operations/views.py
index 79b65d655..ecba76e05 100644
--- a/archaeological_operations/views.py
+++ b/archaeological_operations/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_operations/widgets.py b/archaeological_operations/widgets.py
index 16bd69545..7c9ba5357 100644
--- a/archaeological_operations/widgets.py
+++ b/archaeological_operations/widgets.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# Copyright (C) 2013-2025 Étienne Loks <etienne.loks at iggdrasil dot net>
+# Copyright (C) 2013-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_operations/wizards.py b/archaeological_operations/wizards.py
index eab5596fb..542e816fc 100644
--- a/archaeological_operations/wizards.py
+++ b/archaeological_operations/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