[Commit] nickle COPYING, 1.1, 1.2 ChangeLog, 1.11, 1.12 Makefile.am, 1.44, 1.45 README, 1.2, 1.3 README.name, 1.2, 1.3 alarm.c, 1.7, 1.8 array.c, 1.21, 1.22 atom.c, 1.9, 1.10 avl.c, 1.3, 1.4 avl.h, 1.4, 1.5 box.c, 1.19, 1.20 builtin-bsdrandom.c, 1.2, 1.3 builtin-command.c, 1.10, 1.11 builtin-debug.c, 1.5, 1.6 builtin-environ.c, 1.3, 1.4 builtin-file.c, 1.13, 1.14 builtin-gcd.c, 1.2, 1.3 builtin-math.c, 1.9, 1.10 builtin-semaphore.c, 1.3, 1.4 builtin-sockets.c, 1.12, 1.13 builtin-string.c, 1.6, 1.7 builtin-thread.c, 1.3, 1.4 builtin-toplevel.c, 1.19, 1.20 builtin.c, 1.15, 1.16 builtin.h, 1.7, 1.8 compile.c, 1.144, 1.145 configure.in, 1.28, 1.29 date-sh.in, 1.1, 1.2 debug.c, 1.32, 1.33 divide.c, 1.14, 1.15 edit.c, 1.12, 1.13 error.c, 1.19, 1.20 execute.c, 1.85, 1.86 expr.c, 1.22, 1.23 file.c, 1.58, 1.59 float.c, 1.22, 1.23 frame.c, 1.15, 1.16 func.c, 1.21, 1.22 gcd.c, 1.14, 1.15 gram.y, 1.126, 1.127 int.c, 1.20, 1.21 integer.c, 1.17, 1.18 io.c, 1.11, 1.12 lex.l, 1.69, 1.70 main.c, 1.34, 1.35 mem.c, 1.15, 1.16 mem.h, 1.12, 1.13 memp.h, 1.4, 1.5 natural.c, 1.22, 1.23 nickle.1.in, 1.17, 1.18 nickle.h, 1.112, 1.113 opcode.h, 1.26, 1.27 pretty.c, 1.64, 1.65 profile.c, 1.9, 1.10 rational.c, 1.28, 1.29 ref.c, 1.17, 1.18 ref.h, 1.2, 1.3 refer.c, 1.5, 1.6 sched.c, 1.53, 1.54 scope.c, 1.27, 1.28 stack.c, 1.7, 1.8 stack.h, 1.4, 1.5 string.c, 1.15, 1.16 struct.c, 1.22, 1.23 symbol.c, 1.18, 1.19 sync.c, 1.12, 1.13 type.c, 1.58, 1.59 union.c, 1.10, 1.11 util.c, 1.7, 1.8 value.c, 1.44, 1.45 value.h, 1.96, 1.97

Keith Packard commit at keithp.com
Thu Feb 26 19:50:20 PST 2004


Committed by: keithp

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv2211

Modified Files:
	COPYING ChangeLog Makefile.am README README.name alarm.c 
	array.c atom.c avl.c avl.h box.c builtin-bsdrandom.c 
	builtin-command.c builtin-debug.c builtin-environ.c 
	builtin-file.c builtin-gcd.c builtin-math.c 
	builtin-semaphore.c builtin-sockets.c builtin-string.c 
	builtin-thread.c builtin-toplevel.c builtin.c builtin.h 
	compile.c configure.in date-sh.in debug.c divide.c edit.c 
	error.c execute.c expr.c file.c float.c frame.c func.c gcd.c 
	gram.y int.c integer.c io.c lex.l main.c mem.c mem.h memp.h 
	natural.c nickle.1.in nickle.h opcode.h pretty.c profile.c 
	rational.c ref.c ref.h refer.c sched.c scope.c stack.c stack.h 
	string.c struct.c symbol.c sync.c type.c union.c util.c 
	value.c value.h 
