]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ht.h comment tweaks, upstreamed from libevent
authorNick Mathewson <nickm@torproject.org>
Mon, 13 Feb 2012 22:56:13 +0000 (17:56 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 13 Feb 2012 22:56:13 +0000 (17:56 -0500)
src/common/ht.h

index 0850c07092dc0a5223d66065cd7a89dcdf94e5cf..3f374b4914aa0e8c7fd858bb969155e84cdce229 100644 (file)
@@ -431,9 +431,8 @@ ht_string_hash(const char *s)
 /*
  * Copyright 2005, Nick Mathewson.  Implementation logic is adapted from code
  * by Christopher Clark, retrofit to allow drop-in memory management, and to
- * use the same interface as Niels Provos's HT_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.