X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Fhashset.c;h=330e68094318c50f69275d931546f02774cfa410;hb=6f8db408325831c25558eaa99b1d291562f7f65a;hp=381f165bcf73774f3861c906d3ccc3b64f5c1d13;hpb=3ed4fdd019f473d959409bd39d128435189108d4;p=cparser diff --git a/adt/hashset.c b/adt/hashset.c index 381f165..330e680 100644 --- a/adt/hashset.c +++ b/adt/hashset.c @@ -1,10 +1,28 @@ +/* + * Copyright (C) 1995-2009 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. + */ + /** * @file - * @date 17.03.2007 - * @brief Geberic hashset implementation + * @brief Generic hashset implementation * @author Matthias Braun, inspiration from densehash from google sparsehash * package - * @version $Id$ + * @date 17.03.2007 * * * You have to specialize this file by defining: @@ -18,7 +36,7 @@ *
  • Hash(hashset,key) calculates the hash value for a given key
  • * * - * Note that by default it is assumed that the data values themselfes are used + * Note that by default it is assumed that the data values themselves are used * as keys. However you can change that with additional defines: * *