gnunet-ext

Template for writing GNUnet extensions
Log | Files | Refs | README | LICENSE

commit a3a2b1822da61e88af0591f95ab0988d53dc259d
parent b561e327327fa0bb59c7f0061163f98f0065e931
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  7 Feb 2015 23:20:06 +0000

-bringing copyright tags up to FSF standard

Diffstat:
MMakefile.am | 1+
Msrc/Makefile.am | 1+
Msrc/ext/Makefile.am | 1+
Msrc/include/Makefile.am | 1+
4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain ## Process this file with automake to produce Makefile.in SUBDIRS = src po diff --git a/src/Makefile.am b/src/Makefile.am @@ -1,2 +1,3 @@ +# This Makefile.am is in the public domain SUBDIRS = include ext . diff --git a/src/ext/Makefile.am b/src/ext/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain SUBDIRS = . INCLUDES = \ 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 = . gnunetincludedir = $(includedir)/gnunet