gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] copyright notices


From: Paul Pogonyshev
Subject: [gnugo-devel] copyright notices
Date: Sun, 20 Jul 2003 01:51:49 +0000
User-agent: KMail/1.5.9

Dan, you forgot a couple of files.  most noticeably, the copyright
notice in interface/main.c which is shown each time gg is started
without `--quiet' option.  the patch below must fix all remaining
"GNU GO" strings.  the only cases where i'm not sure it should be
changed is doc/gnugo.texi.  please check that part of the patch.

Paul


Index: doc/gnugo.texi
===================================================================
RCS file: /cvsroot/gnugo/gnugo/doc/gnugo.texi,v
retrieving revision 1.18
diff -u -p -r1.18 gnugo.texi
--- doc/gnugo.texi      14 Jul 2003 21:36:30 -0000      1.18
+++ doc/gnugo.texi      19 Jul 2003 22:33:51 -0000
@@ -26,14 +26,14 @@
 
 @sp 1
 @page
address@hidden GO 3.4}
address@hidden Go 3.4}
 @vskip 0pt plus 1filll
 Copyright @copyright{} 1999, 2000, 2001, 2002, 2003 by the Free 
 Software Foundation, Inc.
 @sp 2
 
 This is Edition @value{EDITION} of @cite{The GNU Go Project documentation}, @*
-for the @value{VERSION} version of the GNU GO program.
+for the @value{VERSION} version of the GNU Go program.
 
 @sp 2
 Published by the Free Software Foundation @*
@@ -58,7 +58,7 @@ are respected.
 @node Top
 @top
 @ifinfo
address@hidden GNU GO
address@hidden GNU Go
 
 This file documents @code{GNU Go}, a Go program and its sources.
 This is Edition @value{EDITION} of the @cite{GNU Go Program Documentation}
Index: engine/gnugo.h
===================================================================
RCS file: /cvsroot/gnugo/gnugo/engine/gnugo.h,v
retrieving revision 1.99
diff -u -p -r1.99 gnugo.h
--- engine/gnugo.h      19 Jun 2003 18:57:45 -0000      1.99
+++ engine/gnugo.h      19 Jul 2003 22:33:55 -0000
@@ -1,5 +1,5 @@
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
- * This is GNU GO, a Go program. Contact address@hidden, or see       *
+ * This is GNU Go, a Go program. Contact address@hidden, or see       *
  * http://www.gnu.org/software/gnugo/ for more information.          *
  *                                                                   *
  * Copyright 1999, 2000, 2001, 2002 and 2003                         *
Index: interface/gnugo.el
===================================================================
RCS file: /cvsroot/gnugo/gnugo/interface/gnugo.el,v
retrieving revision 1.4
diff -u -p -r1.4 gnugo.el
--- interface/gnugo.el  18 Jul 2003 18:59:21 -0000      1.4
+++ interface/gnugo.el  19 Jul 2003 22:33:56 -0000
@@ -193,7 +193,7 @@ you may resume it instead of starting a 
 See function `gnugo-board-mode' for more info."
   (interactive)
   (if (and (get 'gnugo 'proc)
-          (y-or-n-p "GNU GO game in progress, resume play? "))
+          (y-or-n-p "GNU Go game in progress, resume play? "))
       (progn
        (put 'gnugo 'orig (current-buffer))     ; update
        (switch-to-buffer (get 'gnugo 'bbuf))
@@ -203,7 +203,7 @@ See function `gnugo-board-mode' for more
     (put 'gnugo 'console-p t)
     (put 'gnugo 'last 1)
     (let* ((name "gnugo")
-           (args (read-string "GNU GO options: "
+           (args (read-string "GNU Go options: "
                               (car gnugo-option-history)
                               'gnugo-option-history 1))
            (proc (apply 'start-process name nil name (split-string args)))
Index: interface/gtp.c
===================================================================
RCS file: /cvsroot/gnugo/gnugo/interface/gtp.c,v
retrieving revision 1.14
diff -u -p -r1.14 gtp.c
--- interface/gtp.c     2 Jan 2003 00:23:29 -0000       1.14
+++ interface/gtp.c     19 Jul 2003 22:33:57 -0000
@@ -1,5 +1,5 @@
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
- * This is GNU GO, a Go program. Contact address@hidden, or see   *
+ * This is GNU Go, a Go program. Contact address@hidden, or see   *
  * http://www.gnu.org/software/gnugo/ for more information.      *
  *                                                               *
  * To facilitate development of the Go Text Protocol, the two    *
Index: interface/main.c
===================================================================
RCS file: /cvsroot/gnugo/gnugo/interface/main.c,v
retrieving revision 1.80
diff -u -p -r1.80 main.c
--- interface/main.c    18 Jul 2003 18:59:21 -0000      1.80
+++ interface/main.c    19 Jul 2003 22:34:01 -0000
@@ -1444,7 +1444,7 @@ Informative Output:\n\
 
 
 #define COPYRIGHT "\n\n\
-This is GNU GO, a Go program. Contact address@hidden, or see\n\
+This is GNU Go, a Go program. Contact address@hidden, or see\n\
 http://www.gnu.org/software/gnugo/ for more information.\n\n\
 Copyright 1999, 2000, 2001, 2002 and 2003 by\n\
 the Free Software Foundation.\n\n\
Index: interface/gtp_examples/2ptkgo.pl
===================================================================
RCS file: /cvsroot/gnugo/gnugo/interface/gtp_examples/2ptkgo.pl,v
retrieving revision 1.3
diff -u -p -r1.3 2ptkgo.pl
--- interface/gtp_examples/2ptkgo.pl    6 Sep 2001 21:34:20 -0000       1.3
+++ interface/gtp_examples/2ptkgo.pl    19 Jul 2003 22:34:02 -0000
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-# This program is distributed with GNU GO, a Go program.        #
+# This program is distributed with GNU Go, a Go program.        #
 #                                                               #
 # Write address@hidden or see http://www.gnu.org/software/gnugo/ #
 # for more information.                                         #
Index: interface/gtp_examples/gnugo.el
===================================================================
RCS file: /cvsroot/gnugo/gnugo/interface/gtp_examples/gnugo.el,v
retrieving revision 1.2
diff -u -p -r1.2 gnugo.el
--- interface/gtp_examples/gnugo.el     10 Jan 2003 14:16:05 -0000      1.2
+++ interface/gtp_examples/gnugo.el     19 Jul 2003 22:34:08 -0000
@@ -1,6 +1,6 @@
 ;;; ID: $Id: gnugo.el,v 1.2 2003/01/10 14:16:05 bump Exp $
 ;;;
-;;; This is GNU GO, a Go program. Contact address@hidden, or see
+;;; This is GNU Go, a Go program. Contact address@hidden, or see
 ;;; http://www.gnu.org/software/gnugo/ for more information.   
 ;;;                                                            
 ;;; Copyright 1999, 2000, 2001 by the Free Software Foundation.            
Index: patterns/hoshi_keima.sgf
===================================================================
RCS file: /cvsroot/gnugo/gnugo/patterns/hoshi_keima.sgf,v
retrieving revision 1.3
diff -u -p -r1.3 hoshi_keima.sgf
--- patterns/hoshi_keima.sgf    18 Jul 2003 18:59:22 -0000      1.3
+++ patterns/hoshi_keima.sgf    19 Jul 2003 22:34:08 -0000
@@ -1,4 +1,4 @@
-This is GNU GO, a Go program. Contact address@hidden, or see
+This is GNU Go, a Go program. Contact address@hidden, or see
 http://www.gnu.org/software/gnugo/ for more information.
 
 Copyright 1999, 2000, 2001, 2002, 2003 by the Free Software Foundation.
Index: patterns/hoshi_other.sgf
===================================================================
RCS file: /cvsroot/gnugo/gnugo/patterns/hoshi_other.sgf,v
retrieving revision 1.2
diff -u -p -r1.2 hoshi_other.sgf
--- patterns/hoshi_other.sgf    18 Jul 2003 18:59:22 -0000      1.2
+++ patterns/hoshi_other.sgf    19 Jul 2003 22:34:08 -0000
@@ -1,4 +1,4 @@
-This is GNU GO, a Go program. Contact address@hidden, or see
+This is GNU Go, a Go program. Contact address@hidden, or see
 http://www.gnu.org/software/gnugo/ for more information.
 
 Copyright 1999, 2000, 2001, 2002, 2003 by the Free Software Foundation.
Index: patterns/komoku.sgf
===================================================================
RCS file: /cvsroot/gnugo/gnugo/patterns/komoku.sgf,v
retrieving revision 1.15
diff -u -p -r1.15 komoku.sgf
--- patterns/komoku.sgf 18 Jul 2003 18:59:22 -0000      1.15
+++ patterns/komoku.sgf 19 Jul 2003 22:34:10 -0000
@@ -1,4 +1,4 @@
-This is GNU GO, a Go program. Contact address@hidden, or see
+This is GNU Go, a Go program. Contact address@hidden, or see
 http://www.gnu.org/software/gnugo/ for more information.
 
 Copyright 1999, 2000, 2001, 2002, 2003 by the Free Software Foundation.
Index: patterns/oracle.db
===================================================================
RCS file: /cvsroot/gnugo/gnugo/patterns/oracle.db,v
retrieving revision 1.7
diff -u -p -r1.7 oracle.db
--- patterns/oracle.db  2 Jan 2003 00:23:29 -0000       1.7
+++ patterns/oracle.db  19 Jul 2003 22:34:10 -0000
@@ -1,5 +1,5 @@
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-# This is GNU GO, a Go program. Contact address@hidden, or see   #
+# This is GNU Go, a Go program. Contact address@hidden, or see   #
 # http://www.gnu.org/software/gnugo/ for more information.      #
 #                                                               #
 # Copyright 1999, 2000, 2001, 2002 and 2003                     #
Index: regression/breakage2tst.py
===================================================================
RCS file: /cvsroot/gnugo/gnugo/regression/breakage2tst.py,v
retrieving revision 1.4
diff -u -p -r1.4 breakage2tst.py
--- regression/breakage2tst.py  2 Jan 2003 00:23:30 -0000       1.4
+++ regression/breakage2tst.py  19 Jul 2003 22:34:20 -0000
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-# This program is distributed with GNU GO, a Go program.        #
+# This program is distributed with GNU Go, a Go program.        #
 #                                                               #
 # Write address@hidden or see http://www.gnu.org/software/gnugo/ #
 # for more information.                                         #




reply via email to

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