Browse Source

STYLE: Added license header

Jean-Christophe Fillion-Robin 15 years ago
parent
commit
d6da4fe39b
32 changed files with 413 additions and 2 deletions
  1. 13 0
      Libs/Core/ctkDependencyGraph.cpp
  2. 14 0
      Libs/Core/ctkDependencyGraph.h
  3. 1 1
      Libs/Core/ctkModelTester.cpp
  4. 1 1
      Libs/Core/ctkModelTester.h
  5. 13 0
      Libs/DICOM/Core/ctkDICOM.cpp
  6. 14 0
      Libs/DICOM/Core/ctkDICOM.h
  7. 14 0
      Libs/DICOM/Core/ctkDICOMIndexer.cpp
  8. 14 0
      Libs/DICOM/Core/ctkDICOMIndexer.h
  9. 13 0
      Libs/DICOM/Core/ctkDICOMModel.cpp
  10. 14 0
      Libs/DICOM/Core/ctkDICOMModel.h
  11. 13 0
      Libs/DICOM/Widgets/ctkDICOMCommandWidget.cpp
  12. 14 0
      Libs/DICOM/Widgets/ctkDICOMCommandWidget.h
  13. 13 0
      Libs/DICOM/Widgets/ctkDICOMItemTreeModel.cpp
  14. 14 0
      Libs/DICOM/Widgets/ctkDICOMItemTreeModel.h
  15. 14 0
      Libs/DICOM/Widgets/ctkDICOMListenerWidget.h
  16. 14 0
      Libs/DICOM/Widgets/ctkDICOMLocationWidget.h
  17. 14 0
      Libs/DICOM/Widgets/ctkDICOMQueryRetrieveWidget.h
  18. 14 0
      Libs/DICOM/Widgets/ctkDICOMQueryWidget.h
  19. 13 0
      Libs/DICOM/Widgets/ctkDICOMServerNodeWidget.cpp
  20. 14 0
      Libs/DICOM/Widgets/ctkDICOMServerNodeWidget.h
  21. 14 0
      Libs/Visualization/VTK/Core/ctkVTKConnection.cpp
  22. 14 0
      Libs/Visualization/VTK/Core/ctkVTKConnection.h
  23. 14 0
      Libs/Visualization/VTK/Core/ctkVTKObject.h
  24. 13 0
      Libs/Visualization/VTK/Core/ctkVTKObjectEventsObserver.cpp
  25. 14 0
      Libs/Visualization/VTK/Core/ctkVTKObjectEventsObserver.h
  26. 13 0
      Libs/Visualization/VTK/Widgets/ctkVTKAbstractMatrixWidget.cpp
  27. 14 0
      Libs/Visualization/VTK/Widgets/ctkVTKAbstractMatrixWidget.h
  28. 14 0
      Libs/Visualization/VTK/Widgets/ctkVTKAbstractMatrixWidget_p.h
  29. 14 0
      Libs/Visualization/VTK/Widgets/ctkVTKMatrixWidget.cpp
  30. 14 0
      Libs/Visualization/VTK/Widgets/ctkVTKMatrixWidget.h
  31. 13 0
      Libs/Visualization/XIP/ctkXIPAdaptor.cpp
  32. 14 0
      Libs/Visualization/XIP/ctkXIPAdaptor.h

+ 13 - 0
Libs/Core/ctkDependencyGraph.cpp

@@ -1,3 +1,16 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
 
 // Qt includes
 #include <QQueue>

+ 14 - 0
Libs/Core/ctkDependencyGraph.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkDependencyGraph_h
 #define __ctkDependencyGraph_h
 

+ 1 - 1
Libs/Core/ctkModelTester.cpp

