From e20511e44bae0dfde12baf385f17014e616c6de3 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 18 Jun 2017 13:38:45 +0200 Subject: Add GPLv3. --- src/mailman_pgp/styles/announce.py | 17 +++++++++++++++++ src/mailman_pgp/styles/base.py | 17 +++++++++++++++++ src/mailman_pgp/styles/discussion.py | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) (limited to 'src/mailman_pgp/styles') diff --git a/src/mailman_pgp/styles/announce.py b/src/mailman_pgp/styles/announce.py index b4eae80..abeef81 100644 --- a/src/mailman_pgp/styles/announce.py +++ b/src/mailman_pgp/styles/announce.py @@ -1,3 +1,20 @@ +# Copyright (C) 2017 Jan Jancar +# +# This file is a part of the Mailman PGP plugin. +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU 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 General Public License for +# more details. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + """""" from mailman.styles.default import LegacyAnnounceOnly diff --git a/src/mailman_pgp/styles/base.py b/src/mailman_pgp/styles/base.py index 36d11c7..6637ef5 100644 --- a/src/mailman_pgp/styles/base.py +++ b/src/mailman_pgp/styles/base.py @@ -1,3 +1,20 @@ +# Copyright (C) 2017 Jan Jancar +# +# This file is a part of the Mailman PGP plugin. +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU 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 General Public License for +# more details. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + """""" from public import public diff --git a/src/mailman_pgp/styles/discussion.py b/src/mailman_pgp/styles/discussion.py index f9db7a7..4836f4e 100644 --- a/src/mailman_pgp/styles/discussion.py +++ b/src/mailman_pgp/styles/discussion.py @@ -1,3 +1,20 @@ +# Copyright (C) 2017 Jan Jancar +# +# This file is a part of the Mailman PGP plugin. +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU 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 General Public License for +# more details. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + """""" from mailman.styles.default import LegacyDefaultStyle -- cgit v1.2.3-70-g09d2