summaryrefslogtreecommitdiffstats
path: root/Mac/Resources/version.r
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-04-25 22:08:12 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-04-25 22:08:12 (GMT)
commit26e51e1e839dbba270f7b2f7ec2667ac47fbbb75 (patch)
tree65176aac398c6d459392e1499f25ca6892e7f38a /Mac/Resources/version.r
parentb4b27bec0e157a16e6e4a825db54fb7c87ee1006 (diff)
downloadcpython-26e51e1e839dbba270f7b2f7ec2667ac47fbbb75.zip
cpython-26e51e1e839dbba270f7b2f7ec2667ac47fbbb75.tar.gz
cpython-26e51e1e839dbba270f7b2f7ec2667ac47fbbb75.tar.bz2
Updated copyright info (which was long due).
Diffstat (limited to 'Mac/Resources/version.r')
-rw-r--r--Mac/Resources/version.r2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Resources/version.r b/Mac/Resources/version.r
index 4e52e6a..85d7466 100644
--- a/Mac/Resources/version.r
+++ b/Mac/Resources/version.r
@@ -25,6 +25,6 @@ resource 'vers' (1) {
PY_RELEASE_SERIAL,
0,
PY_VERSION,
- $$Format("%s, © Stichting Mathematisch Centrum %s",
+ $$Format("%s, © Python Software Foundation %s",
PY_VERSION, $$Date)
};