From 1b4ccddc7946888fc0b66c58b1434e1814a43822 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Feb 2015 23:20:06 +0000 Subject: -bringing copyright tags up to FSF standard --- Makefile.am | 1 + contrib/Makefile.am | 1 + doc/Makefile.am | 1 + doc/doxygen/Makefile.am | 1 + doc/man/Makefile.am | 1 + m4/Makefile.am | 1 + pkgconfig/Makefile.am | 1 + src/Makefile.am | 1 + src/arm/Makefile.am | 1 + src/ats-tests/Makefile.am | 1 + src/ats-tool/Makefile.am | 1 + src/ats/Makefile.am | 1 + src/block/Makefile.am | 1 + src/cadet/Makefile.am | 1 + src/consensus/Makefile.am | 1 + src/conversation/Makefile.am | 1 + src/core/Makefile.am | 1 + src/datacache/Makefile.am | 1 + src/datastore/Makefile.am | 1 + src/dht/Makefile.am | 1 + src/dns/Makefile.am | 1 + src/dv/Makefile.am | 1 + src/env/Makefile.am | 1 + src/exit/Makefile.am | 1 + src/fragmentation/Makefile.am | 1 + src/fs/Makefile.am | 1 + src/gns/Makefile.am | 1 + src/gns/nss/Makefile.am | 1 + src/gnsrecord/Makefile.am | 1 + src/hello/Makefile.am | 1 + src/hostlist/Makefile.am | 1 + src/identity/Makefile.am | 1 + src/include/Makefile.am | 1 + src/integration-tests/Makefile.am | 1 + src/multicast/Makefile.am | 1 + src/mysql/Makefile.am | 1 + src/namecache/Makefile.am | 1 + src/namestore/Makefile.am | 1 + src/nat/Makefile.am | 1 + src/nse/Makefile.am | 1 + src/peerinfo-tool/Makefile.am | 1 + src/peerinfo/Makefile.am | 1 + src/peerstore/Makefile.am | 1 + src/postgres/Makefile.am | 1 + src/psyc/Makefile.am | 1 + src/psycstore/Makefile.am | 1 + src/pt/Makefile.am | 1 + src/regex/Makefile.am | 1 + src/revocation/Makefile.am | 1 + src/rps/Makefile.am | 1 + src/scalarproduct/Makefile.am | 1 + src/secretsharing/Makefile.am | 1 + src/sensor/Makefile.am | 1 + src/sensordashboard/Makefile.am | 1 + src/set/Makefile.am | 1 + src/social/Makefile.am | 1 + src/statistics/Makefile.am | 1 + src/template/Makefile.am | 1 + src/testbed/Makefile.am | 1 + src/testing/Makefile.am | 1 + src/topology/Makefile.am | 1 + src/transport/Makefile.am | 1 + src/tun/Makefile.am | 1 + src/util/Makefile.am | 1 + src/vpn/Makefile.am | 1 + 65 files changed, 65 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7e1cea0ce..d7f4541d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include SUBDIRS = contrib doc m4 src po pkgconfig diff --git a/contrib/Makefile.am b/contrib/Makefile.am index e20aa7812..3f11977b0 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include tap32dir = $(pkgdatadir)/openvpn-tap32/tapw32/ diff --git a/doc/Makefile.am b/doc/Makefile.am index de22fa58e..d05ea4855 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain SUBDIRS = man doxygen docdir = $(datadir)/doc/gnunet/ diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index 80fe87ec3..b6f433a17 100644 --- 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/man/Makefile.am b/doc/man/Makefile.am index b6d9a4a18..8431ac305 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain man_MANS = \ gnunet.conf.5 \ gnunet-arm.1 \ diff --git a/m4/Makefile.am b/m4/Makefile.am index 867b81594..bce01daae 100644 --- 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 \ absolute-header.m4 \ libunistring.m4 \ diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 547755c12..f6cd58494 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain pcfiles = \ gnunetarm.pc \ gnunetats.pc \ diff --git a/src/Makefile.am b/src/Makefile.am index 0452a4ad3..83648ded2 100644 --- 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/arm/Makefile.am b/src/arm/Makefile.am index 5f2206712..4d498d627 100644 --- a/src/arm/Makefile.am +++ b/src/arm/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am index 55fda3a47..eefb80d3d 100644 --- a/src/ats-tests/Makefile.am +++ b/src/ats-tests/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/ats-tool/Makefile.am b/src/ats-tool/Makefile.am index 51e0fe17a..02a21591b 100644 --- a/src/ats-tool/Makefile.am +++ b/src/ats-tool/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index 501fec4d7..4491b08a2 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include plugindir = $(libdir)/gnunet diff --git a/src/block/Makefile.am b/src/block/Makefile.am index 552543412..19a91f770 100644 --- a/src/block/Makefile.am +++ b/src/block/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include plugindir = $(libdir)/gnunet diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am index 74879c840..e88c3a0d3 100644 --- a/src/cadet/Makefile.am +++ b/src/cadet/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am index 03b59142b..27a0eb2e9 100644 --- a/src/consensus/Makefile.am +++ b/src/consensus/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am index c1c002578..53ff1afc4 100644 --- a/src/conversation/Makefile.am +++ b/src/conversation/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain SUBDIRS = . plugindir = $(libdir)/gnunet diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 1ca9a7c33..63e374005 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am index 74b6b74d4..0219ecc12 100644 --- a/src/datacache/Makefile.am +++ b/src/datacache/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include plugindir = $(libdir)/gnunet diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am index 63f9ad872..241fa5263 100644 --- a/src/datastore/Makefile.am +++ b/src/datastore/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include plugindir = $(libdir)/gnunet diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index 6e59178b1..835e1dc2a 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32 diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am index df58cfc8c..f0143f90e 100644 --- a/src/dns/Makefile.am +++ b/src/dns/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index 19bf000d4..c6a620343 100644 --- a/src/dv/Makefile.am +++ b/src/dv/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/env/Makefile.am b/src/env/Makefile.am index 68d46d4cf..eda55a8a7 100644 --- a/src/env/Makefile.am +++ b/src/env/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am index 8479e3c4b..10a1ae8f9 100644 --- a/src/exit/Makefile.am +++ b/src/exit/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am index d4d41a70b..e8bb17d53 100644 --- a/src/fragmentation/Makefile.am +++ b/src/fragmentation/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 39c9e3c85..6d2c076e4 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index bfb9312db..687c5f43f 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if HAVE_GLIBCNSS diff --git a/src/gns/nss/Makefile.am b/src/gns/nss/Makefile.am index 513e0f2af..d0fd51bbe 100644 --- a/src/gns/nss/Makefile.am +++ b/src/gns/nss/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain # $Id$ # # This file taken and modified from nss-gns. diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am index 88c7fab21..e32751247 100644 --- a/src/gnsrecord/Makefile.am +++ b/src/gnsrecord/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include plugindir = $(libdir)/gnunet diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am index 6ce036e14..563bcafb2 100644 --- a/src/hello/Makefile.am +++ b/src/hello/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am index 3a68ed051..57fc54f4a 100644 --- a/src/hostlist/Makefile.am +++ b/src/hostlist/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am index 4bc234b15..5fb707c14 100644 --- a/src/identity/Makefile.am +++ b/src/identity/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/include/Makefile.am b/src/include/Makefile.am index ba2093438..5cce0cd52 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain SUBDIRS = . gnunetincludedir = $(includedir)/gnunet diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am index 74e7eed62..8f818ddee 100644 --- a/src/integration-tests/Makefile.am +++ b/src/integration-tests/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am index 9376a5d1a..cbd4081a5 100644 --- a/src/multicast/Makefile.am +++ b/src/multicast/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/mysql/Makefile.am b/src/mysql/Makefile.am index d3c9ee31a..889562d60 100644 --- a/src/mysql/Makefile.am +++ b/src/mysql/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am index 81367c3c6..0d5ef727f 100644 --- a/src/namecache/Makefile.am +++ b/src/namecache/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS) plugindir = $(libdir)/gnunet diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 4f3a209b6..98043373d 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS) plugindir = $(libdir)/gnunet diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am index b762c74f4..72ac0a1f0 100644 --- a/src/nat/Makefile.am +++ b/src/nat/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am index 18bbbfd5a..ebff9d251 100644 --- a/src/nse/Makefile.am +++ b/src/nse/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am index 74f1edbad..f22380a9e 100644 --- a/src/peerinfo-tool/Makefile.am +++ b/src/peerinfo-tool/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am index 2c2483d1b..dd41cf15a 100644 --- a/src/peerinfo/Makefile.am +++ b/src/peerinfo/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am index 2c96d7268..168051572 100644 --- a/src/peerstore/Makefile.am +++ b/src/peerstore/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include plugindir = $(libdir)/gnunet diff --git a/src/postgres/Makefile.am b/src/postgres/Makefile.am index 872305513..6f37e1918 100644 --- a/src/postgres/Makefile.am +++ b/src/postgres/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS) if MINGW diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am index 453227e79..497f1f0c5 100644 --- a/src/psyc/Makefile.am +++ b/src/psyc/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/psycstore/Makefile.am b/src/psycstore/Makefile.am index 8dbd5f053..8804255d2 100644 --- a/src/psycstore/Makefile.am +++ b/src/psycstore/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include plugindir = $(libdir)/gnunet diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am index 9783ffc07..7ce3f182f 100644 --- a/src/pt/Makefile.am +++ b/src/pt/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am index 82212ee40..78324042d 100644 --- a/src/regex/Makefile.am +++ b/src/regex/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am index 3deec633e..a681b2f33 100644 --- a/src/revocation/Makefile.am +++ b/src/revocation/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am index d2f8496ee..488cea152 100644 --- a/src/rps/Makefile.am +++ b/src/rps/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/scalarproduct/Makefile.am b/src/scalarproduct/Makefile.am index ecebdbfc5..fdc0f4074 100644 --- a/src/scalarproduct/Makefile.am +++ b/src/scalarproduct/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am index 9414afef9..3d0c73c3b 100644 --- a/src/secretsharing/Makefile.am +++ b/src/secretsharing/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/sensor/Makefile.am b/src/sensor/Makefile.am index 4be862337..fc622cef7 100644 --- a/src/sensor/Makefile.am +++ b/src/sensor/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/sensordashboard/Makefile.am b/src/sensordashboard/Makefile.am index 959084fae..563dfdab5 100644 --- a/src/sensordashboard/Makefile.am +++ b/src/sensordashboard/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/set/Makefile.am b/src/set/Makefile.am index f0e05caa1..bda512be6 100644 --- a/src/set/Makefile.am +++ b/src/set/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/social/Makefile.am b/src/social/Makefile.am index a336542b9..cb9e4d7eb 100644 --- a/src/social/Makefile.am +++ b/src/social/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am index 5800fbd0a..1168fd476 100644 --- a/src/statistics/Makefile.am +++ b/src/statistics/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/template/Makefile.am b/src/template/Makefile.am index 4df4eb484..b235109bc 100644 --- a/src/template/Makefile.am +++ b/src/template/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am index 1428106a5..edb4ae672 100644 --- a/src/testbed/Makefile.am +++ b/src/testbed/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 86c3c7d9a..859d950fa 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am index 97bc28bd2..87939ac3f 100644 --- a/src/topology/Makefile.am +++ b/src/topology/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if USE_COVERAGE diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 7beec3118..02dcc978b 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include plugindir = $(libdir)/gnunet diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am index e3e31d785..d8eb2767e 100644 --- a/src/tun/Makefile.am +++ b/src/tun/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW diff --git a/src/util/Makefile.am b/src/util/Makefile.am index f4e39711b..fef4e644f 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include plugindir = $(libdir)/gnunet diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index e533cc081..47bee896d 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include if MINGW -- cgit v1.2.3