diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2012-04-30 11:13:55 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2012-04-30 11:13:55 (GMT) |
commit | 3e268aac3b1b3c89925b59dae7a213b94bc114b8 (patch) | |
tree | bed3bcbb6c395dd192b38107a0a8d71cb73ec3a9 /Modules/_multiprocessing/semaphore.c | |
parent | 514880caaee8029dc451c7d6bcb0b06e53169de0 (diff) | |
download | cpython-3e268aac3b1b3c89925b59dae7a213b94bc114b8.zip cpython-3e268aac3b1b3c89925b59dae7a213b94bc114b8.tar.gz cpython-3e268aac3b1b3c89925b59dae7a213b94bc114b8.tar.bz2 |
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
instead of BSD licence.
Diffstat (limited to 'Modules/_multiprocessing/semaphore.c')
-rw-r--r-- | Modules/_multiprocessing/semaphore.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/_multiprocessing/semaphore.c b/Modules/_multiprocessing/semaphore.c index 0c9b04c..8ea92f2 100644 --- a/Modules/_multiprocessing/semaphore.c +++ b/Modules/_multiprocessing/semaphore.c @@ -3,7 +3,8 @@ * * semaphore.c * - * Copyright (c) 2006-2008, R Oudkerk --- see COPYING.txt + * Copyright (c) 2006-2008, R Oudkerk + * Licensed to PSF under a Contributor Agreement. */ #include "multiprocessing.h" |