diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-06-17 16:47:34 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-06-17 16:47:34 -0700 |
commit | d3b8055fdda07338ac0b2de59613da2b34433412 (patch) | |
tree | f6d87fcdebc9dc300f5b3044e4c66e031b9f2635 /tests | |
parent | da8ce4fa647e65574871366c4592a96ddb6672e9 (diff) | |
download | mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.tar.gz mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.tar.xz mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.zip |
Bump copyright dates.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/EmailBase.py | 2 | ||||
-rw-r--r-- | tests/Makefile.in | 2 | ||||
-rw-r--r-- | tests/TestBase.py | 2 | ||||
-rw-r--r-- | tests/bounces/Makefile.in | 2 | ||||
-rw-r--r-- | tests/msgs/Makefile.in | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/onebounce.py | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/test_bounces.py | 2 | ||||
-rw-r--r-- | tests/test_handlers.py | 2 | ||||
-rw-r--r-- | tests/test_lockfile.py | 2 | ||||
-rw-r--r-- | tests/test_membership.py | 2 | ||||
-rw-r--r-- | tests/test_message.py | 2 | ||||
-rw-r--r-- | tests/test_runners.py | 2 | ||||
-rw-r--r-- | tests/test_safedict.py | 2 | ||||
-rw-r--r-- | tests/test_security_mgr.py | 2 | ||||
-rw-r--r-- | tests/test_smtp.py | 2 | ||||
-rw-r--r-- | tests/testall.py | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/EmailBase.py b/tests/EmailBase.py index 69868c82..135850f9 100644 --- a/tests/EmailBase.py +++ b/tests/EmailBase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/Makefile.in b/tests/Makefile.in index 26d6e316..f346c912 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/TestBase.py b/tests/TestBase.py index 2381f4ca..f44282ca 100644 --- a/tests/TestBase.py +++ b/tests/TestBase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/bounces/Makefile.in b/tests/bounces/Makefile.in index 57980975..e7124e91 100644 --- a/tests/bounces/Makefile.in +++ b/tests/bounces/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/msgs/Makefile.in b/tests/msgs/Makefile.in index 736d721f..cd053d26 100644 --- a/tests/msgs/Makefile.in +++ b/tests/msgs/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/onebounce.py b/tests/onebounce.py index 846c4fa6..00a695f8 100755..100644 --- a/tests/onebounce.py +++ b/tests/onebounce.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -# Copyright (C) 2002-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_bounces.py b/tests/test_bounces.py index 44db3b9b..e9bcff17 100755..100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_handlers.py b/tests/test_handlers.py index 878fd84a..7a3fc827 100644 --- a/tests/test_handlers.py +++ b/tests/test_handlers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_lockfile.py b/tests/test_lockfile.py index 4a7cf41e..31eddcf5 100644 --- a/tests/test_lockfile.py +++ b/tests/test_lockfile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_membership.py b/tests/test_membership.py index eca57862..79a636a8 100644 --- a/tests/test_membership.py +++ b/tests/test_membership.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_message.py b/tests/test_message.py index 0d2cb622..08bc91cc 100644 --- a/tests/test_message.py +++ b/tests/test_message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2017 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_runners.py b/tests/test_runners.py index a0613b33..d76dcc8e 100644 --- a/tests/test_runners.py +++ b/tests/test_runners.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_safedict.py b/tests/test_safedict.py index bf8dd921..c4138480 100644 --- a/tests/test_safedict.py +++ b/tests/test_safedict.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_security_mgr.py b/tests/test_security_mgr.py index 425a472b..9d3b9367 100644 --- a/tests/test_security_mgr.py +++ b/tests/test_security_mgr.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_smtp.py b/tests/test_smtp.py index 857f968c..45001145 100644 --- a/tests/test_smtp.py +++ b/tests/test_smtp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2003-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/testall.py b/tests/testall.py index 1afbfe5d..5cf1c58a 100644 --- a/tests/testall.py +++ b/tests/testall.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License |