guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/ice-9 ChangeLog psyntax.ss


From: Mikael Djurfeldt
Subject: guile/guile-core/ice-9 ChangeLog psyntax.ss
Date: Thu, 08 Mar 2001 10:05:41 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       01/03/08 10:05:40

Modified files:
        guile-core/ice-9: ChangeLog psyntax.ss 

Log message:
        * psyntax.ss: Added FSF copyright notice.  Added a notice of
        changes in order to comply with paragraph 2a of the GPL.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ice-9/ChangeLog.diff?r1=1.381&r2=1.382
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ice-9/psyntax.ss.diff?r1=1.9&r2=1.10

Patches:
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.381 
guile/guile-core/ice-9/ChangeLog:1.382
--- guile/guile-core/ice-9/ChangeLog:1.381      Wed Mar  7 18:06:02 2001
+++ guile/guile-core/ice-9/ChangeLog    Thu Mar  8 10:05:39 2001
@@ -1,3 +1,8 @@
+2001-03-08  Mikael Djurfeldt  <address@hidden>
+
+       * psyntax.ss: Added FSF copyright notice.  Added a notice of
+       changes in order to comply with paragraph 2a of the GPL.
+
 2001-03-07  Neil Jerram  <address@hidden>
 
        * buffered-input.scm (make-line-buffered-input-port): Don't set
Index: guile/guile-core/ice-9/psyntax.ss
diff -u guile/guile-core/ice-9/psyntax.ss:1.9 
guile/guile-core/ice-9/psyntax.ss:1.10
--- guile/guile-core/ice-9/psyntax.ss:1.9       Mon Sep 11 23:03:22 2000
+++ guile/guile-core/ice-9/psyntax.ss   Thu Mar  8 10:05:39 2001
@@ -1,7 +1,31 @@
+;;;;   Copyright (C) 2001 Free Software Foundation, Inc.
+;;;; 
+;;;; This program is free software; you can redistribute it and/or modify
+;;;; it under the terms of the GNU General Public License as published by
+;;;; the Free Software Foundation; either version 2, or (at your option)
+;;;; any later version.
+;;;; 
+;;;; This program 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 this software; see the file COPYING.  If not, write to
+;;;; the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+;;;; Boston, MA 02111-1307 USA
+;;;; 
+
+
 ;;; Portable implementation of syntax-case
 ;;; Extracted from Chez Scheme Version 5.9f
 ;;; Authors: R. Kent Dybvig, Oscar Waddell, Bob Hieb, Carl Bruggeman
 
+;;; Modified by Mikael Djurfeldt <address@hidden> according
+;;; to the ChangeLog distributed in the same directory as this file:
+;;; 1997-08-19, 1997-09-03, 1997-09-10, 2000-08-13, 2000-08-24,
+;;; 2000-09-12, 2001-03-08
+
 ;;; Copyright (c) 1992-1997 Cadence Research Systems
 ;;; Permission to copy this software, in whole or in part, to use this
 ;;; software for any lawful purpose, and to redistribute this software
@@ -12,7 +36,6 @@
 ;;; OR FITNESS FOR ANY PARTICULAR PURPOSE.  IN NO EVENT SHALL THE
 ;;; AUTHORS BE LIABLE FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES OF ANY
 ;;; NATURE WHATSOEVER.
-
 
 ;;; Before attempting to port this code to a new implementation of
 ;;; Scheme, please read the notes below carefully.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]