diff -r 57c618273d5c -r bbf46f59e123 fbs/fontandbitmapserver/sfbs/HASHMAP.CPP --- a/fbs/fontandbitmapserver/sfbs/HASHMAP.CPP Thu Aug 19 11:11:18 2010 +0300 +++ b/fbs/fontandbitmapserver/sfbs/HASHMAP.CPP Tue Aug 31 16:31:06 2010 +0300 @@ -1,20 +1,3 @@ -// Copyright (c) 2005-2009 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 @@ -23,7 +6,7 @@ // 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 - 2009 Nokia Corporation. All rights reserved. +// portions Copyright (c) 1995 - 2010 Nokia Corporation and/or its subsidiary(-ies). // #include "SERVER.H"