]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups-config.in
Fix list of printer attributes.
[thirdparty/cups.git] / cups-config.in
index 436800a6403be90f786d65752b63614a8525e75f..a73a70fcbb84acc8c30db31985f52837057dd0eb 100755 (executable)
@@ -1,21 +1,16 @@
-#! /bin/sh
+#!/bin/sh
 #
-# "$Id$"
+# CUPS configuration utility.
 #
-#   CUPS configuration utility.
+# Copyright © 2007-2018 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/".
+# Licensed under Apache License v2.0.  See the file "LICENSE" for more
+# information.
 #
 
 VERSION="@CUPS_VERSION@"
-APIVERSION="1.6"
+APIVERSION="2.3"
 BUILD="@CUPS_BUILD@"
 
 prefix=@prefix@
@@ -140,7 +135,3 @@ while test $# -gt 0; do
 
     shift
 done
-
-#
-# End of "$Id$".
-#