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 /Mailman/MTA | |
parent | da8ce4fa647e65574871366c4592a96ddb6672e9 (diff) | |
download | mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.tar.gz mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.tar.xz mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.zip |
Bump copyright dates.
Diffstat (limited to '')
-rw-r--r-- | Mailman/MTA/Makefile.in | 2 | ||||
-rw-r--r-- | Mailman/MTA/Manual.py | 2 | ||||
-rw-r--r-- | Mailman/MTA/Postfix.py | 2 | ||||
-rw-r--r-- | Mailman/MTA/Utils.py | 2 | ||||
-rw-r--r-- | Mailman/MTA/__init__.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Mailman/MTA/Makefile.in b/Mailman/MTA/Makefile.in index 03388060..98b8bd40 100644 --- a/Mailman/MTA/Makefile.in +++ b/Mailman/MTA/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2003 by the Free Software Foundation, Inc. +# Copyright (C) 1998-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/Mailman/MTA/Manual.py b/Mailman/MTA/Manual.py index 14158263..2acfb3b4 100644 --- a/Mailman/MTA/Manual.py +++ b/Mailman/MTA/Manual.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/Mailman/MTA/Postfix.py b/Mailman/MTA/Postfix.py index 6fa3f14a..798957a5 100644 --- a/Mailman/MTA/Postfix.py +++ b/Mailman/MTA/Postfix.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/Mailman/MTA/Utils.py b/Mailman/MTA/Utils.py index 07d8bcad..7ed253c9 100644 --- a/Mailman/MTA/Utils.py +++ b/Mailman/MTA/Utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 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/Mailman/MTA/__init__.py b/Mailman/MTA/__init__.py index 51962525..6e8efcb9 100644 --- a/Mailman/MTA/__init__.py +++ b/Mailman/MTA/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001,2002 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 |