summaryrefslogtreecommitdiff
path: root/archaeological_finds
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_finds
parentc661b314d1a15849252f58374144b4798f28db55 (diff)
downloadIshtar-ceb2af2f33d6d8c120bbd8e140821b0a1c671113.tar.bz2
Ishtar-ceb2af2f33d6d8c120bbd8e140821b0a1c671113.zip
📄 update copyright year
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/admin.py2
-rw-r--r--archaeological_finds/forms.py2
-rw-r--r--archaeological_finds/forms_treatments.py2
-rw-r--r--archaeological_finds/ishtar_menu.py2
-rw-r--r--archaeological_finds/models_finds.py2
-rw-r--r--archaeological_finds/models_treatments.py2
-rw-r--r--archaeological_finds/tests.py2
-rw-r--r--archaeological_finds/urls.py2
-rw-r--r--archaeological_finds/views.py2
-rw-r--r--archaeological_finds/wizards.py2
10 files changed, 10 insertions, 10 deletions
diff --git a/archaeological_finds/admin.py b/archaeological_finds/admin.py
index ffc51a787..ff131c9b3 100644
--- a/archaeological_finds/admin.py
+++ b/archaeological_finds/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_finds/forms.py b/archaeological_finds/forms.py
index 9c90bfdb5..d4f954d59 100644
--- a/archaeological_finds/forms.py
+++ b/archaeological_finds/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_finds/forms_treatments.py b/archaeological_finds/forms_treatments.py
index 9790a0e93..2c6e49c46 100644
--- a/archaeological_finds/forms_treatments.py
+++ b/archaeological_finds/forms_treatments.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# Copyright (C) 2016-2025 Étienne Loks <etienne.loks at iggdrasil dot net>
+# Copyright (C) 2016-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_finds/ishtar_menu.py b/archaeological_finds/ishtar_menu.py
index 4521c4077..f5dd73b37 100644
--- a/archaeological_finds/ishtar_menu.py
+++ b/archaeological_finds/ishtar_menu.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# Copyright (C) 2016-2025 Étienne Loks <etienne.loks at iggdrasil dot net>
+# Copyright (C) 2016-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_finds/models_finds.py b/archaeological_finds/models_finds.py
index d0709606e..f1144a09a 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.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_finds/models_treatments.py b/archaeological_finds/models_treatments.py
index 21f1fe9e6..845da66ac 100644
--- a/archaeological_finds/models_treatments.py
+++ b/archaeological_finds/models_treatments.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# Copyright (C) 2016-2025 Étienne Loks <etienne.loks at iggdrasil dot net>
+# Copyright (C) 2016-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_finds/tests.py b/archaeological_finds/tests.py
index aabfc268a..dea3d6f6b 100644
--- a/archaeological_finds/tests.py
+++ b/archaeological_finds/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_finds/urls.py b/archaeological_finds/urls.py
index 345043c12..380d16cec 100644
--- a/archaeological_finds/urls.py
+++ b/archaeological_finds/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_finds/views.py b/archaeological_finds/views.py
index 4750de194..b289ac075 100644
--- a/archaeological_finds/views.py
+++ b/archaeological_finds/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_finds/wizards.py b/archaeological_finds/wizards.py
index 51768cc9a..81499beda 100644
--- a/archaeological_finds/wizards.py
+++ b/archaeological_finds/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