summaryrefslogtreecommitdiff
path: root/cups/ipp-support.c
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-06-12 09:05:40 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-06-12 09:05:40 -0400
commit65bebeac765e0aab4cf2eae77d1d2b49e3b896dd (patch)
tree12c11f53407d03c356d930ed4e1862ba88009bd7 /cups/ipp-support.c
parent98d88c8d4796d2adc7b0afeb99ae8f34eae42e63 (diff)
downloadcups-65bebeac765e0aab4cf2eae77d1d2b49e3b896dd.tar.gz
Save work on documentation.
Diffstat (limited to 'cups/ipp-support.c')
-rw-r--r--cups/ipp-support.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cups/ipp-support.c b/cups/ipp-support.c
index b49ac0d2f..675e5f380 100644
--- a/cups/ipp-support.c
+++ b/cups/ipp-support.c
@@ -1,7 +1,7 @@
/*
* Internet Printing Protocol support functions for CUPS.
*
- * Copyright 2007-2014 by Apple Inc.
+ * Copyright 2007-2017 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products, all rights reserved.
*
* These coded instructions, statements, and computer programs are the
@@ -2243,7 +2243,7 @@ ippStateString(ipp_state_t state) /* I - State value */
/*
* 'ippTagString()' - Return the tag name corresponding to a tag value.
*
- * The returned names are defined in RFC 2911 and 3382.
+ * The returned names are defined in RFC 8011 and the IANA IPP Registry.
*
* @since CUPS 1.4/macOS 10.6@
*/
@@ -2263,7 +2263,7 @@ ippTagString(ipp_tag_t tag) /* I - Tag value */
/*
* 'ippTagValue()' - Return the tag value corresponding to a tag name.
*
- * The tag names are defined in RFC 2911 and 3382.
+ * The tag names are defined in RFC 8011 and the IANA IPP Registry.
*
* @since CUPS 1.4/macOS 10.6@
*/