[Cmake-commits] [cmake-commits] king committed cmake-mode.el 1.34 1.35

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 28 11:41:55 EDT 2009


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

Modified Files:
	cmake-mode.el 
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: cmake-mode.el
===================================================================
RCS file: /cvsroot/CMake/CMake/Docs/cmake-mode.el,v
retrieving revision 1.34
retrieving revision 1.35
diff -C 2 -d -r1.34 -r1.35
*** cmake-mode.el	26 Feb 2009 18:28:01 -0000	1.34
--- cmake-mode.el	28 Sep 2009 15:41:53 -0000	1.35
***************
*** 1,14 ****
  ;=============================================================================
  ;
! ;  Program:   CMake - Cross-Platform Makefile Generator
! ;  Module:    $RCSfile$
! ;
! ;  Copyright (c) 2000-$Date$ 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.
  ;
  ;=============================================================================
  ;;; cmake-mode.el --- major-mode for editing CMake sources
--- 1,12 ----
  ;=============================================================================
+ ; 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.
  ;=============================================================================
  ;;; cmake-mode.el --- major-mode for editing CMake sources



More information about the Cmake-commits mailing list