From 91ef88fd984e5ce958ce14eee45a31b4887ba28a Mon Sep 17 00:00:00 2001 From: Brendan O'Dea Date: Sun, 30 Dec 2012 12:38:06 +1100 Subject: Rename configure.in to .ac; revise use of AC_INIT/AC_OUTPUT macros. Add copyright headers to supporting files. --- help2man.html.PL | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'help2man.html.PL') 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 use strict; use warnings; -- cgit v1.2.1