guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/ice-9 popen.scm


From: Marius Vollmer
Subject: guile/guile-core/ice-9 popen.scm
Date: Wed, 21 Feb 2001 12:11:19 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/02/21 12:11:18

Modified files:
        guile-core/ice-9: popen.scm 

Log message:
        Added copyright notice.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ice-9/popen.scm.diff?r1=1.7&r2=1.8

Patches:
Index: guile/guile-core/ice-9/popen.scm
diff -u guile/guile-core/ice-9/popen.scm:1.7 
guile/guile-core/ice-9/popen.scm:1.8
--- guile/guile-core/ice-9/popen.scm:1.7        Thu Nov  9 14:46:07 2000
+++ guile/guile-core/ice-9/popen.scm    Wed Feb 21 12:11:18 2001
@@ -1,5 +1,23 @@
 ;; popen emulation, for non-stdio based ports.
 
+;;;; Copyright (C) 1998, 1999, 2000 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
+;;;; 
+
 (define-module (ice-9 popen))
 
 ;;    (define-module (guile popen)



reply via email to

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