[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.5 1.6 Detect.cmake 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
In directory public:/mounts/ram/cvs-serv7167/Modules/FortranCInterface

Modified Files:
	CMakeLists.txt Detect.cmake 
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: Detect.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface/Detect.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** Detect.cmake	24 Aug 2009 12:49:27 -0000	1.2
--- Detect.cmake	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.
+ #=============================================================================
+ 
  configure_file(${FortranCInterface_SOURCE_DIR}/Input.cmake.in
                 ${FortranCInterface_BINARY_DIR}/Input.cmake @ONLY)

Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface/CMakeLists.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** CMakeLists.txt	6 Aug 2009 11:53:41 -0000	1.5
--- CMakeLists.txt	28 Sep 2009 15:46:51 -0000	1.6
***************
*** 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.6.3)
  project(FortranCInterface C Fortran)



More information about the Cmake-commits mailing list