Bump to cups 2.3.3
[platform/upstream/cups.git] / cups / langprintf.c
index 420ca7e..bbcbb89 100644 (file)
@@ -1,18 +1,10 @@
 /*
- * "$Id: langprintf.c 11558 2014-02-06 18:33:34Z msweet $"
- *
  * Localized printf/puts functions for CUPS.
  *
  * Copyright 2007-2014 by Apple Inc.
  * Copyright 2002-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/".
- *
- * This file is subject to the Apple OS-Developed Software exception.
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
@@ -20,6 +12,7 @@
  */
 
 #include "cups-private.h"
+#include "debug-internal.h"
 
 
 /*
@@ -334,8 +327,3 @@ _cupsSetLocale(char *argv[])                /* IO - Command-line arguments */
     }
   }
 }
-
-
-/*
- * End of "$Id: langprintf.c 11558 2014-02-06 18:33:34Z msweet $".
- */