]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update copyright/license info on test files, and remove old SVN keywords.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 14 Feb 2018 21:34:51 +0000 (16:34 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 14 Feb 2018 21:34:51 +0000 (16:34 -0500)
12 files changed:
test/4.1-requests.test
test/4.2-cups-printer-ops.test
test/4.3-job-ops.test
test/4.4-subscription-ops.test
test/cancel-current-job.test
test/create-printer-subscription.test
test/get-completed-jobs.test
test/get-jobs.test
test/ipp-1.1.test
test/ipp-2.0.test
test/ipp-2.1.test
test/ipp-2.2.test

index 097d0fcd849a41df9a14c5b4765f4ba26a9482ee..8ff798f918924ec86067662abeade112659527a2 100644 (file)
@@ -1,11 +1,15 @@
 #
-# "$Id$"
+# Verify that the server requires the following attributes:
 #
-#   Verify that the server requires the following attributes:
+#   attributes-charset
+#   attributes-natural-language
+#   printer-uri/job-uri
 #
-#       attributes-charset
-#       attributes-natural-language
-#       printer-uri/job-uri
+# Copyright © 2007-2013 by Apple Inc.
+# Copyright © 2001-2006 by Easy Software Products. All rights reserved.
+#
+# Licensed under Apache License v2.0.  See the file "LICENSE" for more
+# information.
 #
 {
        # The name of the test...
index 241238281c8509cfb69d7e0c6a5b5bb2d3d4a3b6..3fa2960d41c0f1acddff36c7514a7e726055b5ac 100644 (file)
@@ -1,7 +1,11 @@
 #
-# "$Id$"
+# Verify that the CUPS printer operations work.
 #
-#   Verify that the CUPS printer operations work.
+# Copyright © 2007-2014 by Apple Inc.
+# Copyright © 2001-2006 by Easy Software Products. All rights reserved.
+#
+# Licensed under Apache License v2.0.  See the file "LICENSE" for more
+# information.
 #
 {
        # The name of the test...
        # What attributes do we expect?
        EXPECT media-col-default
 }
-
-#
-# End of "$Id$"
-#
index 1e372ccbc8bb1c1b7e16929d862e8a1931679727..37a5e104190699ca8a95b2bc9aea4eaee99cce85 100644 (file)
@@ -1,7 +1,11 @@
 #
-# "$Id$"
+# Verify that the IPP job operations work.
 #
-#   Verify that the IPP job operations work.
+# Copyright © 2007-2013 by Apple Inc.
+# Copyright © 2001-2006 by Easy Software Products. All rights reserved.
+#
+# Licensed under Apache License v2.0.  See the file "LICENSE" for more
+# information.
 #
 {
        # The name of the test...
        EXPECT job-state
        EXPECT job-printer-uri
 }
-
-#
-# End of "$Id$"
-#
index 57a767ac5ed55162822f5ddf2d0c058814b1328d..80c8884240595d2e26e35ae1b21f4e1226094cc7 100644 (file)
@@ -1,7 +1,11 @@
 #
-# "$Id$"
+# Verify that the CUPS subscription operations work.
 #
-#   Verify that the CUPS subscription operations work.
+# Copyright © 2007-2013 by Apple Inc.
+# Copyright © 2001-2006 by Easy Software Products. All rights reserved.
+#
+# Licensed under Apache License v2.0.  See the file "LICENSE" for more
+# information.
 #
 {
        # The name of the test...
        EXPECT attributes-charset
        EXPECT attributes-natural-language
 }
-
-#
-# End of "$Id$"
-#
index be621b2ec7cfba8d23b2605302d32c0677981937..6300231746de93fb728319d301644818157552cc 100644 (file)
@@ -1,23 +1,8 @@
-#
-# "$Id$"
-#
-#   Cancel the currently printing job.
-#
-#   Copyright 2007-2012 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/".
+# Cancel the currently printing job.
 #
 # Usage:
 #
 #   ./ipptool printer-uri cancel-current-jobs.test
-#
-
-
 {
        # The name of the test...
        NAME "Get current job"
@@ -58,8 +43,3 @@
        # What statuses are OK?
        STATUS successful-ok
 }
-
-
-#
-# End of "$Id$".
-#
index 2482af88419e81156a0fe7e7e5df6a222f4c3c83..8f8d3e9aef023db581ee41d3f041a2634a5d5d94 100644 (file)
@@ -1,22 +1,8 @@
-#
-# "$Id$"
-#
 # Create a printer subscription.
 #
-# Copyright 2007-2014 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/".
-#
 # Usage:
 #
 #   ./ipptool [-d recipient=uri] printer-uri create-printer-subscription.test
-#
-
 {
        # The name of the test...
        NAME "Create a push printer subscription"
@@ -68,8 +54,3 @@
        EXPECT notify-subscription-id OF-TYPE integer WITH-VALUE >0
        DISPLAY notify-subscription-id
 }
-
-
-#
-# End of "$Id$"
-#
index 51ef0719c33bec5ece8fe375d5f457a95029d41c..22079ed47f2c99c6ecad275849060b1205c8d904 100644 (file)
@@ -1,23 +1,8 @@
-#
-# "$Id$"
-#
-#   Get list of completed jobs.
-#
-#   Copyright 2007-2014 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/".
+# Get list of completed jobs.
 #
 # Usage:
 #
 #   ./ipptool printer-uri get-completed-jobs.test
-#
-
-
 {
        # The name of the test...
        NAME "Get completed jobs"
@@ -44,8 +29,3 @@
        DISPLAY job-originating-user-name
        DISPLAY job-media-sheets-completed
 }
-
-
-#
-# End of "$Id$".
-#
index 19fb65fa3a68ab87d9a12142656de901e44eaede..6dbfc74ea816be0b392c0e47cd966abc451889ff 100644 (file)
@@ -1,23 +1,8 @@
-#
-# "$Id$"
-#
-#   Get list of not-completed jobs.
-#
-#   Copyright 2007-2014 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/".
+# Get list of not-completed jobs.
 #
 # Usage:
 #
 #   ./ipptool printer-uri get-jobs.test
-#
-
-
 {
        # The name of the test...
        NAME "Get pending jobs"
@@ -46,8 +31,3 @@
        DISPLAY job-media-sheets
        DISPLAY job-media-sheets-completed
 }
-
-
-#
-# End of "$Id$".
-#
index f7d8b82ba74a65ff0a197e9a3439d7241b08433b..e406d0eccacf779d1f3bd7f3a38ebdabce26ceee 100644 (file)
@@ -1,14 +1,11 @@
 #
 # IPP/1.1 test suite.
 #
-# Copyright 2007-2017 by Apple Inc.
-# Copyright 2001-2006 by Easy Software Products. All rights reserved.
+# Copyright © 2007-2017 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.
 #
 # Usage:
 #
index 28ab4be3492a01e8d0a6c1054cb31f1febedc7e9..3746663ebc95de89c5267ce1046d4fe043937893 100644 (file)
@@ -1,14 +1,11 @@
 #
 # IPP/2.0 test suite.
 #
-# Copyright 2007-2017 by Apple Inc.
-# Copyright 2001-2006 by Easy Software Products. All rights reserved.
+# Copyright © 2007-2017 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.
 #
 # Usage:
 #
index 52655564582938e273086163bd703ff8f0d1ff45..ca66e057a144170ffd36d579091db08ceb341737 100644 (file)
@@ -1,14 +1,11 @@
 #
 # IPP/2.1 test suite.
 #
-# Copyright 2007-2017 by Apple Inc.
-# Copyright 2001-2006 by Easy Software Products. All rights reserved.
+# Copyright © 2007-2017 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.
 #
 # Usage:
 #
index a8cbc195378da308a83d41cfe0796393377fabd1..f83cc1fab3076953317ed46507416d937c6362b7 100644 (file)
@@ -1,14 +1,11 @@
 #
 # IPP/2.2 test suite.
 #
-# Copyright 2007-2017 by Apple Inc.
-# Copyright 2001-2006 by Easy Software Products. All rights reserved.
+# Copyright © 2007-2017 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.
 #
 # Usage:
 #