Skip to content

Commit 4c185ee

Browse files
author
gvanrossum
committed
Changing the CNRI copyright notice according to CNRI's instructions.
This is a notice without a date, which apparently is not a claim to copyright but only advice to the reader. IANAL. :-) git-svn-id: http://svn.python.org/projects/python/trunk@16603 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 9b3e678 commit 4c185ee

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

Include/codecs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
1212
Written by Marc-Andre Lemburg (mal@lemburg.com).
1313
14-
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
14+
Copyright (c) Corporation for National Research Initiatives.
1515
1616
------------------------------------------------------------------------ */
1717

Include/unicodeobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Unicode implementation based on original code by Fredrik Lundh,
77
modified by Marc-Andre Lemburg (mal@lemburg.com) according to the
88
Unicode Integration Proposal (see file Misc/unicode.txt).
99
10-
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
10+
Copyright (c) Corporation for National Research Initiatives.
1111
1212
1313
Original header:

Modules/_codecsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
Written by Marc-Andre Lemburg (mal@lemburg.com).
3333
34-
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
34+
Copyright (c) Corporation for National Research Initiatives.
3535
3636
------------------------------------------------------------------------ */
3737

Modules/unicodedata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Written by Marc-Andre Lemburg (mal@lemburg.com).
88
9-
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
9+
Copyright (c) Corporation for National Research Initiatives.
1010
1111
------------------------------------------------------------------------ */
1212

Modules/unicodedatabase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Written by Marc-Andre Lemburg (mal@lemburg.com).
88

9-
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
9+
Copyright (c) Corporation for National Research Initiatives.
1010

1111
------------------------------------------------------------------------ */
1212

Modules/unicodedatabase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Written by Marc-Andre Lemburg (mal@lemburg.com).
88
9-
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
9+
Copyright (c) Corporation for National Research Initiatives.
1010
1111
------------------------------------------------------------------------ */
1212

Objects/unicodectype.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Written by Marc-Andre Lemburg (mal@lemburg.com).
88
9-
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
9+
Copyright (c) Corporation for National Research Initiatives.
1010
1111
*/
1212

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Unicode implementation based on original code by Fredrik Lundh,
44
modified by Marc-Andre Lemburg <mal@lemburg.com> according to the
55
Unicode Integration Proposal (see file Misc/unicode.txt).
66
7-
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
7+
Copyright (c) Corporation for National Research Initiatives.
88
99
1010
Original header:

Python/codecs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Written by Marc-Andre Lemburg (mal@lemburg.com).
66
7-
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
7+
Copyright (c) Corporation for National Research Initiatives.
88
99
------------------------------------------------------------------------ */
1010

0 commit comments

Comments
 (0)