[Cmake-commits] [cmake-commits] king committed FindPkgConfig.cmake 1.8 1.9

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 5 09:13:32 EDT 2009


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

Modified Files:
	FindPkgConfig.cmake 
Log Message:
Remove old license from FindPkgConfig.cmake module

This module was contributed under a BSD-like license.  We added CMake's
OSI-approved BSD License on top of it.  With the author's permission,
this commit removes the old license text and puts the author's copyright
notice in the block referring to the new license.


Index: FindPkgConfig.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindPkgConfig.cmake,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** FindPkgConfig.cmake	28 Sep 2009 15:45:40 -0000	1.8
--- FindPkgConfig.cmake	5 Oct 2009 13:13:29 -0000	1.9
***************
*** 70,73 ****
--- 70,74 ----
  #=============================================================================
  # Copyright 2006-2009 Kitware, Inc.
+ # Copyright 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
  #
  # Distributed under the OSI-approved BSD License (the "License");
***************
*** 81,108 ****
  #  License text for the above reference.)
  
- # Copyright (C) 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
- #
- # Redistribution and use, with or without modification, are permitted
- # provided that the following conditions are met:
- # 
- #    1. Redistributions must retain the above copyright notice, this
- #       list of conditions and the following disclaimer.
- #    2. The name of the author may not be used to endorse or promote
- #       products derived from this software without specific prior
- #       written permission.
- # 
- # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
- # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
- # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
- # IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
- # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
- # IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- 
- 
  ### Common stuff ####
  set(PKG_CONFIG_VERSION 1)
--- 82,85 ----



More information about the Cmake-commits mailing list