Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-05 01:10:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-05 01:10:32 +0300
commitab5e69e6609d3724423021b011bc711d7dbf8a5d (patch)
tree8b0c8c9794659a89f86ef5f5976cd8d4c4f38d77 /build_files
parent38984b10ff7b8c61c5e1b85a971c77841de5f4e7 (diff)
Cleanup: remove contributors for CMake files
Following removal from C source code. See: 8c68ed6df16d8893
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/RpmBuild.cmake1
-rw-r--r--build_files/cmake/macros.cmake5
-rw-r--r--build_files/cmake/platform/platform_apple.cmake3
-rw-r--r--build_files/cmake/platform/platform_apple_xcode.cmake3
-rw-r--r--build_files/cmake/platform/platform_unix.cmake3
-rw-r--r--build_files/cmake/platform/platform_win32.cmake3
6 files changed, 0 insertions, 18 deletions
diff --git a/build_files/cmake/RpmBuild.cmake b/build_files/cmake/RpmBuild.cmake
index 36c8768dd0e..4e3047b4c6c 100644
--- a/build_files/cmake/RpmBuild.cmake
+++ b/build_files/cmake/RpmBuild.cmake
@@ -1,4 +1,3 @@
-#
# VLMC RPM Finder
# Authors: Rohit Yadav <rohityadav89@gmail.com>
#
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index e250eae19a4..5b6e3fa0011 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -16,11 +16,6 @@
#
# The Original Code is Copyright (C) 2006, Blender Foundation
# All rights reserved.
-#
-# The Original Code is: all of this file.
-#
-# Contributor(s): Jacques Beaurain.
-#
# ***** END GPL LICENSE BLOCK *****
macro(list_insert_after
diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index 758c746625e..2515867d442 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -16,9 +16,6 @@
#
# The Original Code is Copyright (C) 2016, Blender Foundation
# All rights reserved.
-#
-# Contributor(s): Sergey Sharybin.
-#
# ***** END GPL LICENSE BLOCK *****
# Libraries configuration for Apple.
diff --git a/build_files/cmake/platform/platform_apple_xcode.cmake b/build_files/cmake/platform/platform_apple_xcode.cmake
index 04fda25b7f5..27d337753d8 100644
--- a/build_files/cmake/platform/platform_apple_xcode.cmake
+++ b/build_files/cmake/platform/platform_apple_xcode.cmake
@@ -16,9 +16,6 @@
#
# The Original Code is Copyright (C) 2016, Blender Foundation
# All rights reserved.
-#
-# Contributor(s): Jacques Beaurain.
-#
# ***** END GPL LICENSE BLOCK *****
# Xcode and system configuration for Apple.
diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
index b2f880ab8b3..2bfc4cda20c 100644
--- a/build_files/cmake/platform/platform_unix.cmake
+++ b/build_files/cmake/platform/platform_unix.cmake
@@ -16,9 +16,6 @@
#
# The Original Code is Copyright (C) 2016, Blender Foundation
# All rights reserved.
-#
-# Contributor(s): Sergey Sharybin.
-#
# ***** END GPL LICENSE BLOCK *****
# Libraries configuration for any *nix system including Linux and Unix.
diff --git a/build_files/cmake/platform/platform_win32.cmake b/build_files/cmake/platform/platform_win32.cmake
index 04ab2aeb93a..5b738e06763 100644
--- a/build_files/cmake/platform/platform_win32.cmake
+++ b/build_files/cmake/platform/platform_win32.cmake
@@ -16,9 +16,6 @@
#
# The Original Code is Copyright (C) 2016, Blender Foundation
# All rights reserved.
-#
-# Contributor(s): Sergey Sharybin.
-#
# ***** END GPL LICENSE BLOCK *****
# Libraries configuration for Windows.