guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile guile-doc-snarf.in gu...


From: Marius Vollmer
Subject: guile/guile-core/libguile guile-doc-snarf.in gu...
Date: Wed, 21 Feb 2001 12:15:15 -0800

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

Modified files:
        guile-core/libguile: guile-doc-snarf.in guile-func-name-check.in 
                             guile-snarf.awk.in guile-snarf.in 

Log message:
        Added copyright and licence notice.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/guile-doc-snarf.in.diff?r1=1.15&r2=1.16
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/guile-func-name-check.in.diff?r1=1.2&r2=1.3
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/guile-snarf.awk.in.diff?r1=1.10&r2=1.11
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/guile-snarf.in.diff?r1=1.10&r2=1.11

Patches:
Index: guile/guile-core/libguile/guile-doc-snarf.in
diff -u guile/guile-core/libguile/guile-doc-snarf.in:1.15 
guile/guile-core/libguile/guile-doc-snarf.in:1.16
--- guile/guile-core/libguile/guile-doc-snarf.in:1.15   Wed Jun 21 08:14:00 2000
+++ guile/guile-core/libguile/guile-doc-snarf.in        Wed Feb 21 12:15:15 2001
@@ -1,5 +1,22 @@
 #!/bin/sh
 # Extract the initialization actions for builtin things.
+#
+#  Copyright (C) 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
 
 fullfilename=$1; shift
 
Index: guile/guile-core/libguile/guile-func-name-check.in
diff -u guile/guile-core/libguile/guile-func-name-check.in:1.2 
guile/guile-core/libguile/guile-func-name-check.in:1.3
--- guile/guile-core/libguile/guile-func-name-check.in:1.2      Mon Oct  2 
12:39:25 2000
+++ guile/guile-core/libguile/guile-func-name-check.in  Wed Feb 21 12:15:15 2001
@@ -1,4 +1,22 @@
 #!/usr/bin/awk -f
+#
+#  Copyright (C) 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
+#
 # Written by Greg J. Badros, <address@hidden>
 # 11-Jan-2000
 
Index: guile/guile-core/libguile/guile-snarf.awk.in
diff -u guile/guile-core/libguile/guile-snarf.awk.in:1.10 
guile/guile-core/libguile/guile-snarf.awk.in:1.11
--- guile/guile-core/libguile/guile-snarf.awk.in:1.10   Fri Feb 16 10:57:11 2001
+++ guile/guile-core/libguile/guile-snarf.awk.in        Wed Feb 21 12:15:15 2001
@@ -1,3 +1,20 @@
+#  Copyright (C) 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
+#
 # Written by Greg J. Badros, <address@hidden>
 # 12-Dec-1999
 
Index: guile/guile-core/libguile/guile-snarf.in
diff -u guile/guile-core/libguile/guile-snarf.in:1.10 
guile/guile-core/libguile/guile-snarf.in:1.11
--- guile/guile-core/libguile/guile-snarf.in:1.10       Wed Jun 21 01:43:12 2000
+++ guile/guile-core/libguile/guile-snarf.in    Wed Feb 21 12:15:15 2001
@@ -1,5 +1,22 @@
 #!/bin/sh
 # Extract the initialization actions for builtin things.
+#
+#  Copyright (C) 1996, 1997, 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
 
 temp="/tmp/snarf.$$"
 trap "rm -f $temp" 0 1 2 15



reply via email to

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