Skip to content

Commit 524b588

Browse files
committed
Added 1995 to copyright message.
Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
1 parent b9f8d6e commit 524b588

39 files changed

+103
-92
lines changed

Modules/Setup.in

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,22 @@ md5 md5module.c md5c.c
227227
#timing timingmodule.c
228228

229229

230-
# Steen Lumholt's tkinter module. For use with plain Tk, use the
231-
# first line. For use with extended Tk, edit tkappinit.c, add
232-
# appropriate -DWITH_... and libraries/objects to the second line, and
233-
# use that. In all cases also enable the last line (TKPATH).
230+
# Steen Lumholt's tkinter module.
231+
#
232+
# For use with plain Tk, use the first line.
233+
#
234+
# For use with extended Tk (i.e. if you have added extra widgets to
235+
# the Tk library, such as the common "studButton" and "triButton"
236+
# extensions), edit tkappinit.c, add appropriate -DWITH_... and
237+
# libraries/objects to the second line, and use that.
238+
#
239+
# In all cases also enable the last line (TKPATH).
234240

235241
# *** Use ONE of the following two lines, see previous comments ***
236242
#tkinter tkintermodule.c -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
237243
#tkinter tkintermodule.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
238244

245+
# *** ALWAYS use this line as well ***
239246
#TKPATH=:$(DESTLIB)/tkinter
240247

241248

Modules/almodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************
2-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
3-
Amsterdam, The Netherlands.
2+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
3+
The Netherlands.
44
55
All Rights Reserved
66

Modules/arraymodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***********************************************************
2-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
3-
Amsterdam, The Netherlands.
2+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
3+
The Netherlands.
44
55
All Rights Reserved
66

Modules/audioop.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***********************************************************
2-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
3-
Amsterdam, The Netherlands.
2+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
3+
The Netherlands.
44
55
All Rights Reserved
66

Modules/cdmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************
2-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
3-
Amsterdam, The Netherlands.
2+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
3+
The Netherlands.
44
55
All Rights Reserved
66

Modules/cgen.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
########################################################################
2-
# Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
3-
# Amsterdam, The Netherlands.
4-
#
2+
# Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
3+
# The Netherlands.
4+
#
55
# All Rights Reserved
6-
#
7-
# Permission to use, copy, modify, and distribute this software and its
8-
# documentation for any purpose and without fee is hereby granted,
6+
#
7+
# Permission to use, copy, modify, and distribute this software and its
8+
# documentation for any purpose and without fee is hereby granted,
99
# provided that the above copyright notice appear in all copies and that
10-
# both that copyright notice and this permission notice appear in
10+
# both that copyright notice and this permission notice appear in
1111
# supporting documentation, and that the names of Stichting Mathematisch
1212
# Centrum or CWI not be used in advertising or publicity pertaining to
1313
# distribution of the software without specific, written prior permission.
14-
#
14+
#
1515
# STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
1616
# THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1717
# FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE

Modules/clmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***********************************************************
2-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
3-
Amsterdam, The Netherlands.
2+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
3+
The Netherlands.
44
55
All Rights Reserved
66

Modules/config.c.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/* -*- C -*- ***********************************************
2-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
3-
Amsterdam, The Netherlands.
2+
Copyright 1991-1994 by Stichting Mathematisch Centrum, Amsterdam,
3+
The Netherlands.
44
55
All Rights Reserved
66
7-
Permission to use, copy, modify, and distribute this software and its
8-
documentation for any purpose and without fee is hereby granted,
7+
Permission to use, copy, modify, and distribute this software and its
8+
documentation for any purpose and without fee is hereby granted,
99
provided that the above copyright notice appear in all copies and that
10-
both that copyright notice and this permission notice appear in
10+
both that copyright notice and this permission notice appear in
1111
supporting documentation, and that the names of Stichting Mathematisch
1212
Centrum or CWI not be used in advertising or publicity pertaining to
1313
distribution of the software without specific, written prior permission.
@@ -117,7 +117,7 @@ getversion()
117117
char *
118118
getcopyright()
119119
{
120-
return "Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam";
120+
return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
121121
}
122122

123123

Modules/cstubs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***********************************************************
2-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
3-
Amsterdam, The Netherlands.
2+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
3+
The Netherlands.
44

55
All Rights Reserved
66

Modules/dbmmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***********************************************************
2-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
3-
Amsterdam, The Netherlands.
2+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
3+
The Netherlands.
44
55
All Rights Reserved
66

0 commit comments

Comments
 (0)