Log Message:
	* Makefile.am:
	* builtin.c:
	version.h has moved
	* Every file
	Change copyright to 2004


Index: COPYING
===================================================================
RCS file: /local/src/CVS/nickle/COPYING,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- COPYING	11 Feb 2001 01:27:10 -0000	1.1
+++ COPYING	27 Feb 2004 03:50:15 -0000	1.2
@@ -1,4 +1,4 @@
-Copyright (C) 1988-2001 Keith Packard and Bart Massey. All Rights Reserved.
+Copyright © 1988-2004 Keith Packard and Bart Massey. All Rights Reserved.
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/nickle/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ChangeLog	27 Feb 2004 03:19:59 -0000	1.11
+++ ChangeLog	27 Feb 2004 03:50:15 -0000	1.12
@@ -1,6 +1,14 @@
 2004-02-26  Keith Packard  <keithp at keithp.com>
 
 	* Makefile.am:
+	* builtin.c:
+	version.h has moved
+	* Every file
+	Change copyright to 2004
+
+2004-02-26  Keith Packard  <keithp at keithp.com>
+
+	* Makefile.am:
 	* debian/changelog:
 	* debian/compat:
 	* debian/control:

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/Makefile.am,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Makefile.am	27 Feb 2004 03:19:59 -0000	1.44
+++ Makefile.am	27 Feb 2004 03:50:15 -0000	1.45
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-## Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+## Copyright © 1988-2004 Keith Packard and Bart Massey.
 ## All Rights Reserved.  See the file COPYING in this directory
 ## for licensing information.
 
@@ -66,7 +66,7 @@
 
 $(USES_GRAM_H): gram.h
 
-builtin.o: builtin/version.h
+builtin.o: version.h
 
 version.h: $(top_srcdir)/make-version.sh $(top_srcdir)/version.m4
 	sh $(top_srcdir)/make-version.sh $(top_srcdir)/version.m4

Index: README
===================================================================
RCS file: /local/src/CVS/nickle/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README	11 Feb 2001 01:23:39 -0000	1.2
+++ README	27 Feb 2004 03:50:15 -0000	1.3
@@ -16,6 +16,6 @@
 bart at cs.pdx.edu
 
 ---
-Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+Copyright © 1988-2004 Keith Packard and Bart Massey.
 All Rights Reserved.  See the file COPYING in this directory
 for licensing information.

Index: README.name
===================================================================
RCS file: /local/src/CVS/nickle/README.name,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.name	14 Apr 2001 08:05:02 -0000	1.2
+++ README.name	27 Feb 2004 03:50:15 -0000	1.3
@@ -75,6 +75,6 @@
 you can call it anything you like.  Just call it.
 
 ---
-Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+Copyright © 1988-2004 Keith Packard and Bart Massey.
 All Rights Reserved.  See the file COPYING in this directory
 for licensing information.

