aboutsummaryrefslogtreecommitdiff
path: root/src/django_pgpmailman
diff options
context:
space:
mode:
authorJ08nY2017-08-23 23:39:02 +0200
committerJ08nY2017-08-23 23:39:02 +0200
commit8709ca0ac10af00b8fb301135db68c9e05e6673a (patch)
tree48b0dc34477fc811c08ea76aaaecf7f566e23ea4 /src/django_pgpmailman
parent650d49c1a37156e6f32edc74625cd8c91f357045 (diff)
downloaddjango-pgpmailman-8709ca0ac10af00b8fb301135db68c9e05e6673a.tar.gz
django-pgpmailman-8709ca0ac10af00b8fb301135db68c9e05e6673a.tar.zst
django-pgpmailman-8709ca0ac10af00b8fb301135db68c9e05e6673a.zip
Diffstat (limited to 'src/django_pgpmailman')
-rw-r--r--src/django_pgpmailman/decorators.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/django_pgpmailman/decorators.py b/src/django_pgpmailman/decorators.py
index 7e700a0..c7ccd93 100644
--- a/src/django_pgpmailman/decorators.py
+++ b/src/django_pgpmailman/decorators.py
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2012-2017 by the Free Software Foundation, Inc.
+# Copyright (C) 2017 Jan Jancar
#
-# This file is part of Postorius.
+# This file is a part of the Django Mailman PGP plugin.
#
-# Postorius is free software: you can redistribute it and/or modify it under
+# 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.
#
-# Postorius is distributed in the hope that it will be useful, but WITHOUT
+# 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
-# Postorius. If not, see <http://www.gnu.org/licenses/>.
+# this program. If not, see <http://www.gnu.org/licenses/>.
from allauth.account.models import EmailAddress
from django.core.exceptions import PermissionDenied
from django.http import Http404