From 04e9ebf7075eed34b2ea0bb22206780b6ee45a65 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 7 Feb 2025 15:40:53 +0100 Subject: 📄 update copyright notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_context_records/admin.py | 2 +- archaeological_context_records/forms.py | 2 +- archaeological_context_records/ishtar_menu.py | 2 +- archaeological_context_records/models.py | 2 +- archaeological_context_records/tests.py | 2 +- archaeological_context_records/urls.py | 2 +- archaeological_context_records/views.py | 2 +- archaeological_context_records/wizards.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/admin.py b/archaeological_context_records/admin.py index ab3e98797..62f4c12e2 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-2015 Étienne Loks +# Copyright (C) 2012-2025 Étienne Loks # 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 95980b34e..70e632af1 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-2016 Étienne Loks +# Copyright (C) 2010-2025 Étienne Loks # 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 c56ef1de6..13fe18db4 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-2016 Étienne Loks +# Copyright (C) 2010-2025 Étienne Loks # 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 eae4e3720..9b955eafc 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-2017 Étienne Loks +# Copyright (C) 2012-2025 Étienne Loks # 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 20c70c458..136b2e24f 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-2018 Étienne Loks +# Copyright (C) 2015-2025 Étienne Loks # 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 c4175033b..17c4dc419 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-2016 Étienne Loks +# Copyright (C) 2010-2025 Étienne Loks # 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 49b94553e..811a9ad2d 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-2016 Étienne Loks +# Copyright (C) 2010-2025 Étienne Loks # 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 4524681fc..8de29a695 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-2013 Étienne Loks +# Copyright (C) 2012-2025 Étienne Loks # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as -- cgit v1.2.3