summaryrefslogtreecommitdiffstats
path: root/PC/_msi.c
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-03-05 13:39:10 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-03-05 13:39:10 (GMT)
commitdd860caa8f4b4bdf81293c6c62fd558bddc767db (patch)
tree7ed2945a55e566c5db4f38af3e8488491b02d9f4 /PC/_msi.c
parentfbab90e95bf6403269d702e8e85ef3a6eceafbb0 (diff)
downloadcpython-dd860caa8f4b4bdf81293c6c62fd558bddc767db.zip
cpython-dd860caa8f4b4bdf81293c6c62fd558bddc767db.tar.gz
cpython-dd860caa8f4b4bdf81293c6c62fd558bddc767db.tar.bz2
Update copyright notice.
Diffstat (limited to 'PC/_msi.c')
-rw-r--r--PC/_msi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/_msi.c b/PC/_msi.c
index ae5b593..35f137a 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>