]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/Makefile
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / templates / Makefile
index 7202e624b711ff023db3963f853bc1769f044354..59720bd686f989f57f86fa371c5773de89d580ba 100644 (file)
@@ -1,16 +1,10 @@
 #
-# "$Id: Makefile 7940 2008-09-16 00:45:16Z mike $"
+# Template makefile for CUPS.
 #
-#   Template makefile for the Common UNIX Printing System (CUPS).
+# Copyright 2007-2017 by Apple Inc.
+# Copyright 1993-2007 by Easy Software Products.
 #
-#   Copyright 2007-2009 by Apple Inc.
-#   Copyright 1993-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/".
+# Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 #
 
 include ../Makedefs
@@ -22,7 +16,6 @@ include ../Makedefs
 FILES  =       \
                add-class.tmpl \
                add-printer.tmpl \
-               add-rss-subscription.tmpl \
                admin.tmpl \
                choose-device.tmpl \
                choose-make.tmpl \
@@ -67,13 +60,13 @@ FILES       =       \
                printer.tmpl \
                printer-accept.tmpl \
                printer-added.tmpl \
+               printer-cancel-jobs.tmpl \
                printer-configured.tmpl \
                printer-confirm.tmpl \
                printer-default.tmpl \
                printer-deleted.tmpl \
                printer-jobs-header.tmpl \
                printer-modified.tmpl \
-               printer-purge.tmpl \
                printer-reject.tmpl \
                printer-start.tmpl \
                printer-stop.tmpl \
@@ -85,8 +78,6 @@ FILES =       \
                search.tmpl \
                set-printer-options-header.tmpl \
                set-printer-options-trailer.tmpl \
-               subscription-added.tmpl \
-               subscription-canceled.tmpl \
                test-page.tmpl \
                trailer.tmpl \
                users.tmpl
@@ -197,8 +188,3 @@ uninstall-languages:
        done
 
 uninstall-langbundle:
-
-
-#
-# End of "$Id: Makefile 7940 2008-09-16 00:45:16Z mike $".
-#