From 983d67616b670c5d57c8c67578fdb52f2bb3ddbd Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Thu, 21 Feb 2013 22:10:38 +0000 Subject: [PATCH] Unix CM: Fix bogus character in license string A stray $ had crept into the license string in afs_dcache.c. Fix it. Change-Id: I1ab096aadb947cb08318a56b9ae21ed0786d3339 Reviewed-on: http://gerrit.openafs.org/9233 Tested-by: BuildBot Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: Derrick Brashear --- src/afs/afs_dcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/afs_dcache.c b/src/afs/afs_dcache.c index e03c765e1..0f53d5da4 100644 --- a/src/afs/afs_dcache.c +++ b/src/afs/afs_dcache.c @@ -1,6 +1,6 @@ /* * Copyright 2000, International Business Machines Corporation and others. - *$All Rights Reserved. + * All Rights Reserved. * * This software has been released under the terms of the IBM Public * License. For details, see the LICENSE file in the top-level source -- 2.39.5