From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: doco ref copying.lib Date: Mon, 12 May 2003 08:26:02 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87n0ht6ryd.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1052691981 5300 80.91.224.249 (11 May 2003 22:26:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 11 May 2003 22:26:21 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon May 12 00:26:19 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19EzGt-0001NL-00 for ; Mon, 12 May 2003 00:26:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EzI5-0001Mi-04 for guile-devel@m.gmane.org; Sun, 11 May 2003 18:27:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19EzH5-0000BR-00 for guile-devel@gnu.org; Sun, 11 May 2003 18:26:32 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19EzGy-0008LX-00 for guile-devel@gnu.org; Sun, 11 May 2003 18:26:25 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EzGq-000818-00 for guile-devel@gnu.org; Sun, 11 May 2003 18:26:17 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h4BMQEPc020443 for ; Mon, 12 May 2003 08:26:14 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h4BMQDQg012120 for ; Mon, 12 May 2003 08:26:13 +1000 (EST) Original-Received: from localhost (ppp12.dyn228.pacific.net.au [203.143.228.12]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h4BMQCYZ015963 for ; Mon, 12 May 2003 08:26:12 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19EzGc-0000Zi-00; Mon, 12 May 2003 08:26:02 +1000 Original-To: guile-devel@gnu.org User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2329 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2329 --=-=-= I applied a small change * preface.texi (Guile License): Refer to COPYING.LIB. --=-=-= Content-Disposition: attachment; filename=preface.texi.copying.diff --- preface.texi.~1.5.~ 2003-04-07 08:04:57.000000000 +1000 +++ preface.texi 2003-05-11 14:45:22.000000000 +1000 @@ -20,7 +20,8 @@ @chapter The Guile License @end ifnottex -The license of Guile is the GNU Lesser General Public License. +The license of Guile is the GNU Lesser General Public License. See +the file @file{COPYING.LIB}. @iftex @section Layout of this Manual --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel --=-=-=--