fbs/fontandbitmapserver/sfbs/HASHMAP.CPP
changeset 98 bf7481649c98
parent 36 01a6848ebfd7
--- a/fbs/fontandbitmapserver/sfbs/HASHMAP.CPP	Thu May 27 14:13:51 2010 +0300
+++ b/fbs/fontandbitmapserver/sfbs/HASHMAP.CPP	Fri Jun 11 14:58:47 2010 +0300
@@ -1,20 +1,13 @@
-/*
-* Copyright (c) 1995 - 2010 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*
-*/
-
+// HASHMAP.CPP
+//
+// This file holds the class methods for the CHashMap
+// A hash function for hash table lookup.  Assumes input data length is a multiple of 8-bits.
+// 
+// The original hash function was sourced from http://burtleburtle.net/bob/hash/index.html
+// "By Bob Jenkins, 1996.  bob_jenkins@burtleburtle.net.  You may use this code any way you wish, 
+// private, educational, or commercial.  It's free."
+// portions Copyright (c) 1995 - 2010 Nokia Corporation and/or its subsidiary(-ies).
+//
 
 #include "SERVER.H"