[Cmake-commits] CMake branch, next, updated. v2.8.8-2964-g194dd53

Mario Bensi mbensi at ipsquad.net
Thu May 31 09:03:52 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  194dd53146d02754af1a4e94dd9cfb128cd2eb7d (commit)
       via  f38bd208ed3f022b3dd5f136eb94c7dccce896fd (commit)
      from  4856be4ffefdebbb397c0dd525a5a77ae4c48c99 (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=194dd53146d02754af1a4e94dd9cfb128cd2eb7d
commit 194dd53146d02754af1a4e94dd9cfb128cd2eb7d
Merge: 4856be4 f38bd20
Author:     Mario Bensi <mbensi at ipsquad.net>
AuthorDate: Thu May 31 09:03:50 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 31 09:03:50 2012 -0400

    Merge topic 'moduleLibLzma' into next
    
    f38bd20 Fix the copyright and remove the Kitware assignment.


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

    Fix the copyright and remove the Kitware assignment.

diff --git a/Modules/FindLibLZMA.cmake b/Modules/FindLibLZMA.cmake
index 218a632..7f9ec47 100644
--- a/Modules/FindLibLZMA.cmake
+++ b/Modules/FindLibLZMA.cmake
@@ -13,23 +13,14 @@
 #  LIBLZMA_VERSION_STRING    - version number as a string (ex: "5.0.3")
 
 
-# Copyright (c) 2008, Per Øyvind Karlsen, <peroyvind at mandriva.org>
-# Copyright (c) 2009, Alexander Neundorf, <neundorf at kde.org>
-# Copyright (c) 2009, Helio Chissini de Castro, <helio at kde.org>
-# Copyright (c) 2012, Mario Bensi, <mbensi at ipsquad.net>
-#
-#=============================================================================
+# Copyright 2008, Per Øyvind Karlsen, <peroyvind at mandriva.org>
+# Copyright 2009, Alexander Neundorf, <neundorf at kde.org>
+# Copyright 2009, Helio Chissini de Castro, <helio at kde.org>
+# Copyright 2012, Mario Bensi, <mbensi at ipsquad.net>
 # 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 |   17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list