]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/util.c
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / cups / util.c
index c7163c2e09280b31af3946d948837ed3bc8561a4..ebc54d3cf92b2f9c17f525b60b5227dd91cab794 100644 (file)
@@ -4,13 +4,7 @@
  * Copyright 2007-2017 by Apple Inc.
  * Copyright 1997-2006 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
- * 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.
  */
 
 /*
@@ -985,7 +979,7 @@ cups_create_cb(
     unsigned           flags,           /* I - Enumeration flags */
     cups_dest_t        *dest)           /* I - Destination */
 {
-  DEBUG_printf(("2cups_create_cb(data=%p(%s), flags=%08x, dest=%p(%s))", data, data->name, flags, dest, dest->name));
+  DEBUG_printf(("2cups_create_cb(data=%p(%s), flags=%08x, dest=%p(%s))", (void *)data, data->name, flags, (void *)dest, dest->name));
 
   (void)flags;