X Tutup
Skip to content

Commit eb25cb7

Browse files
author
guido
committed
Added 1995 copyright.
object.h: made sizes and refcnts signed ints. stringobject.h: make getstrsize() signed int. methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions. git-svn-id: http://svn.python.org/projects/python/trunk@4512 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 8fbb3a8 commit eb25cb7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+116
-112
lines changed

Include/accessobject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extern "C" {
55
#endif
66

77
/***********************************************************
8-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
9-
Amsterdam, The Netherlands.
8+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
9+
The Netherlands.
1010
1111
All Rights Reserved
1212

Include/allobjects.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extern "C" {
55
#endif
66

77
/***********************************************************
8-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
9-
Amsterdam, The Netherlands.
8+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
9+
The Netherlands.
1010
1111
All Rights Reserved
1212

Include/assert.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extern "C" {
55
#endif
66

77
/***********************************************************
8-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
9-
Amsterdam, The Netherlands.
8+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
9+
The Netherlands.
1010
1111
All Rights Reserved
1212

Include/bitset.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extern "C" {
55
#endif
66

77
/***********************************************************
8-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
9-
Amsterdam, The Netherlands.
8+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
9+
The Netherlands.
1010
1111
All Rights Reserved
1212

Include/bltinmodule.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extern "C" {
55
#endif
66

77
/***********************************************************
8-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
9-
Amsterdam, The Netherlands.
8+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
9+
The Netherlands.
1010
1111
All Rights Reserved
1212

Include/ceval.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extern "C" {
55
#endif
66

77
/***********************************************************
8-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
9-
Amsterdam, The Netherlands.
8+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
9+
The Netherlands.
1010
1111
All Rights Reserved
1212

Include/cgensupport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extern "C" {
55
#endif
66

77
/***********************************************************
8-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
9-
Amsterdam, The Netherlands.
8+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
9+
The Netherlands.
1010
1111
All Rights Reserved
1212

Include/classobject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extern "C" {
55
#endif
66

77
/***********************************************************
8-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
9-
Amsterdam, The Netherlands.
8+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
9+
The Netherlands.
1010
1111
All Rights Reserved
1212

Include/compile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extern "C" {
55
#endif
66

77
/***********************************************************
8-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
9-
Amsterdam, The Netherlands.
8+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
9+
The Netherlands.
1010
1111
All Rights Reserved
1212

Include/dictobject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extern "C" {
55
#endif
66

77
/***********************************************************
8-
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
9-
Amsterdam, The Netherlands.
8+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
9+
The Netherlands.
1010
1111
All Rights Reserved
1212

0 commit comments

Comments
 (0)
X Tutup