commit 7a1623c35afb9b8aa7c336555752185f8c0cf669
parent 68f99f0cd30cf27f5e9a15300dca68bb95919fbf
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 7 Feb 2015 23:20:06 +0000
-bringing copyright tags up to FSF standard
Diffstat:
9 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = m4 po src doc .
EXTRA_DIST = config.rpath \
ABOUT-NLS install-sh
diff --git a/doc/Makefile.am b/doc/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
man_MANS = extract.1 libextractor.3
EXTRA_DIST = $(man_MANS)
diff --git a/m4/Makefile.am b/m4/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
EXTRA_DIST = glibc2.m4 intl.m4 intldir.m4 lock.m4 visibility.m4 \
ac_python_devel.m4 \
abi-gsf.m4 \
diff --git a/src/Makefile.am b/src/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
if WANT_FRAMEWORK
INTLEMU_SUBDIRS = intlemu
endif
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
INCLUDES = -I$(top_srcdir)/src/include
LIBS = \
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = .
include_HEADERS = \
extractor.h
diff --git a/src/intlemu/Makefile.am b/src/intlemu/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
noinst_LTLIBRARIES = \
libintlemu.la
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = .
INCLUDES = -I$(top_srcdir)/src/include
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
INCLUDES = \
-I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/common