summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-03-05 13:39:10 +0000
committerMartin v. Löwis <martin@v.loewis.de>2006-03-05 13:39:10 +0000
commitaa0f77911c786ff2324b8cca6e78e3a6327375e0 (patch)
treead91b54a710f0b5eba3292cb64585b4036db5c2b /PC
parentd230f593612848f2103faf14180cc9aeeea5c5d8 (diff)
downloadcpython-aa0f77911c786ff2324b8cca6e78e3a6327375e0.tar.gz
Update copyright notice.
Diffstat (limited to 'PC')
-rw-r--r--PC/_msi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/_msi.c b/PC/_msi.c
index ae5b5938c6..35f137a24a 100644
--- a/PC/_msi.c
+++ b/PC/_msi.c
@@ -1,6 +1,6 @@
/* Helper library for MSI creation with Python.
* Copyright (C) 2005 Martin v. Löwis
- * Licensed under the Academic Free License version 2.1
+ * Licensed to PSF under a contributor agreement.
*/
#include <Python.h>