Skip to content

Commit

Permalink
Added 1995 copyright.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gvanrossum committed Jan 4, 1995
1 parent af5b83e commit 5799b52
Show file tree
Hide file tree
Showing 53 changed files with 116 additions and 112 deletions.
4 changes: 2 additions & 2 deletions Include/accessobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/allobjects.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/bitset.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/bltinmodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/ceval.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/cgensupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/classobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/compile.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/dictobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/errcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/eval.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/fileobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/floatobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/frameobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/funcobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/grammar.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/import.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/intobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/intrcheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/listobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/longintrepr.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/longobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/mappingobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/marshal.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/metagrammar.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
8 changes: 6 additions & 2 deletions Include/methodobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down Expand Up @@ -49,6 +49,10 @@ struct methodlist {

extern object *findmethod PROTO((struct methodlist *, object *, char *));

/* Flag passed to newmethodobject */
#define METH_VARARGS 0x0001
#define METH_FREENAME 0x0100

#ifdef __cplusplus
}
#endif
Expand Down
4 changes: 2 additions & 2 deletions Include/modsupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/moduleobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/mymalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/myproto.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/myselect.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/mytime.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions Include/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ extern "C" {
#endif

/***********************************************************
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands.
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Expand Down
Loading

0 comments on commit 5799b52

Please sign in to comment.