[Cmake-commits] CMake branch, next, updated. v2.8.8-2966-gef9dcea

Brad King brad.king at kitware.com
Thu May 31 09:09:56 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  ef9dcea0a98cd1e2ca6abff2141501e1987fe7f2 (commit)
       via  c98939ee99cb629bfe14d1564063e98441504c9d (commit)
      from  194dd53146d02754af1a4e94dd9cfb128cd2eb7d (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=ef9dcea0a98cd1e2ca6abff2141501e1987fe7f2
commit ef9dcea0a98cd1e2ca6abff2141501e1987fe7f2
Merge: 194dd53 c98939e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu May 31 09:09:55 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 31 09:09:55 2012 -0400

    Merge topic 'moduleLibLzma' into next
    
    c98939e FindLibLZMA: Format copyright notice correctly


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c98939ee99cb629bfe14d1564063e98441504c9d
commit c98939ee99cb629bfe14d1564063e98441504c9d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu May 31 09:08:03 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu May 31 09:08:03 2012 -0400

    FindLibLZMA: Format copyright notice correctly

diff --git a/Modules/FindLibLZMA.cmake b/Modules/FindLibLZMA.cmake
index 7f9ec47..729f5ce 100644
--- a/Modules/FindLibLZMA.cmake
+++ b/Modules/FindLibLZMA.cmake
@@ -12,15 +12,21 @@
 #  LIBLZMA_VERSION_PATCH     - The patch version of lzma
 #  LIBLZMA_VERSION_STRING    - version number as a string (ex: "5.0.3")
 
-
-# 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.
+#=============================================================================
+# 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>
 #
 # 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 |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list