[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.9 1.9.4.1 cmFormConfigure.h.in 1.1 1.1.4.1

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 1 17:21:18 EDT 2009


Update of /cvsroot/CMake/CMake/Source/CursesDialog/form
In directory public:/mounts/ram/cvs-serv11203/Source/CursesDialog/form

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt cmFormConfigure.h.in 
Log Message:
Merge in changes to CMake-2-8 RC 2


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/form/CMakeLists.txt,v
retrieving revision 1.9
retrieving revision 1.9.4.1
diff -C 2 -d -r1.9 -r1.9.4.1
*** CMakeLists.txt	27 Aug 2007 13:01:14 -0000	1.9
--- CMakeLists.txt	1 Oct 2009 21:21:14 -0000	1.9.4.1
***************
*** 1,2 ****
--- 1,13 ----
+ #=============================================================================
+ # CMake - Cross Platform Makefile Generator
+ # Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
+ #
+ # Distributed under the OSI-approved BSD License (the "License");
+ # see accompanying file Copyright.txt for details.
+ #
+ # This software is distributed WITHOUT ANY WARRANTY; without even the
+ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ # See the License for more information.
+ #=============================================================================
  PROJECT(CMAKE_FORM)
  

Index: cmFormConfigure.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/form/cmFormConfigure.h.in,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -C 2 -d -r1.1 -r1.1.4.1
*** cmFormConfigure.h.in	27 Aug 2007 13:01:14 -0000	1.1
--- cmFormConfigure.h.in	1 Oct 2009 21:21:14 -0000	1.1.4.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   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 CMFORMCONFIGURE_H
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  
  #ifndef CMFORMCONFIGURE_H



More information about the Cmake-commits mailing list