summaryrefslogtreecommitdiff
path: root/mu-aux/gencl
diff options
context:
space:
mode:
Diffstat (limited to 'mu-aux/gencl')
-rwxr-xr-xmu-aux/gencl20
1 files changed, 20 insertions, 0 deletions
diff --git a/mu-aux/gencl b/mu-aux/gencl
index 6e7ca5844..4373bfd1e 100755
--- a/mu-aux/gencl
+++ b/mu-aux/gencl
@@ -2,6 +2,22 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" "$@"'
& eval 'exec perl -wS "$0" $argv:q'
if 0;
+# This file is part of GNU Mailutils.
+# Copyright (C) 2017 Free Software Foundation, Inc.
+#
+# GNU Mailutils 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 3, or (at
+# your option) any later version.
+#
+# GNU Mailutils 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 GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+
use strict;
use POSIX qw(strftime);
use Getopt::Long qw(:config gnu_getopt no_ignore_case);
@@ -589,3 +605,7 @@ EOT
$fd = select($fd);
close $fd;
}
+
+# Local Variables:
+# mode: perl
+# End:

Return to:

Send suggestions and report system problems to the System administrator.