diff options
Diffstat (limited to 'src/mailman/rest/tests')
| -rw-r--r-- | src/mailman/rest/tests/test_addresses.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_api.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_basic.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_domains.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_listconf.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_lists.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_membership.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_moderation.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_owners.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_paginate.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_preferences.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_queues.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_root.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_systemconf.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_uids.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_users.py | 2 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_validator.py | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/src/mailman/rest/tests/test_addresses.py b/src/mailman/rest/tests/test_addresses.py index 3199664d5..d2a508225 100644 --- a/src/mailman/rest/tests/test_addresses.py +++ b/src/mailman/rest/tests/test_addresses.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_api.py b/src/mailman/rest/tests/test_api.py index d5d48bdc2..1d050ed42 100644 --- a/src/mailman/rest/tests/test_api.py +++ b/src/mailman/rest/tests/test_api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 by the Free Software Foundation, Inc. +# Copyright (C) 2015-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_basic.py b/src/mailman/rest/tests/test_basic.py index 839ce5b97..c79a3a340 100644 --- a/src/mailman/rest/tests/test_basic.py +++ b/src/mailman/rest/tests/test_basic.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 by the Free Software Foundation, Inc. +# Copyright (C) 2015-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_domains.py b/src/mailman/rest/tests/test_domains.py index 5a01783d3..cab0def27 100644 --- a/src/mailman/rest/tests/test_domains.py +++ b/src/mailman/rest/tests/test_domains.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_listconf.py b/src/mailman/rest/tests/test_listconf.py index 0cbf37b1b..7f8a91e74 100644 --- a/src/mailman/rest/tests/test_listconf.py +++ b/src/mailman/rest/tests/test_listconf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2014-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_lists.py b/src/mailman/rest/tests/test_lists.py index 4d22c2007..f10767173 100644 --- a/src/mailman/rest/tests/test_lists.py +++ b/src/mailman/rest/tests/test_lists.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_membership.py b/src/mailman/rest/tests/test_membership.py index bd7bb9dad..4dbf70024 100644 --- a/src/mailman/rest/tests/test_membership.py +++ b/src/mailman/rest/tests/test_membership.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_moderation.py b/src/mailman/rest/tests/test_moderation.py index 63284c808..d424d8690 100644 --- a/src/mailman/rest/tests/test_moderation.py +++ b/src/mailman/rest/tests/test_moderation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_owners.py b/src/mailman/rest/tests/test_owners.py index 2cbebc5c4..8bc512632 100644 --- a/src/mailman/rest/tests/test_owners.py +++ b/src/mailman/rest/tests/test_owners.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 by the Free Software Foundation, Inc. +# Copyright (C) 2015-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_paginate.py b/src/mailman/rest/tests/test_paginate.py index eeba3ad92..a01efc2a2 100644 --- a/src/mailman/rest/tests/test_paginate.py +++ b/src/mailman/rest/tests/test_paginate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2013-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_preferences.py b/src/mailman/rest/tests/test_preferences.py index 909b1e0e3..cd743d960 100644 --- a/src/mailman/rest/tests/test_preferences.py +++ b/src/mailman/rest/tests/test_preferences.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2014-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_queues.py b/src/mailman/rest/tests/test_queues.py index df0ecc58b..812156e64 100644 --- a/src/mailman/rest/tests/test_queues.py +++ b/src/mailman/rest/tests/test_queues.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 by the Free Software Foundation, Inc. +# Copyright (C) 2015-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_root.py b/src/mailman/rest/tests/test_root.py index 905461e46..2f4c9d3b8 100644 --- a/src/mailman/rest/tests/test_root.py +++ b/src/mailman/rest/tests/test_root.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_systemconf.py b/src/mailman/rest/tests/test_systemconf.py index 4aa0dc920..8555eb7fa 100644 --- a/src/mailman/rest/tests/test_systemconf.py +++ b/src/mailman/rest/tests/test_systemconf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2014-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_uids.py b/src/mailman/rest/tests/test_uids.py index 6c31a8aa4..cbfad8d22 100644 --- a/src/mailman/rest/tests/test_uids.py +++ b/src/mailman/rest/tests/test_uids.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 by the Free Software Foundation, Inc. +# Copyright (C) 2015-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_users.py b/src/mailman/rest/tests/test_users.py index 2e79fd249..3a6508771 100644 --- a/src/mailman/rest/tests/test_users.py +++ b/src/mailman/rest/tests/test_users.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rest/tests/test_validator.py b/src/mailman/rest/tests/test_validator.py index 030fd7aa9..267372b41 100644 --- a/src/mailman/rest/tests/test_validator.py +++ b/src/mailman/rest/tests/test_validator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 by the Free Software Foundation, Inc. +# Copyright (C) 2015-2016 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # |
