summaryrefslogtreecommitdiff
path: root/help2man.h2m.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2012-12-30 12:38:06 +1100
committerBrendan O'Dea <bod@debian.org>2012-12-30 12:43:02 +1100
commit91ef88fd984e5ce958ce14eee45a31b4887ba28a (patch)
treec1a395f175f173a65404f3c33dd06dd301f310c7 /help2man.h2m.PL
parent5c5bb6a2a9dcf43069f3c061d3d475adaa0a98cc (diff)
downloadhelp2man-91ef88fd984e5ce958ce14eee45a31b4887ba28a.tar.gz
Rename configure.in to .ac; revise use of AC_INIT/AC_OUTPUT macros.
Add copyright headers to supporting files.
Diffstat (limited to 'help2man.h2m.PL')
-rwxr-xr-xhelp2man.h2m.PL13
1 files changed, 10 insertions, 3 deletions
diff --git a/help2man.h2m.PL b/help2man.h2m.PL
index ab5ac6b..e92601f 100755
--- a/help2man.h2m.PL
+++ b/help2man.h2m.PL
@@ -1,14 +1,21 @@
#!/usr/bin/perl
-#
# Self extracting help2man.h2m script.
-#
+
# -q, --quiet Suppress extraction message
# -s, --stdout Extract to stdout
# -o, --output=FILE Extract to FILE
# -l, --locale=STRING Output file for locale STRING
# -m, --message-dir=DIR Directory for message catalogs
-#
+
+# Copyright (C) 2012 Free Software Foundation, Inc.
+
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved. This file is offered as-is,
+# without any warranty.
+
+# Written by Brendan O'Dea <bod@debian.org>
use 5.008;
use Config;