diff options
Diffstat (limited to 'microkernel/viengoos/projects')
-rw-r--r-- | microkernel/viengoos/projects/new_hash_function.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/microkernel/viengoos/projects/new_hash_function.mdwn b/microkernel/viengoos/projects/new_hash_function.mdwn index 1747511d..d0374720 100644 --- a/microkernel/viengoos/projects/new_hash_function.mdwn +++ b/microkernel/viengoos/projects/new_hash_function.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2008, 2009, 2010 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -17,3 +18,5 @@ overhead. Find a better algorithm. There can either be one that is appropriate in the general case or one that works well in a relevant, specific case, e.g., viengoos/object.c uses a hash to find the object corresponding to a frame, which is keyed on its physical address. + +Note that this applies to the Hurd's [[hurd/libihash]], too. |