From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Licensing issues Date: Tue, 19 Jan 2010 22:34:01 +0100 Message-ID: <87iqaxdbjq.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263936868 11988 80.91.229.12 (19 Jan 2010 21:34:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Jan 2010 21:34:28 +0000 (UTC) Cc: Andy Wingo To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jan 19 22:34:20 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NXLiO-0007fY-6d for guile-devel@m.gmane.org; Tue, 19 Jan 2010 22:34:20 +0100 Original-Received: from localhost ([127.0.0.1]:57327 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXLiO-00030Q-Tm for guile-devel@m.gmane.org; Tue, 19 Jan 2010 16:34:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXLiI-0002zz-4V for guile-devel@gnu.org; Tue, 19 Jan 2010 16:34:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXLiD-0002yx-IV for guile-devel@gnu.org; Tue, 19 Jan 2010 16:34:13 -0500 Original-Received: from [199.232.76.173] (port=52811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXLiD-0002yt-EV for guile-devel@gnu.org; Tue, 19 Jan 2010 16:34:09 -0500 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:63087) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1NXLiC-0006tG-KW for guile-devel@gnu.org; Tue, 19 Jan 2010 16:34:09 -0500 X-IronPort-AV: E=Sophos;i="4.49,306,1262559600"; d="scan'208";a="45410070" Original-Received: from reverse-83.fdn.fr (HELO nixey) ([80.67.176.83]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 19 Jan 2010 22:34:05 +0100 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 30 =?iso-8859-1?Q?Niv=F4se?= an 218 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9900 Archived-At: Hello Guilers! We have small license inconsistencies: --8<---------------cut here---------------start------------->8--- $ make syntax-check GPL_version test-suite/tests/sxml.fold.test:7:;; published by the Free Software Foundat= ion; either version 2 of=20=20=20 test-suite/tests/sxml.ssax.test:8:;; published by the Free Software Foundat= ion; either version 2 of=20=20=20 test-suite/tests/sxml.transform.test:7:;; published by the Free Software Fo= undation; either version 2 of=20=20=20 test-suite/tests/sxml.xpath.test:7:;; published by the Free Software Founda= tion; either version 2 of=20=20=20 test-suite/tests/texinfo.docbook.test:7:;; published by the Free Software F= oundation; either version 2 of=20=20=20 test-suite/tests/texinfo.serialize.test:7:;; published by the Free Software= Foundation; either version 2 of=20=20=20 test-suite/tests/texinfo.string-utils.test:8:;;; the Free Software Found= ation; either version 2 of the License, or test-suite/tests/texinfo.test:8:;; published by the Free Software Foundatio= n; either version 2 of=20=20=20 maint.mk: GPL vN, N!=3D3 make: *** [sc_GPL_version] Error 1 --8<---------------cut here---------------end--------------->8--- Andy: can you check whether the copyright holders for these Guile-Lib parts have assigned copyright to the FSF, update the copyright lines accordingly, and upgrade to v3? (Don=E2=80=99t thank me. :-)) The license of =E2=80=98pmatch=E2=80=99 also needs to be sorted out. Thanks, Ludo=E2=80=99.