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/Commands | |
parent | da8ce4fa647e65574871366c4592a96ddb6672e9 (diff) | |
download | mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.tar.gz mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.tar.xz mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.zip |
Bump copyright dates.
Diffstat (limited to 'Mailman/Commands')
-rw-r--r-- | Mailman/Commands/Makefile.in | 2 | ||||
-rw-r--r-- | Mailman/Commands/__init__.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_confirm.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_echo.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_end.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_help.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_info.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_join.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_leave.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_lists.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_password.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_remove.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_set.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_stop.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_subscribe.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_unsubscribe.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_who.py | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/Mailman/Commands/Makefile.in b/Mailman/Commands/Makefile.in index 645d78b9..c61cc527 100644 --- a/Mailman/Commands/Makefile.in +++ b/Mailman/Commands/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2003 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/Mailman/Commands/__init__.py b/Mailman/Commands/__init__.py index b248fe49..6e8efcb9 100644 --- a/Mailman/Commands/__init__.py +++ b/Mailman/Commands/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 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/Commands/cmd_confirm.py b/Mailman/Commands/cmd_confirm.py index 379d23c2..90549270 100644 --- a/Mailman/Commands/cmd_confirm.py +++ b/Mailman/Commands/cmd_confirm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2015 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/Mailman/Commands/cmd_echo.py b/Mailman/Commands/cmd_echo.py index 206e444a..60e5bffc 100644 --- a/Mailman/Commands/cmd_echo.py +++ b/Mailman/Commands/cmd_echo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 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/Mailman/Commands/cmd_end.py b/Mailman/Commands/cmd_end.py index c01fa816..afe28a07 100644 --- a/Mailman/Commands/cmd_end.py +++ b/Mailman/Commands/cmd_end.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 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/Mailman/Commands/cmd_help.py b/Mailman/Commands/cmd_help.py index 5920f782..3c278c91 100644 --- a/Mailman/Commands/cmd_help.py +++ b/Mailman/Commands/cmd_help.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 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/Mailman/Commands/cmd_info.py b/Mailman/Commands/cmd_info.py index 177a8ee0..3610b722 100644 --- a/Mailman/Commands/cmd_info.py +++ b/Mailman/Commands/cmd_info.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 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/Mailman/Commands/cmd_join.py b/Mailman/Commands/cmd_join.py index a8939fca..abafb473 100644 --- a/Mailman/Commands/cmd_join.py +++ b/Mailman/Commands/cmd_join.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 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/Mailman/Commands/cmd_leave.py b/Mailman/Commands/cmd_leave.py index 01a04ce6..42c0d446 100644 --- a/Mailman/Commands/cmd_leave.py +++ b/Mailman/Commands/cmd_leave.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 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/Mailman/Commands/cmd_lists.py b/Mailman/Commands/cmd_lists.py index ff5dd355..855b2684 100644 --- a/Mailman/Commands/cmd_lists.py +++ b/Mailman/Commands/cmd_lists.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 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/Mailman/Commands/cmd_password.py b/Mailman/Commands/cmd_password.py index 19093c0c..00e67a52 100644 --- a/Mailman/Commands/cmd_password.py +++ b/Mailman/Commands/cmd_password.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2004 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/Mailman/Commands/cmd_remove.py b/Mailman/Commands/cmd_remove.py index 3989b0c7..84062c81 100644 --- a/Mailman/Commands/cmd_remove.py +++ b/Mailman/Commands/cmd_remove.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 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/Mailman/Commands/cmd_set.py b/Mailman/Commands/cmd_set.py index c68a9067..a47d628e 100644 --- a/Mailman/Commands/cmd_set.py +++ b/Mailman/Commands/cmd_set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2003 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/Mailman/Commands/cmd_stop.py b/Mailman/Commands/cmd_stop.py index 79d2414a..54289d23 100644 --- a/Mailman/Commands/cmd_stop.py +++ b/Mailman/Commands/cmd_stop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 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/Mailman/Commands/cmd_subscribe.py b/Mailman/Commands/cmd_subscribe.py index 5f01522f..abe8b762 100644 --- a/Mailman/Commands/cmd_subscribe.py +++ b/Mailman/Commands/cmd_subscribe.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 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/Mailman/Commands/cmd_unsubscribe.py b/Mailman/Commands/cmd_unsubscribe.py index 76a864fe..9ffa80cd 100644 --- a/Mailman/Commands/cmd_unsubscribe.py +++ b/Mailman/Commands/cmd_unsubscribe.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 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/Mailman/Commands/cmd_who.py b/Mailman/Commands/cmd_who.py index 8470ef9d..3fa035a5 100644 --- a/Mailman/Commands/cmd_who.py +++ b/Mailman/Commands/cmd_who.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2007 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 |