[Python-checkins] python/dist/src/PC python_nt.rc, 1.27.4.4, 1.27.4.5

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Tue May 11 14:11:15 EDT 2004


Update of /cvsroot/python/python/dist/src/PC
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32469/PC

Modified Files:
      Tag: release23-maint
	python_nt.rc 
Log Message:
Update copyright years.  In the Windows resource, change the name of the
company to the PSF (Zope Corp and PythonLabs no longer have anything to
do with this!).


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.27.4.4
retrieving revision 1.27.4.5
diff -C2 -d -r1.27.4.4 -r1.27.4.5
*** python_nt.rc	22 Oct 2003 19:38:04 -0000	1.27.4.4
--- python_nt.rc	11 May 2004 18:11:11 -0000	1.27.4.5
***************
*** 58,66 ****
          BLOCK "000004b0"
          BEGIN
!             VALUE "CompanyName", "PythonLabs at Zope Corporation\0"
              VALUE "FileDescription", "Python Core\0"
              VALUE "FileVersion", PYTHON_VERSION
              VALUE "InternalName", "Python DLL\0"
!             VALUE "LegalCopyright", "Copyright © 2001-2003 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
              VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
              VALUE "ProductName", "Python\0"
--- 58,66 ----
          BLOCK "000004b0"
          BEGIN
!             VALUE "CompanyName", "Python Software Foundation\0"
              VALUE "FileDescription", "Python Core\0"
              VALUE "FileVersion", PYTHON_VERSION
              VALUE "InternalName", "Python DLL\0"
!             VALUE "LegalCopyright", "Copyright © 2001-2004 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
              VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
              VALUE "ProductName", "Python\0"




More information about the Python-checkins mailing list