Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup, remove some useless functions
[simgrid.git] / include / xbt / hash.h
index 651aaba4f739d986d26f78329a5e33fcd680fdf3..a5014dd5256acdd7756b805323898382295f0ebc 100644 (file)
@@ -1,9 +1,7 @@
-/* $Id: str.h,v 1.5 2007/05/02 10:08:55 mquinson Exp $ */
-
 /* hash.h - Various hashing functions.                                      */
 
-/* Copyright (c) 2007, Martin Quinson.                                      */
-/* All rights reserved.                                                     */
+/* Copyright (c) 2008-2011, 2013-2014. 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 +26,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 */