From: Tim Peters Date: Thu, 10 Jan 2002 22:49:58 +0000 (+0000) Subject: Attempted to update all the copyright notices (we're releasing this in X-Git-Tag: v2.1.2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a03453d944bfdc47c998ab6bffc5a0d3562247c0;p=thirdparty%2FPython%2Fcpython.git Attempted to update all the copyright notices (we're releasing this in 2002!). Does anyone know of a copyright blurb I missed? --- diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 3061deb7ab05..2555a55fe744 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -73,7 +73,7 @@ BEGIN VALUE "FileDescription", "Python Core\0" VALUE "FileVersion", PYTHON_VERSION VALUE "InternalName", "Python DLL\0" - VALUE "LegalCopyright", "Copyright © 2000, 2001 Guido van Rossum. Copyright © 2000 BeOpen.com. Copyright © 1995-2000 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2002 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2000 CNRI. Copyright © 1991-1995 SMC.\0" VALUE "OriginalFilename", PYTHON_DLL_NAME "\0" VALUE "ProductName", "Python\0" VALUE "ProductVersion", PYTHON_VERSION diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index fff9435391f8..b19b5ab9b7cb 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -22,10 +22,10 @@ item: Global Dialogs Version=8 Version File=2.1.2c1 Version Description=Python Programming Language - Version Copyright=©2001 Python Software Foundation + Version Copyright=©2002 Python Software Foundation Version Company=PythonLabs at Zope Corporation Crystal Format=10111100101100000010001001001001 - Step View=&Properties + Step View=&All Variable Name1=_WISE_ Variable Description1=WISE root directory Variable Default1=C:\PROGRAM FILES\WISE INSTALLMASTER 8.1 diff --git a/Python/getcopyright.c b/Python/getcopyright.c index ca56f46f16d4..bc4898212dc2 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001 Python Software Foundation.\n\ +Copyright (c) 2001-2002 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\