[Cmake-commits] CMake branch, next, updated. v2.8.8-2960-gb5f2553

Mario Bensi mbensi at ipsquad.net
Thu May 31 03:40:28 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  b5f2553598c535f04e309342d230687d26731e47 (commit)
       via  c69ce1e2185b03355ef024a511b9384f139863d7 (commit)
      from  691c38dab7482bfd9a10778c0edd9c6595086255 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b5f2553598c535f04e309342d230687d26731e47
commit b5f2553598c535f04e309342d230687d26731e47
Merge: 691c38d c69ce1e
Author:     Mario Bensi <mbensi at ipsquad.net>
AuthorDate: Thu May 31 03:40:25 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 31 03:40:25 2012 -0400

    Merge topic 'moduleLibLzma' into next
    
    c69ce1e Fix copyright


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c69ce1e2185b03355ef024a511b9384f139863d7
commit c69ce1e2185b03355ef024a511b9384f139863d7
Author:     Mario Bensi <mbensi at ipsquad.net>
AuthorDate: Thu May 31 09:36:39 2012 +0200
Commit:     Mario Bensi <mbensi at ipsquad.net>
CommitDate: Thu May 31 09:36:39 2012 +0200

    Fix copyright

diff --git a/Modules/FindLibLZMA.cmake b/Modules/FindLibLZMA.cmake
index c647436..218a632 100644
--- a/Modules/FindLibLZMA.cmake
+++ b/Modules/FindLibLZMA.cmake
@@ -18,8 +18,18 @@
 # Copyright (c) 2009, Helio Chissini de Castro, <helio at kde.org>
 # Copyright (c) 2012, Mario Bensi, <mbensi at ipsquad.net>
 #
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+#=============================================================================
+# Copyright 2001-2012 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 distribute this file outside of CMake, substitute the full
+#  License text for the above reference.)
 
 
 FIND_PATH(LIBLZMA_INCLUDE_DIR lzma.h )

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindLibLZMA.cmake |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list