[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 28 11:46:54 EDT 2009


Update of /cvsroot/CMake/CMake/Modules/FortranCInterface/Verify
In directory public:/mounts/ram/cvs-serv7167/Modules/FortranCInterface/Verify

Modified Files:
	CMakeLists.txt 
Log Message:
Convert CMake non-find modules to BSD License

This adds copyright/license notification blocks CMake's non-find
modules.  Most of the modules had no notices at all.  Some had notices
referring to the BSD license already.  This commit normalizes existing
notices and adds missing notices.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface/Verify/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** CMakeLists.txt	1 Sep 2009 17:03:12 -0000	1.2
--- CMakeLists.txt	28 Sep 2009 15:46:51 -0000	1.3
***************
*** 1,2 ****
--- 1,13 ----
+ #=============================================================================
+ # Copyright 2009 Kitware, Inc.
+ #
+ # 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_minimum_required(VERSION 2.7)
  project(VerifyFortranC C Fortran)



More information about the Cmake-commits mailing list