]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/snmp-supplies.c
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / backend / snmp-supplies.c
index 3f2869d6bce7650e50fc629ea83095d942685f11..515933bd25066f452213d73db31ae6570c1ef47b 100644 (file)
@@ -1,17 +1,13 @@
 /*
- * "$Id$"
- *
  * SNMP supplies functions for CUPS.
  *
- * Copyright 2008-2014 by Apple Inc.
+ * Copyright 2008-2015 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"
  * "LICENSE" 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.
  */
 
 /*
@@ -19,6 +15,7 @@
  */
 
 #include "backend-private.h"
+#include <cups/ppd-private.h>
 #include <cups/array.h>
 
 
@@ -1095,8 +1092,3 @@ utf16_to_utf8(
 
   cupsUTF32ToUTF8(dst, temp, (int)dstsize);
 }
-
-
-/*
- * End of "$Id$".
- */