diff options
Diffstat (limited to 'src/django_pgpmailman/decorators.py')
| -rw-r--r-- | src/django_pgpmailman/decorators.py | 10 |
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 |
