]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups-config.in
Fix .PHONY declaration
[thirdparty/cups.git] / cups-config.in
index 7ba104477b4d693d3403b9df7acf5d4e25319234..f0951d0e1fbfb1105d7dea54c4c2eea87a18e55d 100755 (executable)
@@ -1,21 +1,19 @@
-#! /bin/sh
+#!/bin/sh
 #
-# "$Id: cups-config.in 9926 2011-08-27 09:23:01Z mike $"
+# CUPS configuration utility.
 #
-#   CUPS configuration utility.
+# Copyright 2007-2016 by Apple Inc.
+# Copyright 2001-2006 by Easy Software Products, all rights reserved.
 #
-#   Copyright 2007-2011 by Apple Inc.
-#   Copyright 2001-2006 by Easy Software Products, all rights reserved.
-#
-#   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/".
 #
 
 VERSION="@CUPS_VERSION@"
-APIVERSION="1.6"
+APIVERSION="2.2"
 BUILD="@CUPS_BUILD@"
 
 prefix=@prefix@
@@ -140,7 +138,3 @@ while test $# -gt 0; do
 
     shift
 done
-
-#
-# End of "$Id: cups-config.in 9926 2011-08-27 09:23:01Z mike $".
-#