]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-threads.m4
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / config-scripts / cups-threads.m4
index bd5c69867e1cc9ae8090a701494276a552d1e720..017b9100890029656bc27940092c71d7af4a6e16 100644 (file)
@@ -1,16 +1,14 @@
 dnl
-dnl "$Id$"
+dnl Threading stuff for CUPS.
 dnl
-dnl   Threading stuff for CUPS.
+dnl Copyright 2007-2011 by Apple Inc.
+dnl Copyright 1997-2005 by Easy Software Products, all rights reserved.
 dnl
-dnl   Copyright 2007-2011 by Apple Inc.
-dnl   Copyright 1997-2005 by Easy Software Products, all rights reserved.
-dnl
-dnl   These coded instructions, statements, and computer programs are the
-dnl   property of Apple Inc. and are protected by Federal copyright
-dnl   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
-dnl   which should have been included with this file.  If this file is
-dnl   file is missing or damaged, see the license at "http://www.cups.org/".
+dnl These coded instructions, statements, and computer programs are the
+dnl property of Apple Inc. and are protected by Federal copyright
+dnl law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+dnl which should have been included with this file.  If this file is
+dnl file is missing or damaged, see the license at "http://www.cups.org/".
 dnl
 
 AC_ARG_ENABLE(threads, [  --disable-threads       disable multi-threading support])
@@ -48,7 +46,3 @@ if test "x$enable_threads" != xno; then
 fi
 
 AC_SUBST(PTHREAD_FLAGS)
-
-dnl
-dnl End of "$Id$".
-dnl