diff options
| author | Barry Warsaw | 2015-01-04 20:22:39 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-01-04 20:22:39 -0500 |
| commit | 3ed695772e7e9c17234097e820a4cedfb0ad3a5d (patch) | |
| tree | 10f88798815b92f714b9f7fb23649984c9606b50 /src/mailman/model/tests | |
| parent | 4a612db8e89afed74173b93f3b64fa567b8417a3 (diff) | |
| download | mailman-3ed695772e7e9c17234097e820a4cedfb0ad3a5d.tar.gz mailman-3ed695772e7e9c17234097e820a4cedfb0ad3a5d.tar.zst mailman-3ed695772e7e9c17234097e820a4cedfb0ad3a5d.zip | |
Diffstat (limited to 'src/mailman/model/tests')
| -rw-r--r-- | src/mailman/model/tests/test_address.py | 2 | ||||
| -rw-r--r-- | src/mailman/model/tests/test_bounce.py | 2 | ||||
| -rw-r--r-- | src/mailman/model/tests/test_domain.py | 2 | ||||
| -rw-r--r-- | src/mailman/model/tests/test_listmanager.py | 2 | ||||
| -rw-r--r-- | src/mailman/model/tests/test_mailinglist.py | 2 | ||||
| -rw-r--r-- | src/mailman/model/tests/test_member.py | 2 | ||||
| -rw-r--r-- | src/mailman/model/tests/test_messagestore.py | 2 | ||||
| -rw-r--r-- | src/mailman/model/tests/test_registrar.py | 2 | ||||
| -rw-r--r-- | src/mailman/model/tests/test_requests.py | 2 | ||||
| -rw-r--r-- | src/mailman/model/tests/test_roster.py | 2 | ||||
| -rw-r--r-- | src/mailman/model/tests/test_uid.py | 2 | ||||
| -rw-r--r-- | src/mailman/model/tests/test_user.py | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/mailman/model/tests/test_address.py b/src/mailman/model/tests/test_address.py index 29b32f542..999670db4 100644 --- a/src/mailman/model/tests/test_address.py +++ b/src/mailman/model/tests/test_address.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/model/tests/test_bounce.py b/src/mailman/model/tests/test_bounce.py index 2929747bc..d7f610d98 100644 --- a/src/mailman/model/tests/test_bounce.py +++ b/src/mailman/model/tests/test_bounce.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/model/tests/test_domain.py b/src/mailman/model/tests/test_domain.py index a483d9567..b4a6dd75c 100644 --- a/src/mailman/model/tests/test_domain.py +++ b/src/mailman/model/tests/test_domain.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/model/tests/test_listmanager.py b/src/mailman/model/tests/test_listmanager.py index a28698eb1..f74bf54d7 100644 --- a/src/mailman/model/tests/test_listmanager.py +++ b/src/mailman/model/tests/test_listmanager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/model/tests/test_mailinglist.py b/src/mailman/model/tests/test_mailinglist.py index 6e7c11fe6..843918e5e 100644 --- a/src/mailman/model/tests/test_mailinglist.py +++ b/src/mailman/model/tests/test_mailinglist.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2013-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/model/tests/test_member.py b/src/mailman/model/tests/test_member.py index 38f36acde..4dfa4d6a6 100644 --- a/src/mailman/model/tests/test_member.py +++ b/src/mailman/model/tests/test_member.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/model/tests/test_messagestore.py b/src/mailman/model/tests/test_messagestore.py index 39d1d97ed..e7e533e00 100644 --- a/src/mailman/model/tests/test_messagestore.py +++ b/src/mailman/model/tests/test_messagestore.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 by the Free Software Foundation, Inc. +# Copyright (C) 2014-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/model/tests/test_registrar.py b/src/mailman/model/tests/test_registrar.py index 8d7c00e78..e6df7f0d1 100644 --- a/src/mailman/model/tests/test_registrar.py +++ b/src/mailman/model/tests/test_registrar.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 by the Free Software Foundation, Inc. +# Copyright (C) 2014-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/model/tests/test_requests.py b/src/mailman/model/tests/test_requests.py index c47c61013..51d5eafda 100644 --- a/src/mailman/model/tests/test_requests.py +++ b/src/mailman/model/tests/test_requests.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/model/tests/test_roster.py b/src/mailman/model/tests/test_roster.py index 8cf189e08..44735cf4b 100644 --- a/src/mailman/model/tests/test_roster.py +++ b/src/mailman/model/tests/test_roster.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/model/tests/test_uid.py b/src/mailman/model/tests/test_uid.py index dd61ccc51..d36fa4c3b 100644 --- a/src/mailman/model/tests/test_uid.py +++ b/src/mailman/model/tests/test_uid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/model/tests/test_user.py b/src/mailman/model/tests/test_user.py index ba5ba116f..a05b69644 100644 --- a/src/mailman/model/tests/test_user.py +++ b/src/mailman/model/tests/test_user.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # |
