]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/array-private.h
Stop accepting attributes in collections (Issue #5630)
[thirdparty/cups.git] / cups / array-private.h
index 4d3c29734a57edbe360ff7402d891c05379ecc89..e4d7b8ac041cf93cd693cb8047bab92879bffc57 100644 (file)
@@ -1,17 +1,9 @@
 /*
- * "$Id$"
+ * Private array definitions for CUPS.
  *
- *   Private array definitions for CUPS.
+ * Copyright 2011-2012 by Apple Inc.
  *
- *   Copyright 2011-2012 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/".
- *
- *   This file is subject to the Apple OS-Developed Software exception.
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 #ifndef _CUPS_ARRAY_PRIVATE_H_
@@ -38,15 +30,11 @@ extern "C" {
  */
 
 extern int             _cupsArrayAddStrings(cups_array_t *a, const char *s,
-                                            char delim) _CUPS_API_1_5;
+                                            char delim) _CUPS_PRIVATE;
 extern cups_array_t    *_cupsArrayNewStrings(const char *s, char delim)
-                                             _CUPS_API_1_5;
+                                             _CUPS_PRIVATE;
 
 #  ifdef __cplusplus
 }
 #  endif /* __cplusplus */
 #endif /* !_CUPS_ARRAY_PRIVATE_H_ */
-
-/*
- * End of "$Id$".
- */