[Python-checkins] python/dist/src/PC python_nt.rc,1.29,1.30

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


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

Modified Files:
	python_nt.rc 
Log Message:
Changed company name to PSF.  Added 2004 to copyright years.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** python_nt.rc	10 Oct 2003 16:57:40 -0000	1.29
--- python_nt.rc	11 May 2004 18:14:05 -0000	1.30
***************
*** 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