Index: alarm.c
===================================================================
RCS file: /local/src/CVS/nickle/alarm.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- alarm.c	10 Sep 2002 06:25:14 -0000	1.7
+++ alarm.c	27 Feb 2004 03:50:15 -0000	1.8
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2001 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: array.c
===================================================================
RCS file: /local/src/CVS/nickle/array.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- array.c	21 Jul 2003 22:22:10 -0000	1.21
+++ array.c	27 Feb 2004 03:50:15 -0000	1.22
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: atom.c
===================================================================
RCS file: /local/src/CVS/nickle/atom.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- atom.c	10 Sep 2002 06:25:14 -0000	1.9
+++ atom.c	27 Feb 2004 03:50:15 -0000	1.10
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: avl.c
===================================================================
RCS file: /local/src/CVS/nickle/avl.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- avl.c	10 Feb 2003 19:44:49 -0000	1.3
+++ avl.c	27 Feb 2004 03:50:15 -0000	1.4
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: avl.h
===================================================================
RCS file: /local/src/CVS/nickle/avl.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- avl.h	11 Nov 2002 06:45:39 -0000	1.4
+++ avl.h	27 Feb 2004 03:50:15 -0000	1.5
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: box.c
===================================================================
RCS file: /local/src/CVS/nickle/box.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- box.c	17 Jan 2004 15:32:15 -0000	1.19
+++ box.c	27 Feb 2004 03:50:15 -0000	1.20
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-bsdrandom.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-bsdrandom.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- builtin-bsdrandom.c	23 Jul 2002 21:40:30 -0000	1.2
+++ builtin-bsdrandom.c	27 Feb 2004 03:50:15 -0000	1.3
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-command.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-command.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- builtin-command.c	17 Oct 2002 15:54:17 -0000	1.10
+++ builtin-command.c	27 Feb 2004 03:50:15 -0000	1.11
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-debug.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-debug.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- builtin-debug.c	17 Oct 2002 15:54:17 -0000	1.5
+++ builtin-debug.c	27 Feb 2004 03:50:15 -0000	1.6
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-environ.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-environ.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- builtin-environ.c	17 Oct 2002 15:54:17 -0000	1.3
+++ builtin-environ.c	27 Feb 2004 03:50:15 -0000	1.4
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-file.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-file.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- builtin-file.c	13 Oct 2003 04:33:36 -0000	1.13
+++ builtin-file.c	27 Feb 2004 03:50:15 -0000	1.14
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-gcd.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-gcd.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- builtin-gcd.c	23 Jul 2002 21:40:30 -0000	1.2
+++ builtin-gcd.c	27 Feb 2004 03:50:15 -0000	1.3
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-math.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-math.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- builtin-math.c	3 Jun 2003 06:03:57 -0000	1.9
+++ builtin-math.c	27 Feb 2004 03:50:15 -0000	1.10
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-semaphore.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-semaphore.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- builtin-semaphore.c	17 Oct 2002 15:54:17 -0000	1.3
+++ builtin-semaphore.c	27 Feb 2004 03:50:15 -0000	1.4
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-sockets.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-sockets.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- builtin-sockets.c	10 Jan 2004 06:20:02 -0000	1.12
+++ builtin-sockets.c	27 Feb 2004 03:50:15 -0000	1.13
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-string.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-string.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- builtin-string.c	4 Nov 2002 09:45:41 -0000	1.6
+++ builtin-string.c	27 Feb 2004 03:50:15 -0000	1.7
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-thread.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-thread.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- builtin-thread.c	17 Oct 2002 15:54:17 -0000	1.3
+++ builtin-thread.c	27 Feb 2004 03:50:15 -0000	1.4
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin-toplevel.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin-toplevel.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- builtin-toplevel.c	22 Jul 2003 04:32:36 -0000	1.19
+++ builtin-toplevel.c	27 Feb 2004 03:50:15 -0000	1.20
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: builtin.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- builtin.c	27 Feb 2004 01:40:58 -0000	1.15
+++ builtin.c	27 Feb 2004 03:50:15 -0000	1.16
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */
@@ -13,7 +13,7 @@
  */
 
 #include	"builtin.h"
