From cff3f79fb274338c57e1e4f40926b3aeebc3759f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 7 Mar 2018 08:57:44 -0500 Subject: [PATCH] Update documentation. --- cups/hash.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 */ -- 2.47.2