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 --- ishtar_common/management/commands/export_access_controls.py | 6 +++--- ishtar_common/management/commands/import_access_controls.py | 4 ++-- ishtar_common/management/commands/import_geofla_csv.py | 4 ++-- ishtar_common/management/commands/import_insee_comm_csv.py | 4 ++-- ishtar_common/management/commands/ishtar_excute_admin_tasks.py | 2 +- ishtar_common/management/commands/ishtar_import.py | 2 +- ishtar_common/management/commands/media_find_missing_files.py | 4 ++-- ishtar_common/management/commands/media_simplify_filenames.py | 4 ++-- ishtar_common/management/commands/migrate_find_container_v4_2.py | 2 +- ishtar_common/management/commands/migrate_relations_cache_tables.py | 4 ++-- ishtar_common/management/commands/migrate_srid.py | 4 ++-- ishtar_common/management/commands/migrate_to_geo_v4.py | 2 +- .../management/commands/process_generate_merge_candidates.py | 4 ++-- ishtar_common/management/commands/process_pending_update.py | 4 ++-- ishtar_common/management/commands/update_towns.py | 2 +- 15 files changed, 26 insertions(+), 26 deletions(-) (limited to 'ishtar_common/management') diff --git a/ishtar_common/management/commands/export_access_controls.py b/ishtar_common/management/commands/export_access_controls.py index 87b4819b9..58e0f6bb4 100644 --- a/ishtar_common/management/commands/export_access_controls.py +++ b/ishtar_common/management/commands/export_access_controls.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2017 Étienne Loks +# Copyright (C) 2017-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 @@ -86,4 +86,4 @@ class Command(BaseCommand): ) data = json.dumps(result) - sys.stdout.write(data) \ No newline at end of file + sys.stdout.write(data) diff --git a/ishtar_common/management/commands/import_access_controls.py b/ishtar_common/management/commands/import_access_controls.py index c13f41731..e86701270 100644 --- a/ishtar_common/management/commands/import_access_controls.py +++ b/ishtar_common/management/commands/import_access_controls.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2017 Étienne Loks +# Copyright (C) 2017-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/ishtar_common/management/commands/import_geofla_csv.py b/ishtar_common/management/commands/import_geofla_csv.py index c808c0dae..69a1cad0b 100644 --- a/ishtar_common/management/commands/import_geofla_csv.py +++ b/ishtar_common/management/commands/import_geofla_csv.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2017 Étienne Loks +# Copyright (C) 2017-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/ishtar_common/management/commands/import_insee_comm_csv.py b/ishtar_common/management/commands/import_insee_comm_csv.py index c6fec3e96..2e990c7ce 100644 --- a/ishtar_common/management/commands/import_insee_comm_csv.py +++ b/ishtar_common/management/commands/import_insee_comm_csv.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2017 Étienne Loks +# Copyright (C) 2017-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/ishtar_common/management/commands/ishtar_excute_admin_tasks.py b/ishtar_common/management/commands/ishtar_excute_admin_tasks.py index 3fe66ad3b..989180bd5 100644 --- a/ishtar_common/management/commands/ishtar_excute_admin_tasks.py +++ b/ishtar_common/management/commands/ishtar_excute_admin_tasks.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- from django.core.management.base import BaseCommand, CommandError diff --git a/ishtar_common/management/commands/ishtar_import.py b/ishtar_common/management/commands/ishtar_import.py index 030c5fab8..70134b981 100644 --- a/ishtar_common/management/commands/ishtar_import.py +++ b/ishtar_common/management/commands/ishtar_import.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- from django.conf import settings diff --git a/ishtar_common/management/commands/media_find_missing_files.py b/ishtar_common/management/commands/media_find_missing_files.py index a907a6660..6f9645d62 100644 --- a/ishtar_common/management/commands/media_find_missing_files.py +++ b/ishtar_common/management/commands/media_find_missing_files.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2019 Étienne Loks +# Copyright (C) 2019-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/ishtar_common/management/commands/media_simplify_filenames.py b/ishtar_common/management/commands/media_simplify_filenames.py index 2295431cd..4ad06da0a 100644 --- a/ishtar_common/management/commands/media_simplify_filenames.py +++ b/ishtar_common/management/commands/media_simplify_filenames.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2019 Étienne Loks +# Copyright (C) 2019-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/ishtar_common/management/commands/migrate_find_container_v4_2.py b/ishtar_common/management/commands/migrate_find_container_v4_2.py index ec0d8489e..ac167bc6a 100644 --- a/ishtar_common/management/commands/migrate_find_container_v4_2.py +++ b/ishtar_common/management/commands/migrate_find_container_v4_2.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import csv diff --git a/ishtar_common/management/commands/migrate_relations_cache_tables.py b/ishtar_common/management/commands/migrate_relations_cache_tables.py index 3e2dfaef5..21b5413fa 100644 --- a/ishtar_common/management/commands/migrate_relations_cache_tables.py +++ b/ishtar_common/management/commands/migrate_relations_cache_tables.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2021 Étienne Loks +# Copyright (C) 2021-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/ishtar_common/management/commands/migrate_srid.py b/ishtar_common/management/commands/migrate_srid.py index 19de96cb8..906ecbb4b 100644 --- a/ishtar_common/management/commands/migrate_srid.py +++ b/ishtar_common/management/commands/migrate_srid.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2022 Étienne Loks +# Copyright (C) 2022-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/ishtar_common/management/commands/migrate_to_geo_v4.py b/ishtar_common/management/commands/migrate_to_geo_v4.py index 77fcd2727..343fc85f3 100644 --- a/ishtar_common/management/commands/migrate_to_geo_v4.py +++ b/ishtar_common/management/commands/migrate_to_geo_v4.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import csv diff --git a/ishtar_common/management/commands/process_generate_merge_candidates.py b/ishtar_common/management/commands/process_generate_merge_candidates.py index 106ce8e13..83ae48d8c 100644 --- a/ishtar_common/management/commands/process_generate_merge_candidates.py +++ b/ishtar_common/management/commands/process_generate_merge_candidates.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2014 Étienne Loks +# Copyright (C) 2014-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/ishtar_common/management/commands/process_pending_update.py b/ishtar_common/management/commands/process_pending_update.py index 6feff38c3..ea539b1f4 100644 --- a/ishtar_common/management/commands/process_pending_update.py +++ b/ishtar_common/management/commands/process_pending_update.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2013-2018 Étienne Loks +# Copyright (C) 2013-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/ishtar_common/management/commands/update_towns.py b/ishtar_common/management/commands/update_towns.py index fa201b677..996580e56 100644 --- a/ishtar_common/management/commands/update_towns.py +++ b/ishtar_common/management/commands/update_towns.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import csv -- cgit v1.2.3