From: Michael R Sweet Date: Wed, 7 Mar 2018 13:57:44 +0000 (-0500) Subject: Update documentation. X-Git-Tag: v2.3b4~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cff3f79fb274338c57e1e4f40926b3aeebc3759f;p=thirdparty%2Fcups.git Update documentation. --- diff --git a/cups/hash.c b/cups/hash.c index 409d9a461d..bbaddd4d00 100644 --- a/cups/hash.c +++ b/cups/hash.c @@ -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 */