From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: guile-lib - devel branch - patch 7 of 11 Date: Fri, 15 Jul 2016 22:49:15 -0300 Message-ID: <20160715224915.6c653781@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/L5e38E1P2gZ7c+0rwpZCSFw"; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1468633809 7291 80.91.229.3 (16 Jul 2016 01:50:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Jul 2016 01:50:09 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jul 16 03:49:48 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bOEjg-0005Ll-Bm for guile-devel@m.gmane.org; Sat, 16 Jul 2016 03:49:44 +0200 Original-Received: from localhost ([::1]:35600 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOEjf-00077x-Ld for guile-devel@m.gmane.org; Fri, 15 Jul 2016 21:49:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOEjO-000744-7X for guile-devel@gnu.org; Fri, 15 Jul 2016 21:49:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOEjM-0003Rc-1L for guile-devel@gnu.org; Fri, 15 Jul 2016 21:49:25 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:34289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOEjL-0003RX-N4 for guile-devel@gnu.org; Fri, 15 Jul 2016 21:49:23 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 43FF2A04C141 for ; Sat, 16 Jul 2016 03:49:23 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id r6ZCKj3L-77a for ; Sat, 16 Jul 2016 03:49:18 +0200 (CEST) Original-Received: from capac (unknown [177.17.12.124]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 23EF1A04C143 for ; Sat, 16 Jul 2016 03:49:17 +0200 (CEST) X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 79.99.200.102 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18516 Archived-At: --Sig_/L5e38E1P2gZ7c+0rwpZCSFw Content-Type: multipart/mixed; boundary="MP_/t1u0A.ucOeKEmF/dXnYT4XF" --MP_/t1u0A.ucOeKEmF/dXnYT4XF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline guile-lib - devel branch - patch 7 of 11 --MP_/t1u0A.ucOeKEmF/dXnYT4XF Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0007-Adding-missing-license-headers.patch =46rom 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=3Dsxw2words 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 =3D \ + 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=3D \ api.scm \ container.async-queue.scm \ @@ -45,4 +72,6 @@ guile-library.api.update: %.check: % $(TESTS_ENVIRONMENT) $(srcdir)/$* =20 -EXTRA_DIST=3D$(TESTS) guile-library.api +EXTRA_DIST =3D \ + $(TESTS) \ + guile-library.api --=20 2.8.1 --MP_/t1u0A.ucOeKEmF/dXnYT4XF-- --Sig_/L5e38E1P2gZ7c+0rwpZCSFw Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEbBAEBCAAGBQJXiZKbAAoJEPN0/ZOjBXrXwg8H+IbI8GKjvxkLvWBPBabp4hWi g40GCSdJTRBJdycHvjGRs85k777Yfb51SK+8p4QGXCnXW3P1J7XhvzHOiziinruF 41Y/4HbOX+i8mhVzdmuLM4LVqk3rfQk43hPrcnYFyGCvZXs87A9Z5jOukZIxNMAb MCK02gM95C4knwTjUEKfnNPBU5xCl6YaROo0ELAHRqWUfr2l2vLF5yZhfaLQj0gt N28M93mLTt+GqSFE94Vwpo3NbnLomnhnqxpysjIW38yUV5mNV8npGgixr6GwcfFc pdWzufZOPUAgAdHO+Hdfg2Eo6Cqg5PGahKWk8ggaQxBy3H/bGNeX4VlK5al9eA== =8w+3 -----END PGP SIGNATURE----- --Sig_/L5e38E1P2gZ7c+0rwpZCSFw--