]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/testlpd.c
Fix implementation of _cupsCondWait with timeout.
[thirdparty/cups.git] / scheduler / testlpd.c
index ecfdb197b1845b6b674b68f2a41434c0d1fe13c4..58447a0a33423797d48f441a834543841d54406f 100644 (file)
@@ -1,16 +1,10 @@
 /*
- * "$Id$"
- *
  * cups-lpd test program for CUPS.
  *
  * Copyright 2007-2015 by Apple Inc.
  * Copyright 2006 by Easy Software Products, all rights reserved.
  *
- * 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/".
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
@@ -532,8 +526,3 @@ usage(void)
 
   exit(0);
 }
-
-
-/*
- * End of "$Id$".
- */