Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"

instead of BSD licence.
This commit is contained in:
Richard Oudkerk 2012-04-30 12:13:55 +01:00
parent 514880caae
commit 3e268aac3b
14 changed files with 16 additions and 314 deletions

View file

@ -3,7 +3,8 @@
*
* multiprocessing.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"

View file

@ -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"