[Cmake-commits] CMake branch, next, updated. v2.8.5-1460-g1d23a3b

Stephen Kelly steveire at gmail.com
Tue Aug 9 13:04:27 EDT 2011


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  1d23a3b8b0975f78635387fe06445d6defc7f47e (commit)
       via  b19911ecab8178230ef5f1605e7730f842b39633 (commit)
      from  9caca24903c0aa32174f50a23f78da231c1f1722 (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=1d23a3b8b0975f78635387fe06445d6defc7f47e
commit 1d23a3b8b0975f78635387fe06445d6defc7f47e
Merge: 9caca24 b19911e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Aug 9 13:04:24 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 9 13:04:24 2011 -0400

    Merge topic 'generate_export_header' into next
    
    b19911e Add missing licence header.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b19911ecab8178230ef5f1605e7730f842b39633
commit b19911ecab8178230ef5f1605e7730f842b39633
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Aug 9 19:03:16 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Aug 9 19:03:45 2011 +0200

    Add missing licence header.

diff --git a/Modules/GenerateExportHeader.cmake b/Modules/GenerateExportHeader.cmake
index 3665817..67a16a9 100644
--- a/Modules/GenerateExportHeader.cmake
+++ b/Modules/GenerateExportHeader.cmake
@@ -98,6 +98,20 @@
 #
 # This will cause the export macros to expand to nothing when building the static library.
 
+
+#=============================================================================
+# Copyright 2011 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.
+#=============================================================================
+# (To distribute this file outside of CMake, substitute the full
+#  License text for the above reference.)
+
 include(CMakeParseArguments)
 include(CheckCXXCompilerFlag)
 

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list