From 78772c3503215eb0d55a370f5fc192eca713d0ad Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 11 Mar 2010 00:18:02 -0500 Subject: [PATCH] Clarify Christopher Clark's status as writer of original ht code. --- ht-internal.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ht-internal.h b/ht-internal.h index 4cc6b024..57624af7 100644 --- a/ht-internal.h +++ b/ht-internal.h @@ -1,4 +1,4 @@ -/* Possibly Copyright 2002 Christopher Clark */ +/* Based on work Copyright 2002 Christopher Clark */ /* Copyright 2005-2010 Nick Mathewson */ /* Copyright 2009-2010 Niels Provos and Nick Mathewson */ /* See license at end. */ @@ -447,9 +447,8 @@ ht_string_hash(const char *s) /* * Copyright 2005, Nick Mathewson. Implementation logic is adapted from code * by Cristopher Clark, retrofit to allow drop-in memory management, and to - * use the same interface as Niels Provos's tree.h. I'm not sure whether this - * is a derived work any more, but whether it is or not, the license below - * applies. + * use the same interface as Niels Provos's tree.h. This is probably still + * a derived work, so the original license below still applies. * * Copyright (c) 2002, Christopher Clark * All rights reserved. -- 2.40.0