summaryrefslogtreecommitdiff
path: root/help2man.html.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.html.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.html.PL')
-rwxr-xr-xhelp2man.html.PL11
1 files changed, 9 insertions, 2 deletions
diff --git a/help2man.html.PL b/help2man.html.PL
index d15bb0b..e645fd6 100755
--- a/help2man.html.PL
+++ b/help2man.html.PL
@@ -1,8 +1,15 @@
#!/usr/bin/perl
-#
# Combine generated html page with GNU boilerplate.
-#
+
+# 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 strict;
use warnings;