]> Creatis software - gdcm.git/blobdiff - src/gdcmException.cxx
* Test/TestWriteSimple.cxx: fix to gdcmHeader-gdcmHeaderHelper revamping.
[gdcm.git] / src / gdcmException.cxx
index 719c7744bb48c98852928f8160b55c6739d3843f..037156051d30ba1abb35afe9a428e66aeca620f5 100644 (file)
@@ -1,5 +1,21 @@
-// gdcmException.cxx
-//-----------------------------------------------------------------------------
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: gdcmException.cxx,v $
+  Language:  C++
+  Date:      $Date: 2004/06/20 18:08:47 $
+  Version:   $Revision: 1.16 $
+                                                                                
+  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.htm 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 "gdcmException.h"
 
 #include <typeinfo>
@@ -88,7 +104,7 @@ catch(...) {
 
 /**
  * \ingroup gdcmException
- * \brief gdcmException::operator
+ * \brief gdcmException
  */
  gdcmException::operator const char *() const throw() {
   return getName().c_str();