commit a12c532cba2af140f041081a5a2734355358cac1
parent 10cf14317ca1edf694319794cc39ca6e45b64169
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 7 Feb 2015 23:20:06 +0000
-bringing copyright tags up to FSF standard
Diffstat:
17 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = contrib src m4 .
EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in libmicrospdy.pc.in \
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
@@ -1 +1,2 @@
+# This Makefile.am is in the public domain
EXTRA_DIST = xcc ascebc mhd.png mhd.svg mhd_logo.png
diff --git a/doc/Makefile.am b/doc/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
man_MANS = libmicrohttpd.3
SUBDIRS = . examples doxygen
diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
all:
@echo -e \
"Generate documentation:\n" \
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = .
AM_CPPFLAGS = \
diff --git a/m4/Makefile.am b/m4/Makefile.am
@@ -1 +1,2 @@
+# This Makefile.am is in the public domain
EXTRA_DIST = libcurl.m4
diff --git a/src/Makefile.am b/src/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
if HAVE_CURL
curltests = testcurl
if HAVE_ZZUF
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = .
AM_CPPFLAGS = \
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 = .
if ENABLE_SPDY
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = \
-I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/microhttpd
diff --git a/src/microspdy/Makefile.am b/src/microspdy/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = \
-I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/microspdy
diff --git a/src/platform/Makefile.am b/src/platform/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = \
-I$(top_srcdir)/src/include
diff --git a/src/spdy2http/Makefile.am b/src/spdy2http/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = .
AM_CFLAGS =
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = .
if USE_COVERAGE
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = .
if USE_COVERAGE
diff --git a/src/testspdy/Makefile.am b/src/testspdy/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = .
AM_CFLAGS = -DDATA_DIR=\"$(top_srcdir)/src/datadir/\"
diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = .
if USE_COVERAGE