Cleanup: update copyright and Blender description

This commit is contained in:
Aaron Carlisle 2017-02-28 11:59:18 -05:00
parent 87f236cd10
commit c1012c6c3a
Notes: blender-bot 2023-02-14 11:35:46 +01:00
Referenced by issue #50565, Transform: Planar constraints don't work properly with non-Blender key configurations
1 changed files with 4 additions and 3 deletions

View File

@ -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@blender.org")
set(PROJECT_VENDOR "Blender Foundation")
@ -135,4 +137,3 @@ unset(MINOR_VERSION)
unset(PATCH_VERSION)
unset(BUILD_REV)