Forráskód Böngészése

STYLE: add license.

Clinton Stimpson 18 éve
szülő
commit
89e1512f23
2 módosított fájl, 32 hozzáadás és 0 törlés
  1. 16 0
      Source/QtDialog/AddCacheEntry.cxx
  2. 16 0
      Source/QtDialog/AddCacheEntry.h

+ 16 - 0
Source/QtDialog/AddCacheEntry.cxx

@@ -1,3 +1,19 @@
+/*=========================================================================
+
+  Program:   CMake - Cross-Platform Makefile Generator
+  Module:    $RCSfile$
+  Language:  C++
+  Date:      $Date$
+  Version:   $Revision$
+
+  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
+  See Copyright.txt or http://www.cmake.org/HTML/Copyright.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 "AddCacheEntry.h"
 #include <QMetaProperty>

+ 16 - 0
Source/QtDialog/AddCacheEntry.h

@@ -1,3 +1,19 @@
+/*=========================================================================
+
+  Program:   CMake - Cross-Platform Makefile Generator
+  Module:    $RCSfile$
+  Language:  C++
+  Date:      $Date$
+  Version:   $Revision$
+
+  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
+  See Copyright.txt or http://www.cmake.org/HTML/Copyright.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.
+
+=========================================================================*/
 
 #ifndef AddCacheEntry_h
 #define AddCacheEntry_h