X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..d5a1db1d0b268cb9ed8f37246fd970fce7631943:/include/xbt/hash.h diff --git a/include/xbt/hash.h b/include/xbt/hash.h index 651aaba4f7..b4bd66dccd 100644 --- a/include/xbt/hash.h +++ b/include/xbt/hash.h @@ -2,8 +2,8 @@ /* hash.h - Various hashing functions. */ -/* Copyright (c) 2007, Martin Quinson. */ -/* All rights reserved. */ +/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -28,4 +28,4 @@ XBT_PUBLIC(char *) xbt_sha_read(xbt_sha_t sha); XBT_PUBLIC(void) xbt_sha(const char *data, char *hash); -#endif /* XBT_HASH_H */ +#endif /* XBT_HASH_H */