summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 050dfc2..8c0da43 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,14 @@
# Makefile for help2man
+# 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>
+
srcdir = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@