From ab5e69e6609d3724423021b011bc711d7dbf8a5d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Feb 2019 09:10:32 +1100 Subject: Cleanup: remove contributors for CMake files Following removal from C source code. See: 8c68ed6df16d8893 --- tests/gtests/alembic/CMakeLists.txt | 3 --- tests/gtests/blenlib/CMakeLists.txt | 3 --- tests/gtests/bmesh/CMakeLists.txt | 3 --- tests/gtests/guardedalloc/CMakeLists.txt | 3 --- tests/gtests/testing/CMakeLists.txt | 3 --- tests/python/CMakeLists.txt | 3 --- tests/python/collada/CMakeLists.txt | 3 --- tests/python/view_layer/CMakeLists.txt | 3 --- 8 files changed, 24 deletions(-) (limited to 'tests') diff --git a/tests/gtests/alembic/CMakeLists.txt b/tests/gtests/alembic/CMakeLists.txt index 3e794898ebe..bf1577ff33a 100644 --- a/tests/gtests/alembic/CMakeLists.txt +++ b/tests/gtests/alembic/CMakeLists.txt @@ -16,9 +16,6 @@ # # The Original Code is Copyright (C) 2014, Blender Foundation # All rights reserved. -# -# Contributor(s): Sybren A. Stüvel -# # ***** END GPL LICENSE BLOCK ***** set(INC diff --git a/tests/gtests/blenlib/CMakeLists.txt b/tests/gtests/blenlib/CMakeLists.txt index 277dfd7afe1..e837f703423 100644 --- a/tests/gtests/blenlib/CMakeLists.txt +++ b/tests/gtests/blenlib/CMakeLists.txt @@ -16,9 +16,6 @@ # # The Original Code is Copyright (C) 2014, Blender Foundation # All rights reserved. -# -# Contributor(s): Sergey Sharybin -# # ***** END GPL LICENSE BLOCK ***** set(INC diff --git a/tests/gtests/bmesh/CMakeLists.txt b/tests/gtests/bmesh/CMakeLists.txt index b62141e5984..6bd2be1ad83 100644 --- a/tests/gtests/bmesh/CMakeLists.txt +++ b/tests/gtests/bmesh/CMakeLists.txt @@ -16,9 +16,6 @@ # # The Original Code is Copyright (C) 2014, Blender Foundation # All rights reserved. -# -# Contributor(s): Howard Trickey -# # ***** END GPL LICENSE BLOCK ***** set(INC diff --git a/tests/gtests/guardedalloc/CMakeLists.txt b/tests/gtests/guardedalloc/CMakeLists.txt index 0063d0ed873..812285c3e33 100644 --- a/tests/gtests/guardedalloc/CMakeLists.txt +++ b/tests/gtests/guardedalloc/CMakeLists.txt @@ -16,9 +16,6 @@ # # The Original Code is Copyright (C) 2014, Blender Foundation # All rights reserved. -# -# Contributor(s): Sergey Sharybin -# # ***** END GPL LICENSE BLOCK ***** set(INC diff --git a/tests/gtests/testing/CMakeLists.txt b/tests/gtests/testing/CMakeLists.txt index 95ac59e6dce..22d2b960730 100644 --- a/tests/gtests/testing/CMakeLists.txt +++ b/tests/gtests/testing/CMakeLists.txt @@ -16,9 +16,6 @@ # # The Original Code is Copyright (C) 2014, Blender Foundation # All rights reserved. -# -# Contributor(s): Sergey Sharybin -# # ***** END GPL LICENSE BLOCK ***** set(INC diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index 9faedf93d62..1e4b5b19b92 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -13,9 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# Contributor(s): Jacques Beaurain. -# # ***** END GPL LICENSE BLOCK ***** # --env-system-scripts allows to run without the install target. diff --git a/tests/python/collada/CMakeLists.txt b/tests/python/collada/CMakeLists.txt index 4307eec3791..66d72611b63 100644 --- a/tests/python/collada/CMakeLists.txt +++ b/tests/python/collada/CMakeLists.txt @@ -13,9 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# Contributor(s): Jacques Beaurain. -# # ***** END GPL LICENSE BLOCK ***** # --env-system-scripts allows to run without the install target. diff --git a/tests/python/view_layer/CMakeLists.txt b/tests/python/view_layer/CMakeLists.txt index cec839a3efc..54eb29a7454 100644 --- a/tests/python/view_layer/CMakeLists.txt +++ b/tests/python/view_layer/CMakeLists.txt @@ -13,9 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# Contributor(s): Jacques Beaurain, Dalai Felinto. -# # ***** END GPL LICENSE BLOCK ***** # --env-system-scripts allows to run without the install target. -- cgit v1.2.3