Added 1995 to copyright message.
Setup.in: clarified Tk comments somewhat.
structmodule.c: use memcpy() instead of double precision assignment.
diff --git a/Modules/config.c.in b/Modules/config.c.in
index 2be3e37..ba8b9d7 100644
--- a/Modules/config.c.in
+++ b/Modules/config.c.in
@@ -1,13 +1,13 @@
 /* -*- C -*- ***********************************************
-Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
-Amsterdam, The Netherlands.
+Copyright 1991-1994 by Stichting Mathematisch Centrum, Amsterdam,
+The Netherlands.
 
                         All Rights Reserved
 
-Permission to use, copy, modify, and distribute this software and its 
-documentation for any purpose and without fee is hereby granted, 
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
 provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in 
+both that copyright notice and this permission notice appear in
 supporting documentation, and that the names of Stichting Mathematisch
 Centrum or CWI not be used in advertising or publicity pertaining to
 distribution of the software without specific, written prior permission.
@@ -117,7 +117,7 @@
 char *
 getcopyright()
 {
-	return "Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam";
+	return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
 }