From 29d379ccb645d17e9065f2e68e73769af7247a83 Mon Sep 17 00:00:00 2001 From: msweet Date: Fri, 9 Oct 2015 19:18:39 +0000 Subject: [PATCH] Update software for stable draft of IPP Everywhere Printer Self-Certification Manual 1.0 (October 9, 2015 draft) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12897 a1ca3aef-8c08-0410-bb20-df032aa958be --- everywhere/README.txt | 8 ++++---- everywhere/bonjour-access-tests.test | 4 ++-- everywhere/bonjour-tests.bat | 4 ++-- everywhere/bonjour-tests.sh | 4 ++-- everywhere/bonjour-value-tests.test | 4 ++-- everywhere/document-tests.bat | 2 +- everywhere/document-tests.sh | 2 +- everywhere/document-tests.test | 4 ++-- everywhere/ipp-tests.bat | 2 +- everywhere/ipp-tests.sh | 2 +- everywhere/ipp-tests.test | 2 +- everywhere/make-ippeveselfcert.sh | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/everywhere/README.txt b/everywhere/README.txt index d9004cac11..5277023502 100644 --- a/everywhere/README.txt +++ b/everywhere/README.txt @@ -1,4 +1,4 @@ -README.txt - 2014-08-28 +README.txt - 2015-10-09 ----------------------- INTRODUCTION @@ -54,9 +54,9 @@ GETTING SUPPORT AND OTHER RESOURCES LEGAL STUFF - These tools are Copyright 2014 by The Printer Working Group and Copyright - 2007-2014 by Apple Inc. CUPS and the CUPS logo are trademarks of Apple Inc. - PWG and IPP Everywhere are trademarks of the IEEE-ISTO. + These tools are Copyright 2014-2015 by The Printer Working Group and + Copyright 2007-2015 by Apple Inc. CUPS and the CUPS logo are trademarks of + Apple Inc. PWG and IPP Everywhere are trademarks of the IEEE-ISTO. CUPS is provided under the terms of version 2 of the GNU General Public License and GNU Library General Public License. This program is distributed diff --git a/everywhere/bonjour-access-tests.test b/everywhere/bonjour-access-tests.test index aaab36da68..224c67b8c4 100644 --- a/everywhere/bonjour-access-tests.test +++ b/everywhere/bonjour-access-tests.test @@ -3,7 +3,7 @@ # # IPP Everywhere Printer Self-Certification Manual 1.0: Section 5: Bonjour Tests. # -# Copyright 2014 by The Printer Working Group. +# Copyright 2014-2015 by The Printer Working Group. # Copyright 2007-2013 by Apple Inc. # Copyright 2001-2006 by Easy Software Products. All rights reserved. # @@ -18,7 +18,7 @@ # ./ipptool -tI printer-uri bonjour-access-tests.test # -FILE-ID "org.pwg.ipp-everywhere.20140826.bonjour" +FILE-ID "org.pwg.ipp-everywhere.20151009.bonjour" { # The name of the test... diff --git a/everywhere/bonjour-tests.bat b/everywhere/bonjour-tests.bat index 139b497a17..c2e5ecfefa 100644 --- a/everywhere/bonjour-tests.bat +++ b/everywhere/bonjour-tests.bat @@ -4,7 +4,7 @@ :: :: IPP Everywhere Printer Self-Certification Manual 1.0: Section 5: Bonjour Tests. :: -:: Copyright 2014 by The Printer Working Group. +:: Copyright 2014-2015 by The Printer Working Group. :: :: This program may be copied and furnished to others, and derivative works :: that comment on, or otherwise explain it or assist in its implementation may @@ -40,7 +40,7 @@ set skip=0 set /a total+=1 set ^Name^^B-1. IPP Browse test^ >>"%PLIST%" -echo ^FileId^^org.pwg.ipp-everywhere.20140826.bonjour^ >>"%PLIST%" +echo ^FileId^^org.pwg.ipp-everywhere.20151009.bonjour^ >>"%PLIST%" set result=FAIL ippfind _ipp._tcp,_print.local. --name "%1" --quiet && set result=PASS diff --git a/everywhere/bonjour-tests.sh b/everywhere/bonjour-tests.sh index d0b0377ce7..648ea713b5 100755 --- a/everywhere/bonjour-tests.sh +++ b/everywhere/bonjour-tests.sh @@ -4,7 +4,7 @@ # # IPP Everywhere Printer Self-Certification Manual 1.0: Section 5: Bonjour Tests. # -# Copyright 2014 by The Printer Working Group. +# Copyright 2014-2015 by The Printer Working Group. # # This program may be copied and furnished to others, and derivative works # that comment on, or otherwise explain it or assist in its implementation may @@ -152,7 +152,7 @@ start_test() { total=`expr $total + 1` echo $ac_n "$1: $ac_c" echo "Name$1" >>"$PLIST" - echo "FileIdorg.pwg.ipp-everywhere.20140826.bonjour" >>"$PLIST" + echo "FileIdorg.pwg.ipp-everywhere.20151009.bonjour" >>"$PLIST" } # end_test PASS/FAIL/SKIP end_test() { diff --git a/everywhere/bonjour-value-tests.test b/everywhere/bonjour-value-tests.test index 71d9c41ee7..35d8dd7f75 100644 --- a/everywhere/bonjour-value-tests.test +++ b/everywhere/bonjour-value-tests.test @@ -3,7 +3,7 @@ # # IPP Everywhere Printer Self-Certification Manual 1.0: Section 5: Bonjour Tests. # -# Copyright 2014 by The Printer Working Group. +# Copyright 2014-2015 by The Printer Working Group. # Copyright 2007-2013 by Apple Inc. # Copyright 2001-2006 by Easy Software Products. All rights reserved. # @@ -19,7 +19,7 @@ # ippfind ... -x ipptool -t "{}" bonjour-value-tests.test ";" # -FILE-ID "org.pwg.ipp-everywhere.20140826.bonjour" +FILE-ID "org.pwg.ipp-everywhere.20151009.bonjour" { # The name of the test... diff --git a/everywhere/document-tests.bat b/everywhere/document-tests.bat index 3d287844ca..70cd9ef4cb 100644 --- a/everywhere/document-tests.bat +++ b/everywhere/document-tests.bat @@ -4,7 +4,7 @@ :: :: IPP Everywhere Printer Self-Certification Manual 1.0: Section 7: Document Data Tests. :: -:: Copyright 2014 by The Printer Working Group. +:: Copyright 2014-2015 by The Printer Working Group. :: :: This program may be copied and furnished to others, and derivative works :: that comment on, or otherwise explain it or assist in its implementation may diff --git a/everywhere/document-tests.sh b/everywhere/document-tests.sh index 99d69af0c0..1dda93cc53 100755 --- a/everywhere/document-tests.sh +++ b/everywhere/document-tests.sh @@ -4,7 +4,7 @@ # # IPP Everywhere Printer Self-Certification Manual 1.0: Section 7: Document Data Tests. # -# Copyright 2014 by The Printer Working Group. +# Copyright 2014-2015 by The Printer Working Group. # # This program may be copied and furnished to others, and derivative works # that comment on, or otherwise explain it or assist in its implementation may diff --git a/everywhere/document-tests.test b/everywhere/document-tests.test index bbb3e51693..3270c161ff 100644 --- a/everywhere/document-tests.test +++ b/everywhere/document-tests.test @@ -3,7 +3,7 @@ # # IPP Everywhere Printer Self-Certification Manual 1.0: Section 7: Document Data Tests. # -# Copyright 2014 by The Printer Working Group. +# Copyright 2014-2015 by The Printer Working Group. # Copyright 2007-2013 by Apple Inc. # Copyright 2001-2006 by Easy Software Products. All rights reserved. # @@ -27,7 +27,7 @@ # data is available in the "everywhere" subdirectory of the CUPS source code. # -FILE-ID "org.pwg.ipp-everywhere.20140826.document" +FILE-ID "org.pwg.ipp-everywhere.20151009.document" { NAME "D-1. PWG Raster Format Tests (mandatory)" diff --git a/everywhere/ipp-tests.bat b/everywhere/ipp-tests.bat index f65f528ccc..32d582b91a 100644 --- a/everywhere/ipp-tests.bat +++ b/everywhere/ipp-tests.bat @@ -4,7 +4,7 @@ :: :: IPP Everywhere Printer Self-Certification Manual 1.0: Section 6: IPP Tests. :: -:: Copyright 2014 by The Printer Working Group. +:: Copyright 2014-2015 by The Printer Working Group. :: :: This program may be copied and furnished to others, and derivative works :: that comment on, or otherwise explain it or assist in its implementation may diff --git a/everywhere/ipp-tests.sh b/everywhere/ipp-tests.sh index f793573fc2..ec521d1efd 100755 --- a/everywhere/ipp-tests.sh +++ b/everywhere/ipp-tests.sh @@ -4,7 +4,7 @@ # # IPP Everywhere Printer Self-Certification Manual 1.0: Section 6: IPP Tests. # -# Copyright 2014 by The Printer Working Group. +# Copyright 2014-2015 by The Printer Working Group. # # This program may be copied and furnished to others, and derivative works # that comment on, or otherwise explain it or assist in its implementation may diff --git a/everywhere/ipp-tests.test b/everywhere/ipp-tests.test index a94ce99aea..f7b1dc8352 100644 --- a/everywhere/ipp-tests.test +++ b/everywhere/ipp-tests.test @@ -26,7 +26,7 @@ # 'media-needed' keywords in the "printer-state-reasons" Printer attribute. # -FILE-ID "org.pwg.ipp-everywhere.20140826.ipp" +FILE-ID "org.pwg.ipp-everywhere.20151009.ipp" # All tests use IPP version 2.0, unless overridden in a test... VERSION 2.0 diff --git a/everywhere/make-ippeveselfcert.sh b/everywhere/make-ippeveselfcert.sh index 34ca20dd86..d696b70c28 100755 --- a/everywhere/make-ippeveselfcert.sh +++ b/everywhere/make-ippeveselfcert.sh @@ -4,7 +4,7 @@ # # Make an IPP Everywhere Printer self-certification package. # -# Copyright 2014 The Printer Working Group. +# Copyright 2014-2015 The Printer Working Group. # Copyright 2007-2013 by Apple Inc. # Copyright 1997-2007 by Easy Software Products, all rights reserved. # -- 2.47.2