-#include	"builtin/version.h"
+#include	"version.h"
 
 struct sbuiltin {
     char	    *value;

Index: builtin.h
===================================================================
RCS file: /local/src/CVS/nickle/builtin.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- builtin.h	16 Feb 2004 07:41:40 -0000	1.7
+++ builtin.h	27 Feb 2004 03:50:15 -0000	1.8
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: compile.c
===================================================================
RCS file: /local/src/CVS/nickle/compile.c,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- compile.c	14 Dec 2003 07:45:01 -0000	1.144
+++ compile.c	27 Feb 2004 03:50:15 -0000	1.145
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: configure.in
===================================================================
RCS file: /local/src/CVS/nickle/configure.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- configure.in	16 Feb 2004 07:41:40 -0000	1.28
+++ configure.in	27 Feb 2004 03:50:15 -0000	1.29
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-dnl Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+dnl Copyright © 1988-2004 Keith Packard and Bart Massey.
 dnl All Rights Reserved.  See the file COPYING in this directory
 dnl for licensing information.
 

Index: date-sh.in
===================================================================
RCS file: /local/src/CVS/nickle/date-sh.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- date-sh.in	11 Feb 2001 01:27:10 -0000	1.1
+++ date-sh.in	27 Feb 2004 03:50:15 -0000	1.2
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+# Copyright © 1988-2004 Keith Packard and Bart Massey.
 # All Rights Reserved.  See the file COPYING in this directory
 # for licensing information.
 #

Index: debug.c
===================================================================
RCS file: /local/src/CVS/nickle/debug.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- debug.c	3 Jun 2003 06:03:56 -0000	1.32
+++ debug.c	27 Feb 2004 03:50:15 -0000	1.33
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: divide.c
===================================================================
RCS file: /local/src/CVS/nickle/divide.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- divide.c	2 Apr 2001 09:40:39 -0000	1.14
+++ divide.c	27 Feb 2004 03:50:15 -0000	1.15
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: edit.c
===================================================================
RCS file: /local/src/CVS/nickle/edit.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- edit.c	17 Oct 2002 15:54:27 -0000	1.12
+++ edit.c	27 Feb 2004 03:50:16 -0000	1.13
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: error.c
===================================================================
RCS file: /local/src/CVS/nickle/error.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- error.c	3 Jun 2003 06:03:56 -0000	1.19
+++ error.c	27 Feb 2004 03:50:16 -0000	1.20
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: execute.c
===================================================================
RCS file: /local/src/CVS/nickle/execute.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- execute.c	13 Oct 2003 05:08:41 -0000	1.85
+++ execute.c	27 Feb 2004 03:50:16 -0000	1.86
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: expr.c
===================================================================
RCS file: /local/src/CVS/nickle/expr.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- expr.c	25 Oct 2003 18:37:08 -0000	1.22
+++ expr.c	27 Feb 2004 03:50:16 -0000	1.23
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: file.c
===================================================================
RCS file: /local/src/CVS/nickle/file.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- file.c	16 Feb 2004 00:15:04 -0000	1.58
+++ file.c	27 Feb 2004 03:50:16 -0000	1.59
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: float.c
===================================================================
RCS file: /local/src/CVS/nickle/float.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- float.c	11 Apr 2003 23:49:38 -0000	1.22
+++ float.c	27 Feb 2004 03:50:16 -0000	1.23
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: frame.c
===================================================================
RCS file: /local/src/CVS/nickle/frame.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- frame.c	10 Sep 2002 06:25:14 -0000	1.15
+++ frame.c	27 Feb 2004 03:50:16 -0000	1.16
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: func.c
===================================================================
RCS file: /local/src/CVS/nickle/func.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- func.c	2 Nov 2002 21:34:50 -0000	1.21
+++ func.c	27 Feb 2004 03:50:16 -0000	1.22
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: gcd.c
===================================================================
RCS file: /local/src/CVS/nickle/gcd.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gcd.c	4 Nov 2002 09:47:44 -0000	1.14
+++ gcd.c	27 Feb 2004 03:50:16 -0000	1.15
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: gram.y
===================================================================
RCS file: /local/src/CVS/nickle/gram.y,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- gram.y	22 Jul 2003 04:32:35 -0000	1.126
+++ gram.y	27 Feb 2004 03:50:16 -0000	1.127
@@ -2,7 +2,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: int.c
===================================================================
RCS file: /local/src/CVS/nickle/int.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- int.c	21 Jul 2003 22:22:10 -0000	1.20
+++ int.c	27 Feb 2004 03:50:16 -0000	1.21
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: integer.c
===================================================================
RCS file: /local/src/CVS/nickle/integer.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- integer.c	21 Jul 2003 22:22:10 -0000	1.17
+++ integer.c	27 Feb 2004 03:50:16 -0000	1.18
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: io.c
===================================================================
RCS file: /local/src/CVS/nickle/io.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- io.c	13 Oct 2003 18:43:52 -0000	1.11
+++ io.c	27 Feb 2004 03:50:16 -0000	1.12
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: lex.l
===================================================================
RCS file: /local/src/CVS/nickle/lex.l,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- lex.l	22 Jul 2003 04:32:35 -0000	1.69
+++ lex.l	27 Feb 2004 03:50:16 -0000	1.70
@@ -2,7 +2,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: main.c
===================================================================
RCS file: /local/src/CVS/nickle/main.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- main.c	30 Jun 2003 04:53:43 -0000	1.34
+++ main.c	27 Feb 2004 03:50:16 -0000	1.35
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: mem.c
===================================================================
RCS file: /local/src/CVS/nickle/mem.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- mem.c	22 Apr 2003 23:25:38 -0000	1.15
+++ mem.c	27 Feb 2004 03:50:16 -0000	1.16
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: mem.h
===================================================================
RCS file: /local/src/CVS/nickle/mem.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- mem.h	29 Jun 2003 18:15:27 -0000	1.12
+++ mem.h	27 Feb 2004 03:50:16 -0000	1.13
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: memp.h
===================================================================
RCS file: /local/src/CVS/nickle/memp.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- memp.h	7 May 2002 06:15:54 -0000	1.4
+++ memp.h	27 Feb 2004 03:50:16 -0000	1.5
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: natural.c
===================================================================
RCS file: /local/src/CVS/nickle/natural.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- natural.c	21 Jul 2003 22:22:10 -0000	1.22
+++ natural.c	27 Feb 2004 03:50:16 -0000	1.23
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: nickle.1.in
===================================================================
RCS file: /local/src/CVS/nickle/nickle.1.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- nickle.1.in	2 Jun 2003 04:10:21 -0000	1.17
+++ nickle.1.in	27 Feb 2004 03:50:16 -0000	1.18
@@ -1397,7 +1397,7 @@
 .PP
 Nickle is
 .br
-Copyright (C) 1988-2001 Keith Packard and Bart Massey.  All
+Copyright © 1988-2004 Keith Packard and Bart Massey.  All
 Rights Reserved. 
 .PP
 Permission is hereby granted, free of charge, to any person

Index: nickle.h
===================================================================
RCS file: /local/src/CVS/nickle/nickle.h,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- nickle.h	16 Feb 2004 00:15:04 -0000	1.112
+++ nickle.h	27 Feb 2004 03:50:16 -0000	1.113
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: opcode.h
===================================================================
RCS file: /local/src/CVS/nickle/opcode.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- opcode.h	24 Jul 2003 18:10:19 -0000	1.26
+++ opcode.h	27 Feb 2004 03:50:16 -0000	1.27
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: pretty.c
===================================================================
RCS file: /local/src/CVS/nickle/pretty.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- pretty.c	22 Jul 2003 04:32:36 -0000	1.64
+++ pretty.c	27 Feb 2004 03:50:16 -0000	1.65
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: profile.c
===================================================================
RCS file: /local/src/CVS/nickle/profile.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- profile.c	4 Aug 2002 17:36:55 -0000	1.9
+++ profile.c	27 Feb 2004 03:50:16 -0000	1.10
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: rational.c
===================================================================
RCS file: /local/src/CVS/nickle/rational.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- rational.c	16 Sep 2003 01:18:30 -0000	1.28
+++ rational.c	27 Feb 2004 03:50:16 -0000	1.29
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: ref.c
===================================================================
RCS file: /local/src/CVS/nickle/ref.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ref.c	3 Jun 2003 06:03:56 -0000	1.17
+++ ref.c	27 Feb 2004 03:50:16 -0000	1.18
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: ref.h
===================================================================
RCS file: /local/src/CVS/nickle/ref.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ref.h	11 Feb 2001 01:23:39 -0000	1.2
+++ ref.h	27 Feb 2004 03:50:16 -0000	1.3
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: refer.c
===================================================================
RCS file: /local/src/CVS/nickle/refer.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- refer.c	10 Feb 2003 19:50:11 -0000	1.5
+++ refer.c	27 Feb 2004 03:50:16 -0000	1.6
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: sched.c
===================================================================
RCS file: /local/src/CVS/nickle/sched.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- sched.c	30 Jun 2003 04:53:43 -0000	1.53
+++ sched.c	27 Feb 2004 03:50:16 -0000	1.54
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: scope.c
===================================================================
RCS file: /local/src/CVS/nickle/scope.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- scope.c	16 Mar 2003 22:49:26 -0000	1.27
+++ scope.c	27 Feb 2004 03:50:16 -0000	1.28
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: stack.c
===================================================================
RCS file: /local/src/CVS/nickle/stack.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- stack.c	10 Sep 2002 06:25:15 -0000	1.7
+++ stack.c	27 Feb 2004 03:50:16 -0000	1.8
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: stack.h
===================================================================
RCS file: /local/src/CVS/nickle/stack.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- stack.h	7 May 2002 06:15:54 -0000	1.4
+++ stack.h	27 Feb 2004 03:50:16 -0000	1.5
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: string.c
===================================================================
RCS file: /local/src/CVS/nickle/string.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- string.c	21 Jul 2003 22:22:10 -0000	1.15
+++ string.c	27 Feb 2004 03:50:16 -0000	1.16
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: struct.c
===================================================================
RCS file: /local/src/CVS/nickle/struct.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- struct.c	21 Jul 2003 22:22:10 -0000	1.22
+++ struct.c	27 Feb 2004 03:50:16 -0000	1.23
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: symbol.c
===================================================================
RCS file: /local/src/CVS/nickle/symbol.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- symbol.c	4 Nov 2002 09:47:44 -0000	1.18
+++ symbol.c	27 Feb 2004 03:50:16 -0000	1.19
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: sync.c
===================================================================
RCS file: /local/src/CVS/nickle/sync.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- sync.c	2 Nov 2002 21:34:50 -0000	1.12
+++ sync.c	27 Feb 2004 03:50:16 -0000	1.13
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: type.c
===================================================================
RCS file: /local/src/CVS/nickle/type.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- type.c	24 Jul 2003 18:10:19 -0000	1.58
+++ type.c	27 Feb 2004 03:50:16 -0000	1.59
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: union.c
===================================================================
RCS file: /local/src/CVS/nickle/union.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- union.c	4 Nov 2002 09:47:44 -0000	1.10
+++ union.c	27 Feb 2004 03:50:16 -0000	1.11
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: util.c
===================================================================
RCS file: /local/src/CVS/nickle/util.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- util.c	10 Sep 2002 06:25:15 -0000	1.7
+++ util.c	27 Feb 2004 03:50:16 -0000	1.8
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: value.c
===================================================================
RCS file: /local/src/CVS/nickle/value.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- value.c	21 Jul 2003 22:22:10 -0000	1.44
+++ value.c	27 Feb 2004 03:50:16 -0000	1.45
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */

Index: value.h
===================================================================
RCS file: /local/src/CVS/nickle/value.h,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- value.h	16 Feb 2004 07:41:40 -0000	1.96
+++ value.h	27 Feb 2004 03:50:16 -0000	1.97
@@ -1,7 +1,7 @@
 /* $Header$ */
 
 /*
- * Copyright (C) 1988-2001 Keith Packard and Bart Massey.
+ * Copyright © 1988-2004 Keith Packard and Bart Massey.
  * All Rights Reserved.  See the file COPYING in this directory
  * for licensing information.
  */




More information about the Commit mailing list