]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/hash.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make it easier to debug make distcheck issues by requesting output-on-failure to...
[simgrid.git] / include / xbt / hash.h
index a238d98a4ca1e5746b9a859c33b3915872575368..dcefb7c44ee80257f2a5c627e43f2aa12469cf6f 100644 (file)
@@ -1,8 +1,6 @@
-/* $Id: str.h,v 1.5 2007/05/02 10:08:55 mquinson Exp $ */
-
 /* hash.h - Various hashing functions.                                      */
 
-/* Copyright (c) 2008, 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2008-2011. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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 */