]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update documentation.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 7 Mar 2018 13:57:44 +0000 (08:57 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 7 Mar 2018 13:57:44 +0000 (08:57 -0500)
cups/hash.c

index 409d9a461d7524a3c71945e3612bbc1e16ed4643..bbaddd4d0022c0c0ff4b0ea4752f261597bdeccb 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * Hashing function for CUPS.
  *
- * Copyright 2015-2017 by Apple Inc.
+ * Copyright © 2015-2018 by Apple Inc.
  *
- * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more
+ * information.
  */
 
 /*
@@ -275,7 +276,7 @@ cupsHashData(const char    *algorithm,      /* I - Algorithm name */
  *
  * The passed buffer must be at least 2 * hashsize + 1 characters in length.
  *
- * @since CUPS 2.3@
+ * @since CUPS 2.2.7@
  */
 
 const char *                           /* O - Formatted string */