From ceb2af2f33d6d8c120bbd8e140821b0a1c671113 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 3 Feb 2026 09:33:51 +0100 Subject: đŸ“„ update copyright year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/apps.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ishtar_common/apps.py') diff --git a/ishtar_common/apps.py b/ishtar_common/apps.py index c44355a94..106385b77 100644 --- a/ishtar_common/apps.py +++ b/ishtar_common/apps.py @@ -1,3 +1,22 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +# Copyright (C) 2017-2026 É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 +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + +# See the file COPYING for details. + from django.apps import AppConfig, apps from django.contrib.admin import AdminSite from django.http import Http404 -- cgit v1.2.3