X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Fhashset.c;h=b1ed59be90886fcbec603467e9d8d43213ba2c53;hb=bf92df408b5fef01d5ee065b02c1deb7e4289a5b;hp=70dce5bdc946b03b95eb2174df2344736a6ede27;hpb=c5930eba0b375e52de3b477dcf3540636701774b;p=cparser diff --git a/adt/hashset.c b/adt/hashset.c index 70dce5b..b1ed59b 100644 --- a/adt/hashset.c +++ b/adt/hashset.c @@ -1,9 +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 + * @date 17.03.2007 * @version $Id$ * * @@ -18,7 +37,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: * *