[Cmake-commits] CMake branch, next, updated. v3.2.1-1734-gbe2570d

Stephen Kelly steveire at gmail.com
Sat Apr 11 10:52:30 EDT 2015


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  be2570d2726ced4c5f62f63d098a5c363afd9dd2 (commit)
       via  60fdb9ad9768e9e08f435fe548d554a858330c8e (commit)
      from  5c86b23872900b30ed05b566f4d90b48e3c2873e (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=be2570d2726ced4c5f62f63d098a5c363afd9dd2
commit be2570d2726ced4c5f62f63d098a5c363afd9dd2
Merge: 5c86b23 60fdb9a
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Apr 11 10:52:29 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Apr 11 10:52:29 2015 -0400

    Merge topic 'introduce-cmState' into next
    
    60fdb9ad fixup! Introduce cmState class.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=60fdb9ad9768e9e08f435fe548d554a858330c8e
commit 60fdb9ad9768e9e08f435fe548d554a858330c8e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Apr 11 16:52:07 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Apr 11 16:52:07 2015 +0200

    fixup! Introduce cmState class.

diff --git a/Source/cmState.cxx b/Source/cmState.cxx
index 739beb6..7602f63 100644
--- a/Source/cmState.cxx
+++ b/Source/cmState.cxx
@@ -1,4 +1,14 @@
+/*============================================================================
+  CMake - Cross Platform Makefile Generator
+  Copyright 2015 Stephen Kelly <steveire at gmail.com>
 
+  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.
+============================================================================*/
 #include "cmState.h"
 
 #include "cmake.h"
diff --git a/Source/cmState.h b/Source/cmState.h
index 9f19f8e..f2e8ef5 100644
--- a/Source/cmState.h
+++ b/Source/cmState.h
@@ -1,4 +1,14 @@
+/*============================================================================
+  CMake - Cross Platform Makefile Generator
+  Copyright 2015 Stephen Kelly <steveire at gmail.com>
 
+  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.
+============================================================================*/
 #ifndef cmState_h
 #define cmState_h
 

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

Summary of changes:
 Source/cmState.cxx |   10 ++++++++++
 Source/cmState.h   |   10 ++++++++++
 2 files changed, 20 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list