exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 3cd1bef1ff188f20871e7986e4193c6f10075cfc
parent 477e68c5065b31726cdd44f2f7667b2da90080e7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  8 Feb 2015 00:17:40 +0100

bringing copyright tags up to FSF standard

Diffstat:
MMakefile.am | 1+
Mdoc/Makefile.am | 1+
Msrc/Makefile.am | 1+
Msrc/include/Makefile.am | 1+
Msrc/lib/Makefile.am | 1+
Msrc/mint/Makefile.am | 1+
Msrc/pq/Makefile.am | 1+
Msrc/util/Makefile.am | 1+
8 files changed, 8 insertions(+), 0 deletions(-)

diff --git 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 = src doc ACLOCAL_AMFLAGS = -I m4 diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -1 +1,2 @@ +# This Makefile.am is in the public domain diff --git a/src/Makefile.am b/src/Makefile.am @@ -1,2 +1,3 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include SUBDIRS = include util pq mint lib diff --git a/src/include/Makefile.am b/src/include/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain talerincludedir = $(includedir)/taler talerinclude_HEADERS = \ diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include lib_LTLIBRARIES = \ diff --git a/src/mint/Makefile.am b/src/mint/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/pq/ $(POSTGRESQL_CPPFLAGS) lib_LTLIBRARIES = \ diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include $(LIBGCRYPT_CFLAGS) $(POSTGRESQL_CPPFLAGS) talerincludedir = $(includedir)/taler diff --git 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 $(LIBGCRYPT_CFLAGS) $(POSTGRESQL_CPPFLAGS) lib_LTLIBRARIES = \