[Bf-blender-cvs] [c1012c6c3a] master: Cleanup: update copyright and Blender description

Aaron Carlisle noreply at git.blender.org
Tue Feb 28 18:05:11 CET 2017


Commit: c1012c6c3a271746ee59a0d2ffc76b0d6f976352
Author: Aaron Carlisle
Date:   Tue Feb 28 11:59:18 2017 -0500
Branches: master
https://developer.blender.org/rBc1012c6c3a271746ee59a0d2ffc76b0d6f976352

Cleanup: update copyright and Blender description

===================================================================

M	build_files/cmake/packaging.cmake

===================================================================

diff --git a/build_files/cmake/packaging.cmake b/build_files/cmake/packaging.cmake
index c7063ed677..e8621bc457 100644
--- a/build_files/cmake/packaging.cmake
+++ b/build_files/cmake/packaging.cmake
@@ -1,5 +1,7 @@
-set(PROJECT_DESCRIPTION  "Blender is a very fast and versatile 3D modeller/renderer.")
-set(PROJECT_COPYRIGHT    "Copyright (C) 2001-2012 Blender Foundation")
+string(TIMESTAMP CURRENT_YEAR "%Y")
+
+set(PROJECT_DESCRIPTION  "Blender is the free and open source 3D creation suite software.")
+set(PROJECT_COPYRIGHT    "Copyright (C) 2001-${CURRENT_YEAR} Blender Foundation")
 set(PROJECT_CONTACT      "foundation at blender.org")
 set(PROJECT_VENDOR       "Blender Foundation")
 
@@ -135,4 +137,3 @@ unset(MINOR_VERSION)
 unset(PATCH_VERSION)
 
 unset(BUILD_REV)
-




More information about the Bf-blender-cvs mailing list