[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.7 1.7.4.1 Copyright.txt NONE 1.1.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 1 17:21:30 EDT 2009


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

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt 
Added Files:
      Tag: CMake-2-8
	Copyright.txt 
Log Message:
Merge in changes to CMake-2-8 RC 2


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmzlib/CMakeLists.txt,v
retrieving revision 1.7
retrieving revision 1.7.4.1
diff -C 2 -d -r1.7 -r1.7.4.1
*** CMakeLists.txt	11 Sep 2007 15:22:29 -0000	1.7
--- CMakeLists.txt	1 Oct 2009 21:21:27 -0000	1.7.4.1
***************
*** 43,44 ****
--- 43,46 ----
  
  ADD_LIBRARY(cmzlib ${ZLIB_SRCS})
+ 
+ INSTALL(FILES Copyright.txt DESTINATION ${CMake_DOC_DEST}/cmzlib)

--- NEW FILE: Copyright.txt ---
'zlib' general purpose compression library
version 1.2.3, July 18th, 2005

Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Jean-loup Gailly        Mark Adler
jloup at gzip.org          madler at alumni.caltech.edu



More information about the Cmake-commits mailing list