From cc9b2e02ea712eed5a9e21c74f8bd6b0d8b6d602 Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Tue, 12 Jul 2016 21:50:56 -0300 Subject: [PATCH 07/11] Adding missing license headers * examples/Makefile.am: * unit-tests/Makefile.am: Adding missing license headers. --- examples/Makefile.am | 31 ++++++++++++++++++++++++++++++- unit-tests/Makefile.am | 31 ++++++++++++++++++++++++++++++- 2 files changed, 60 insertions(+), 2 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index bbe7fcd..18576e4 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1 +1,30 @@ -EXTRA_DIST=sxw2words document-module.scm \ No newline at end of file + +#### +#### Copyright (C) 2016 David Pirotte +#### David Pirotte + +#### This file is part of Guile-Lib. + +#### Guile-Lib is free software: you can redistribute it, as a whole, +#### and/or modify it under the terms of the GNU General Public +#### License as published by the Free Software Foundation, either +#### version 3 of the License, or (at your option) any later version. + +#### Each Guile-Lib module contained in Guile-Lib has its own copying +#### conditions, specified in the comments at the beginning of the +#### module's source file. + +#### Guile-Lib is distributed in the hope that it will be useful, but +#### WITHOUT ANY WARRANTY; without even the implied warranty of +#### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +#### General Public License for more details. + +#### You should have received a copy of the GNU General Public License +#### along with Guile-Lib. If not, see +#### . +#### + + +EXTRA_DIST = \ + sxw2words \ + document-module.scm diff --git a/unit-tests/Makefile.am b/unit-tests/Makefile.am index 726c4f4..b3df899 100644 --- a/unit-tests/Makefile.am +++ b/unit-tests/Makefile.am @@ -1,3 +1,30 @@ + +#### +#### Copyright (C) 2016 David Pirotte +#### David Pirotte + +#### This file is part of Guile-Lib. + +#### Guile-Lib is free software: you can redistribute it, as a whole, +#### and/or modify it under the terms of the GNU General Public +#### License as published by the Free Software Foundation, either +#### version 3 of the License, or (at your option) any later version. + +#### Each Guile-Lib module contained in Guile-Lib has its own copying +#### conditions, specified in the comments at the beginning of the +#### module's source file. + +#### Guile-Lib is distributed in the hope that it will be useful, but +#### WITHOUT ANY WARRANTY; without even the implied warranty of +#### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +#### General Public License for more details. + +#### You should have received a copy of the GNU General Public License +#### along with Guile-Lib. If not, see +#### . +#### + + TESTS= \ api.scm \ container.async-queue.scm \ @@ -45,4 +72,6 @@ guile-library.api.update: %.check: % $(TESTS_ENVIRONMENT) $(srcdir)/$* -EXTRA_DIST=$(TESTS) guile-library.api +EXTRA_DIST = \ + $(TESTS) \ + guile-library.api -- 2.8.1