]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/array.h
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cups / array.h
index 385b7dffcf6c22c031c3719c954c72c03deb9bff..c7478310c0fdefbdbf8418cca6f31804828bdcab 100644 (file)
@@ -1,18 +1,16 @@
 /*
- * "$Id$"
+ * Sorted array definitions for CUPS.
  *
- *   Sorted array definitions for CUPS.
+ * Copyright 2007-2010 by Apple Inc.
+ * Copyright 1997-2007 by Easy Software Products.
  *
- *   Copyright 2007-2010 by Apple Inc.
- *   Copyright 1997-2007 by Easy Software Products.
+ * 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/".
- *
- *   This file is subject to the Apple OS-Developed Software exception.
+ * This file is subject to the Apple OS-Developed Software exception.
  */
 
 #ifndef _CUPS_ARRAY_H_
@@ -86,7 +84,3 @@ extern void           *cupsArrayUserData(cups_array_t *a) _CUPS_API_1_2;
 }
 #  endif /* __cplusplus */
 #endif /* !_CUPS_ARRAY_H_ */
-
-/*
- * End of "$Id$".
- */