From d3b8055fdda07338ac0b2de59613da2b34433412 Mon Sep 17 00:00:00 2001
From: Mark Sapiro <mark@msapiro.net>
Date: Sun, 17 Jun 2018 16:47:34 -0700
Subject: Bump copyright dates.

---
 tests/EmailBase.py         | 2 +-
 tests/Makefile.in          | 2 +-
 tests/TestBase.py          | 2 +-
 tests/bounces/Makefile.in  | 2 +-
 tests/msgs/Makefile.in     | 2 +-
 tests/onebounce.py         | 2 +-
 tests/test_bounces.py      | 2 +-
 tests/test_handlers.py     | 2 +-
 tests/test_lockfile.py     | 2 +-
 tests/test_membership.py   | 2 +-
 tests/test_message.py      | 2 +-
 tests/test_runners.py      | 2 +-
 tests/test_safedict.py     | 2 +-
 tests/test_security_mgr.py | 2 +-
 tests/test_smtp.py         | 2 +-
 tests/testall.py           | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)
 mode change 100755 => 100644 tests/onebounce.py
 mode change 100755 => 100644 tests/test_bounces.py

(limited to 'tests')

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
old mode 100755
new mode 100644
index 846c4fa6..00a695f8
--- 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
old mode 100755
new mode 100644
index 44db3b9b..e9bcff17
--- 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
-- 
cgit v1.2.3