]> Creatis software - gdcm.git/blobdiff - Testing/TestHash.cxx
Fix mistypings
[gdcm.git] / Testing / TestHash.cxx
index 51f1ddf13cea8574645fd2f4e557a7c104890b7d..385bb14d2ce0d3221eb5a79b8c4eb8dedfaf6e6b 100644 (file)
@@ -1,10 +1,27 @@
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: TestHash.cxx,v $
+  Language:  C++
+  Date:      $Date: 2005/02/02 10:05:26 $
+  Version:   $Revision: 1.17 $
+                                                                                
+  Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
+  l'Image). All rights reserved. See Doc/License.txt or
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
+                                                                                
+     This software is distributed WITHOUT ANY WARRANTY; without even
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+     PURPOSE.  See the above copyright notices for more information.
+                                                                                
+=========================================================================*/
 #include "gdcmCommon.h" //to shut up warnings
 // Checks the basic functionalities of STL <map>.
 #include <map>
 #include <string>
 #include <iostream>
 
-int TestHash( int, char * [] )
+int TestHash( int, char *[] )
 {
    std::cout << "Test::TestHash : " << std::endl;
    std::cout << "   Checks that the basic STL <map> functionalities required "