@@ -1,6 +1,6 @@
 /*=========================================================================
 
-  Library:   ctk
+  Library:   CTK
 
   Copyright (c) Kitware Inc. 
   All rights reserved.

+ 1 - 1
Libs/Core/ctkModelTester.h

@@ -1,6 +1,6 @@
 /*=========================================================================
 
-  Library:   ctk
+  Library:   CTK
 
   Copyright (c) Kitware Inc. 
   All rights reserved.

+ 13 - 0
Libs/DICOM/Core/ctkDICOM.cpp

@@ -1,3 +1,16 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
 
 // Qt includes
 #include <QDebug>

+ 14 - 0
Libs/DICOM/Core/ctkDICOM.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkDICOM_h
 #define __ctkDICOM_h
 

+ 14 - 0
Libs/DICOM/Core/ctkDICOMIndexer.cpp

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 // Qt includes
 #include <QSqlQuery>
 #include <QSqlRecord>

+ 14 - 0
Libs/DICOM/Core/ctkDICOMIndexer.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkDICOMIndexer_h
 #define __ctkDICOMIndexer_h
 

+ 13 - 0
Libs/DICOM/Core/ctkDICOMModel.cpp

@@ -1,3 +1,16 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
 
 // Qt includes
 #include <QStringList>

+ 14 - 0
Libs/DICOM/Core/ctkDICOMModel.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkDICOMModel_h
 #define __ctkDICOMModel_h
 

+ 13 - 0
Libs/DICOM/Widgets/ctkDICOMCommandWidget.cpp

@@ -1,3 +1,16 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
 
 // ctkDICOMWidgets includes
 #include "ctkDICOMCommandWidget.h"

+ 14 - 0
Libs/DICOM/Widgets/ctkDICOMCommandWidget.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkDICOMCommandWidget_h
 #define __ctkDICOMCommandWidget_h
 

+ 13 - 0
Libs/DICOM/Widgets/ctkDICOMItemTreeModel.cpp

@@ -1,3 +1,16 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
 
 // ctkDICOMWidgets includes
 #include "ctkDICOMItemTreeModel.h"

+ 14 - 0
Libs/DICOM/Widgets/ctkDICOMItemTreeModel.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkDICOMItemTreeModel_h
 #define __ctkDICOMItemTreeModel_h
 

+ 14 - 0
Libs/DICOM/Widgets/ctkDICOMListenerWidget.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkDICOMListenerWidget_h
 #define __ctkDICOMListenerWidget_h
 

+ 14 - 0
Libs/DICOM/Widgets/ctkDICOMLocationWidget.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkDICOMLocationWidget_h
 #define __ctkDICOMLocationWidget_h
 

+ 14 - 0
Libs/DICOM/Widgets/ctkDICOMQueryRetrieveWidget.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkDICOMQueryRetrieveWidget_h
 #define __ctkDICOMQueryRetrieveWidget_h
 

+ 14 - 0
Libs/DICOM/Widgets/ctkDICOMQueryWidget.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkDICOMQueryWidget_h
 #define __ctkDICOMQueryWidget_h
 

+ 13 - 0
Libs/DICOM/Widgets/ctkDICOMServerNodeWidget.cpp

@@ -1,3 +1,16 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
 
 // ctkDICOMWidgets includes
 #include "ctkDICOMServerNodeWidget.h"

+ 14 - 0
Libs/DICOM/Widgets/ctkDICOMServerNodeWidget.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkDICOMServerNodeWidget_h
 #define __ctkDICOMServerNodeWidget_h
 

+ 14 - 0
Libs/Visualization/VTK/Core/ctkVTKConnection.cpp

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 // Qt includes
 #include <QDebug>
 #include <QRegExp>

+ 14 - 0
Libs/Visualization/VTK/Core/ctkVTKConnection.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkVTKConnection_h
 #define __ctkVTKConnection_h
 

+ 14 - 0
Libs/Visualization/VTK/Core/ctkVTKObject.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkVTKObject_h
 #define __ctkVTKObject_h
 

+ 13 - 0
Libs/Visualization/VTK/Core/ctkVTKObjectEventsObserver.cpp

@@ -1,3 +1,16 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
 
 // Qt includes
 #include <QStringList>

+ 14 - 0
Libs/Visualization/VTK/Core/ctkVTKObjectEventsObserver.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkVTKObjectEventsObserver_h
 #define __ctkVTKObjectEventsObserver_h
 

+ 13 - 0
Libs/Visualization/VTK/Widgets/ctkVTKAbstractMatrixWidget.cpp

@@ -1,3 +1,16 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
 
 // Qt includes
 #include <QDebug>

+ 14 - 0
Libs/Visualization/VTK/Widgets/ctkVTKAbstractMatrixWidget.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkVTKAbstractMatrixWidget_h
 #define __ctkVTKAbstractMatrixWidget_h
 

+ 14 - 0
Libs/Visualization/VTK/Widgets/ctkVTKAbstractMatrixWidget_p.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkVTKAbstractMatrixWidget_p_h
 #define __ctkVTKAbstractMatrixWidget_p_h
 

+ 14 - 0
Libs/Visualization/VTK/Widgets/ctkVTKMatrixWidget.cpp

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #include "ctkVTKMatrixWidget.h"
 
 // --------------------------------------------------------------------------

+ 14 - 0
Libs/Visualization/VTK/Widgets/ctkVTKMatrixWidget.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkVTKMatrixWidget_h
 #define __ctkVTKMatrixWidget_h
 

+ 13 - 0
Libs/Visualization/XIP/ctkXIPAdaptor.cpp

@@ -1,3 +1,16 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
 
 // Qt includes
 #include <QDebug>

+ 14 - 0
Libs/Visualization/XIP/ctkXIPAdaptor.h

@@ -1,3 +1,17 @@
+/*=========================================================================
+
+  Library:   CTK
+
+  Copyright (c) Kitware Inc. 
+  All rights reserved.
+  Distributed under a BSD License. See LICENSE.txt file.
+
+  This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the above copyright notice for more information.
+
+=========================================================================*/
+
 #ifndef __ctkXIPAdaptor_h
 #define __ctkXIPAdaptor_h