[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.25 1.26 cmThirdParty.h.in 1.4 1.5 cm_curl.h 1.4 1.5 cm_expat.h 1.1 1.2 cm_xmlrpc.h 1.2 1.3 cm_zlib.h 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 28 11:43:23 EDT 2009


Update of /cvsroot/CMake/CMake/Utilities
In directory public:/mounts/ram/cvs-serv9530/Utilities

Modified Files:
	CMakeLists.txt cmThirdParty.h.in cm_curl.h cm_expat.h 
	cm_xmlrpc.h cm_zlib.h 
Log Message:
Convert CMake to OSI-approved BSD License

This converts the CMake license to a pure 3-clause OSI-approved BSD
License.  We drop the previous license clause requiring modified
versions to be plainly marked.  We also update the CMake copyright to
cover the full development time range.


Index: cm_curl.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cm_curl.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** cm_curl.h	11 Jun 2009 13:04:26 -0000	1.4
--- cm_curl.h	28 Sep 2009 15:43:20 -0000	1.5
***************
*** 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 __cm_curl_h
  #define __cm_curl_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 __cm_curl_h
  #define __cm_curl_h

Index: cm_xmlrpc.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cm_xmlrpc.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** cm_xmlrpc.h	11 Jun 2009 15:24:56 -0000	1.2
--- cm_xmlrpc.h	28 Sep 2009 15:43:20 -0000	1.3
***************
*** 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 __cm_xmlrpc_h
  #define __cm_xmlrpc_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 __cm_xmlrpc_h
  #define __cm_xmlrpc_h

Index: cmThirdParty.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmThirdParty.h.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** cmThirdParty.h.in	11 Jun 2009 15:24:56 -0000	1.4
--- cmThirdParty.h.in	28 Sep 2009 15:43:20 -0000	1.5
***************
*** 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 __cmThirdParty_h
  #define __cmThirdParty_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 __cmThirdParty_h
  #define __cmThirdParty_h

Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/CMakeLists.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -C 2 -d -r1.25 -r1.26
*** CMakeLists.txt	24 Feb 2009 22:07:04 -0000	1.25
--- CMakeLists.txt	28 Sep 2009 15:43:20 -0000	1.26
***************
*** 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.
+ #=============================================================================
  SUBDIRS(Doxygen KWStyle)
  

Index: cm_expat.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cm_expat.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** cm_expat.h	19 Oct 2006 19:00:09 -0000	1.1
--- cm_expat.h	28 Sep 2009 15:43:20 -0000	1.2
***************
*** 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 __cm_expat_h
  #define __cm_expat_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 __cm_expat_h
  #define __cm_expat_h

Index: cm_zlib.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cm_zlib.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** cm_zlib.h	19 Oct 2006 19:00:09 -0000	1.1
--- cm_zlib.h	28 Sep 2009 15:43:20 -0000	1.2
***************
*** 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 __cm_zlib_h
  #define __cm_zlib_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 __cm_zlib_h
  #define __cm_zlib_h



More information about the Cmake-commits mailing list