From ae9ea8da699ba3f2ab0f7d76ae3333349fe3dfa3 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Tue, 30 Jun 2020 21:55:45 -0700 Subject: [PATCH] Recode a couple files from ISO 8859-1 to UTF-8 Reported by Debian's lintian(1). The CellServDB, as an externally maintained file, is left unchanged. Change-Id: I3bf241b924cb8cd7799a4c3e799f6acd375b2e8a Reviewed-on: https://gerrit.openafs.org/14265 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk --- src/util/afs_lhash.h | 2 +- src/util/uuid.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/afs_lhash.h b/src/util/afs_lhash.h index a1f1945..0da8db1 100644 --- a/src/util/afs_lhash.h +++ b/src/util/afs_lhash.h @@ -20,7 +20,7 @@ * For more information on the algorithm, see * * Dynamic Hash Tables - * Per-Åke Larson (Per-Ake Larson) + * Per-Åke Larson (Per-Ake Larson) * Communications of the ACM * Vol. 31, No. 4 (April 1988), Pages 446-457 */ diff --git a/src/util/uuid.c b/src/util/uuid.c index 5d44f18..af6dfa0 100644 --- a/src/util/uuid.c +++ b/src/util/uuid.c @@ -10,7 +10,7 @@ /* String conversion routines have the following copyright */ /* - * Copyright (c) 2002 Kungliga Tekniska Högskolan + * Copyright (c) 2002 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * -- 1.9.4