summaryrefslogtreecommitdiff
path: root/bin/subscribe_enmasse
diff options
context:
space:
mode:
Diffstat (limited to 'bin/subscribe_enmasse')
-rwxr-xr-xbin/subscribe_enmasse17
1 files changed, 16 insertions, 1 deletions
diff --git a/bin/subscribe_enmasse b/bin/subscribe_enmasse
index 509f7f0d2..891921878 100755
--- a/bin/subscribe_enmasse
+++ b/bin/subscribe_enmasse
@@ -1,9 +1,24 @@
#!/usr/local/bin/python
+# Copyright (C) 1998 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
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""This program gets called when the list admin posts a list of names
to be subscribed on the admin page."""
-__version__ = "$Revision: 382 $"
+__version__ = "$Revision: 549 $"
# $Source$