file |
line |
copyright |
Include/pyfpe.h |
8 |
Copyright (c) 1996.
| The Regents of the University of California. |
| All rights reserved. |
| |
| Permission to use, copy, modify, and distribute this software for |
| any purpose without fee is hereby granted, provided that this en- |
| tire notice is included in all copies of any software which is or |
| includes a copy or modification of this software and in all |
| copies of the supporting documentation for such software. |
| |
|
Include/unicodeobject.h |
21 |
Copyright (c) 1999 by Secret Labs AB.
|
Include/unicodeobject.h |
22 |
Copyright (c) 1999 by Fredrik Lundh.
|
Include/unicodeobject.h |
30 |
Copyright (c) 1999 by Secret Labs AB
|
Include/unicodeobject.h |
31 |
Copyright (c) 1999 by Fredrik Lundh
|
Mac/OSX/PythonLauncher/FileSettings.h |
6 |
Copyright (c) 2002 __MyCompanyName__. All rights reserved.
|
Mac/OSX/PythonLauncher/MyDocument.h |
6 |
Copyright (c) 2002 __MyCompanyName__. All rights reserved.
|
Mac/OSX/PythonLauncher/doscript.h |
6 |
Copyright (c) 2002 __MyCompanyName__. All rights reserved.
|
Mac/Wastemods/WETabHooks.h |
7 |
Copyright (c) 1993-1998 Marco Piovanelli
All Rights Reserved
|
Mac/Wastemods/WETabs.h |
9 |
Copyright (c) 1993-1998 Marco Piovanelli
All Rights Reserved
|
Modules/_bsddb.c |
2 |
Copyright (c) 1999-2001, Digital Creations, Fredericksburg, VA, USA
and Andrew Kuchling. All rights reserved.
|
Modules/_localemodule.c |
2 |
Copyright (C) 1997, 2002, 2003 Martin von Loewis
|
Modules/_randommodule.c |
31 |
Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
All rights reserved.
|
Modules/_sre.c |
26 |
Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved.
|
Modules/_sre.c |
40 |
" SRE 2.2.2 Copyright (c) 1997-2002 by Secret Labs AB ";
|
Modules/_tkinter.c |
2 |
Copyright (C) 1994 Steen Lumholt.
|
Modules/addrinfo.h |
2 |
Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
All rights reserved.
|
Modules/audioop.c |
26 |
(c) Craig Reese, Joe Campbell and Jeff Poskanzer 1989
|
Modules/binascii.c |
766 |
Copyright (C) 1986 Gary S. Brown. You may use this program, or
code or tables extracted from it, as desired without restriction.
|
Modules/bz2module.c |
5 |
Copyright (c) 2002 Gustavo Niemeyer <niemeyer@conectiva.com>
|
Modules/bz2module.c |
6 |
Copyright (c) 2002 Python Software Foundation; All Rights Reserved
|
Modules/cjkcodecs/_codecs_iso2022.c |
387 |
else if ((c) == 0xa1) (assi) = 0x2018;
|
Modules/cjkcodecs/_codecs_iso2022.c |
388 |
else if ((c) == 0xa2) (assi) = 0x2019;
|
Modules/cjkcodecs/_codecs_iso2022.c |
389 |
else if ((c) == 0xaf) (assi) = 0x2015;
|
Modules/cjkcodecs/_codecs_iso2022.c |
433 |
WRITE1(c) /* assume as ISO-8859-1
NEXT(1, 1)
if (IS_ESCEND(c)) {
STATE_CLEARFLAG(F_ESCTHROUGHOUT)
}
continue;
}
|
Modules/cjkcodecs/cjkcodecs.h |
148 |
(*outbuf)[0] = 0xd800 + (((c) - 0x10000) >> 10);
|
Modules/cjkcodecs/cjkcodecs.h |
149 |
(*outbuf)[1] = 0xdc00 + (((c) - 0x10000) & 0x3ff);
NEXT_OUT(2)
#else
# define WRITEUCS4(c)
REQUIRE_OUTBUF(1)
outbuf = (Py_UNICODE)(c);
NEXT_OUT(1)
#endif
|
Modules/cjkcodecs/emu_jisx0213_2000.h |
14 |
(c) == 0x5653 || (c) == 0x59F8 ||
(c) == 0x5C5B || (c) == 0x5E77 ||
|
Modules/cjkcodecs/emu_jisx0213_2000.h |
16 |
(c) == 0x7626 || (c) == 0x7E6B))
return EMULATE_JISX0213_2000_ENCODE_INVALID;
else if (config == (void *)2000 && (c) == 0x9B1D)
(assi) = 0x8000 | 0x7d3b;
|
Modules/collectionsmodule.c |
6 |
Copyright (c) 2004 Python Software Foundation.
All rights reserved.
|
Modules/expat/ascii.h |
1 |
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/asciitab.h |
1 |
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/expat.h |
1 |
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/expat_external.h |
1 |
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/iasciitab.h |
1 |
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/latin1tab.h |
1 |
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/utf8tab.h |
1 |
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/xmlparse.c |
1 |
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/xmlrole.c |
1 |
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/xmlrole.h |
1 |
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/xmltok.c |
1 |
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/xmltok.h |
1 |
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/xmltok_impl.c |
1 |
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/expat/xmltok_impl.h |
2 |
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
|
Modules/fpectlmodule.c |
3 |
Copyright (c) 1996.
| The Regents of the University of California. |
| All rights reserved. |
| |
| Permission to use, copy, modify, and distribute this software for |
| any purpose without fee is hereby granted, provided that this en- |
| tire notice is included in all copies of any software which is or |
| includes a copy or modification of this software and in all |
| copies of the supporting documentation for such software. |
| |
|
Modules/fpetestmodule.c |
3 |
Copyright (c) 1996.
| The Regents of the University of California. |
| All rights reserved. |
| |
| Permission to use, copy, modify, and distribute this software for |
| any purpose without fee is hereby granted, provided that this en- |
| tire notice is included in all copies of any software which is or |
| includes a copy or modification of this software and in all |
| copies of the supporting documentation for such software. |
| |
|
Modules/getaddrinfo.c |
2 |
Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
All rights reserved.
|
Modules/getnameinfo.c |
2 |
Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
All rights reserved.
|
Modules/itertoolsmodule.c |
7 |
Copyright (c) 2003 Python Software Foundation.
All rights reserved.
|
Modules/linuxaudiodev.c |
12 |
(C) 2000 Peter Bosch, all rights reserved.
|
Modules/md5.h |
4 |
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
|
Modules/md5c.c |
4 |
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
|
Modules/ossaudiodev.c |
13 |
(c) 2000 Peter Bosch. All Rights Reserved.
|
Modules/ossaudiodev.c |
14 |
(c) 2002 Gregory P. Ward. All Rights Reserved.
|
Modules/ossaudiodev.c |
15 |
(c) 2002 Python Software Foundation. All Rights Reserved.
|
Modules/regexpr.c |
5 |
Copyright (c) 1991 Tatu Ylonen, Espoo, Finland
|
Modules/regexpr.h |
16 |
Copyright (c) 1991 Tatu Ylonen, Espoo, Finland
|
Modules/sre.h |
6 |
Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved.
|
Modules/sre_constants.h |
9 |
Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved.
|
Modules/timing.h |
2 |
Copyright (c) 1993 George V. Neville-Neil
All rights reserved.
|
Objects/setobject.c |
9 |
Copyright (c) 2003 Python Software Foundation.
All rights reserved.
|
Objects/unicodeobject.c |
12 |
Copyright (c) 1999 by Secret Labs AB
|
Objects/unicodeobject.c |
13 |
Copyright (c) 1999 by Fredrik Lundh
|
PC/_subprocess.c |
8 |
Copyright (c) 2004 by Fredrik Lundh <fredrik@pythonware.com>
|
PC/_subprocess.c |
9 |
Copyright (c) 2004 by Secret Labs AB, http://www.pythonware.com
|
PC/_subprocess.c |
10 |
Copyright (c) 2004 by Peter Astrand <astrand@lysator.liu.se>
|
PC/os2vacpp/config.c |
2 |
Copyright (c) 2000, BeOpen.com.
|
PC/os2vacpp/config.c |
3 |
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
PC/os2vacpp/config.c |
4 |
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
All rights reserved.
|
PC/winsound.c |
3 |
Copyright (c) 1999 Toby Dickenson
|
Python/exceptions.c |
18 |
Copyright (c) 1998-2000 by Secret Labs AB. All rights reserved.
|
Python/getcopyright.c |
7 |
Copyright (c) 2001-2006 Python Software Foundation.\n
All Rights Reserved.\n
n
|
Python/getcopyright.c |
10 |
Copyright (c) 2000 BeOpen.com.\n
All Rights Reserved.\n
n
|
Python/getcopyright.c |
13 |
Copyright (c) 1995-2001 Corporation for National Research Initiatives.\n
All Rights Reserved.\n
n
|
Python/getcopyright.c |
16 |
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\n
All Rights Reserved.";
|