[Cmake-commits] CMake branch, next, updated. v2.8.10-741-g6620acb

Brad King brad.king at kitware.com
Mon Nov 5 08:45:27 EST 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  6620acb134abe93d036a0489abe1c2d38eba2088 (commit)
       via  a4ae88bdb2b0954d2c9ccc8352915963987cbd34 (commit)
      from  4b28c6123bdf4dfa0f415305b725835fa54164f9 (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=6620acb134abe93d036a0489abe1c2d38eba2088
commit 6620acb134abe93d036a0489abe1c2d38eba2088
Merge: 4b28c61 a4ae88b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 5 08:45:25 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 5 08:45:25 2012 -0500

    Merge topic 'copyright-year' into next
    
    a4ae88b Update programmatically-reported copyright year (#13638)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a4ae88bdb2b0954d2c9ccc8352915963987cbd34
commit a4ae88bdb2b0954d2c9ccc8352915963987cbd34
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 5 08:42:41 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 5 08:44:03 2012 -0500

    Update programmatically-reported copyright year (#13638)
    
    Update the copyright year reported by 'bootstrap' and in the generated
    documentation to report 2012.

diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx
index c1360ef..debde3b 100644
--- a/Source/cmDocumentation.cxx
+++ b/Source/cmDocumentation.cxx
@@ -155,7 +155,7 @@ static const char *cmDocumentationStandardSeeAlso[][3] =
 static const char *cmDocumentationCopyright[][3] =
 {
   {0,
-   "Copyright 2000-2009 Kitware, Inc., Insight Software Consortium.  "
+   "Copyright 2000-2012 Kitware, Inc., Insight Software Consortium.  "
    "All rights reserved.", 0},
   {0,
    "Redistribution and use in source and binary forms, with or without "
diff --git a/bootstrap b/bootstrap
index 713f01f..a4c4aa8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -357,7 +357,7 @@ Directory and file names:
 # Display CMake bootstrap usage
 cmake_version_display()
 {
-  echo "CMake ${cmake_version}, Copyright 2000-2011 Kitware, Inc."
+  echo "CMake ${cmake_version}, Copyright 2000-2012 Kitware, Inc."
 }
 
 # Display CMake bootstrap error, display the log file and exit

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

Summary of changes:
 Source/cmDocumentation.cxx |    2 +-
 bootstrap                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list