[Cmake-commits] [cmake-commits] king committed UnixPaths.cmake 1.15 1.16 WindowsPaths.cmake 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 5 11:47:09 EDT 2009


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv2676/Modules/Platform

Modified Files:
	UnixPaths.cmake WindowsPaths.cmake 
Log Message:
Add copyright notice to (Unix|Windows)Paths.cmake

This commit adds our copyright notice to these non-trivial platform
modules.


Index: WindowsPaths.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/WindowsPaths.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** WindowsPaths.cmake	17 Dec 2008 14:23:30 -0000	1.6
--- WindowsPaths.cmake	5 Oct 2009 15:47:05 -0000	1.7
***************
*** 1,2 ****
--- 1,16 ----
+ 
+ #=============================================================================
+ # Copyright 2006-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.
+ #=============================================================================
+ # (To distributed this file outside of CMake, substitute the full
+ #  License text for the above reference.)
+ 
  # Add the program-files folder(s) to the list of installation
  # prefixes.

Index: UnixPaths.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/UnixPaths.cmake,v
retrieving revision 1.15
retrieving revision 1.16
diff -C 2 -d -r1.15 -r1.16
*** UnixPaths.cmake	5 Oct 2009 15:09:15 -0000	1.15
--- UnixPaths.cmake	5 Oct 2009 15:47:03 -0000	1.16
***************
*** 1,2 ****
--- 1,16 ----
+ 
+ #=============================================================================
+ # Copyright 2006-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.
+ #=============================================================================
+ # (To distributed this file outside of CMake, substitute the full
+ #  License text for the above reference.)
+ 
  SET(UNIX 1)
  



More information about the Cmake-commits mailing list