summaryrefslogtreecommitdiff
path: root/cups/thread.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-02-20 16:15:09 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-02-20 16:15:09 +0000
commit6539a0afd57df07c1dd476775d92a28c5fce892d (patch)
tree3969502f732d7364564cf8576e2d9f500cc1ed7d /cups/thread.c
parent0cf0c416ec73f65d4631ec8e2b6409f95462c76e (diff)
downloadcups-6539a0afd57df07c1dd476775d92a28c5fce892d.tar.gz
Several libcups files did not have the Apple license exception notice (STR #4361)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11627 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/thread.c')
-rw-r--r--cups/thread.c25
1 files changed, 8 insertions, 17 deletions
diff --git a/cups/thread.c b/cups/thread.c
index da1882e9d..c9c5cfb49 100644
--- a/cups/thread.c
+++ b/cups/thread.c
@@ -1,26 +1,17 @@
/*
* "$Id$"
*
- * Threading primitives for CUPS.
+ * Threading primitives for CUPS.
*
- * Copyright 2009-2012 by Apple Inc.
+ * Copyright 2009-2014 by Apple Inc.
*
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. and are protected by Federal copyright
- * law. Distribution and use rights are outlined in the file "LICENSE.txt"
- * which should have been included with this file. If this file is
- * file is missing or damaged, see the license at "http://www.cups.org/".
+ * These coded instructions, statements, and computer programs are the
+ * property of Apple Inc. and are protected by Federal copyright
+ * law. Distribution and use rights are outlined in the file "LICENSE.txt"
+ * which should have been included with this file. If this file is
+ * file is missing or damaged, see the license at "http://www.cups.org/".
*
- * Contents:
- *
- * _cupsMutexInit() - Initialize a mutex.
- * _cupsMutexLock() - Lock a mutex.
- * _cupsMutexUnlock() - Unlock a mutex.
- * _cupsRWInit() - Initialize a reader/writer lock.
- * _cupsRWLockRead() - Acquire a reader/writer lock for reading.
- * _cupsRWLockWrite() - Acquire a reader/writer lock for writing.
- * _cupsRWUnlock() - Release a reader/writer lock.
- * _cupsThreadCreate() - Create a thread.
+ * This file is subject to the Apple OS-Developed Software exception.
*/
/*