diff options
| 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 |
| commit | ceb2af2f33d6d8c120bbd8e140821b0a1c671113 (patch) | |
| tree | 5c7b7ff6074df59a9d92fa3ae9474aadec47c438 /ishtar_common/alternative_configs.py | |
| parent | c661b314d1a15849252f58374144b4798f28db55 (diff) | |
| download | Ishtar-ceb2af2f33d6d8c120bbd8e140821b0a1c671113.tar.bz2 Ishtar-ceb2af2f33d6d8c120bbd8e140821b0a1c671113.zip | |
📄 update copyright year
Diffstat (limited to 'ishtar_common/alternative_configs.py')
| -rw-r--r-- | ishtar_common/alternative_configs.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ishtar_common/alternative_configs.py b/ishtar_common/alternative_configs.py index c5ff3959a..79d461dde 100644 --- a/ishtar_common/alternative_configs.py +++ b/ishtar_common/alternative_configs.py @@ -1,5 +1,21 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# Copyright (C) 2018-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 +# 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 <http://www.gnu.org/licenses/>. + +# See the file COPYING for details. class ConfigDrassm(object): |
