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
path: root/extern
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 /extern
parent38984b10ff7b8c61c5e1b85a971c77841de5f4e7 (diff)
Cleanup: remove contributors for CMake files
Following removal from C source code. See: 8c68ed6df16d8893
Diffstat (limited to 'extern')
-rw-r--r--extern/CMakeLists.txt5
-rw-r--r--extern/bullet2/CMakeLists.txt5
-rw-r--r--extern/ceres/CMakeLists.txt4
-rw-r--r--extern/clew/CMakeLists.txt5
-rw-r--r--extern/cuew/CMakeLists.txt5
-rw-r--r--extern/gflags/CMakeLists.txt4
-rw-r--r--extern/glew-es/CMakeLists.txt5
-rw-r--r--extern/glew/CMakeLists.txt5
-rw-r--r--extern/glog/CMakeLists.txt4
-rw-r--r--extern/gmock/CMakeLists.txt3
-rw-r--r--extern/gtest/CMakeLists.txt3
-rw-r--r--extern/lzma/CMakeLists.txt5
-rw-r--r--extern/lzo/CMakeLists.txt5
-rw-r--r--extern/sdlew/CMakeLists.txt5
-rw-r--r--extern/wcwidth/CMakeLists.txt5
-rw-r--r--extern/xdnd/CMakeLists.txt5
16 files changed, 0 insertions, 73 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 3abf88fd259..2b18be71941 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -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 *****
# Libs that adhere to strict flags
diff --git a/extern/bullet2/CMakeLists.txt b/extern/bullet2/CMakeLists.txt
index 949a8b01bd2..7a19b553fdb 100644
--- a/extern/bullet2/CMakeLists.txt
+++ b/extern/bullet2/CMakeLists.txt
@@ -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 Beaurai, Erwin Coumans
-#
# ***** END GPL LICENSE BLOCK *****
set(INC
diff --git a/extern/ceres/CMakeLists.txt b/extern/ceres/CMakeLists.txt
index 82695133a15..3a9ade5510a 100644
--- a/extern/ceres/CMakeLists.txt
+++ b/extern/ceres/CMakeLists.txt
@@ -16,10 +16,6 @@
#
# The Original Code is Copyright (C) 2012, Blender Foundation
# All rights reserved.
-#
-# Contributor(s): Blender Foundation,
-# Sergey Sharybin
-#
# ***** END GPL LICENSE BLOCK *****
# NOTE: This file is automatically generated by bundle.sh script
diff --git a/extern/clew/CMakeLists.txt b/extern/clew/CMakeLists.txt
index f75e933034f..940db3d7194 100644
--- a/extern/clew/CMakeLists.txt
+++ b/extern/clew/CMakeLists.txt
@@ -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 *****
set(INC
diff --git a/extern/cuew/CMakeLists.txt b/extern/cuew/CMakeLists.txt
index 9ba390b3225..1fc5c8f6978 100644
--- a/extern/cuew/CMakeLists.txt
+++ b/extern/cuew/CMakeLists.txt
@@ -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 *****
set(INC
diff --git a/extern/gflags/CMakeLists.txt b/extern/gflags/CMakeLists.txt
index a473e6ffb40..da24e5504a3 100644
--- a/extern/gflags/CMakeLists.txt
+++ b/extern/gflags/CMakeLists.txt
@@ -16,10 +16,6 @@
#
# The Original Code is Copyright (C) 2016, Blender Foundation
# All rights reserved.
-#
-# Contributor(s): Blender Foundation,
-# Sergey Sharybin
-#
# ***** END GPL LICENSE BLOCK *****
set(INC
diff --git a/extern/glew-es/CMakeLists.txt b/extern/glew-es/CMakeLists.txt
index ea25425df81..8f14855bf4f 100644
--- a/extern/glew-es/CMakeLists.txt
+++ b/extern/glew-es/CMakeLists.txt
@@ -16,11 +16,6 @@
#
# The Original Code is Copyright (C) 2013, Blender Foundation
# All rights reserved.
-#
-# The Original Code is: all of this file.
-#
-# Contributor(s): Jason Wilkins
-#
# ***** END GPL LICENSE BLOCK *****
set(INC
diff --git a/extern/glew/CMakeLists.txt b/extern/glew/CMakeLists.txt
index c9323fa12b2..47d38586d1a 100644
--- a/extern/glew/CMakeLists.txt
+++ b/extern/glew/CMakeLists.txt
@@ -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 *****
set(INC
diff --git a/extern/glog/CMakeLists.txt b/extern/glog/CMakeLists.txt
index df64718ee95..82b415d06d7 100644
--- a/extern/glog/CMakeLists.txt
+++ b/extern/glog/CMakeLists.txt
@@ -16,10 +16,6 @@
#
# The Original Code is Copyright (C) 2016, Blender Foundation
# All rights reserved.
-#
-# Contributor(s): Blender Foundation,
-# Sergey Sharybin
-#
# ***** END GPL LICENSE BLOCK *****
set(INC
diff --git a/extern/gmock/CMakeLists.txt b/extern/gmock/CMakeLists.txt
index c0c87009328..73e524d80cd 100644
--- a/extern/gmock/CMakeLists.txt
+++ b/extern/gmock/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/extern/gtest/CMakeLists.txt b/extern/gtest/CMakeLists.txt
index 21b296f93df..22b47e76b12 100644
--- a/extern/gtest/CMakeLists.txt
+++ b/extern/gtest/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 *****
# avoid noisy warnings
diff --git a/extern/lzma/CMakeLists.txt b/extern/lzma/CMakeLists.txt
index 31670f595f6..d4fe8ade9ba 100644
--- a/extern/lzma/CMakeLists.txt
+++ b/extern/lzma/CMakeLists.txt
@@ -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): Daniel Genrich
-#
# ***** END GPL LICENSE BLOCK *****
set(INC
diff --git a/extern/lzo/CMakeLists.txt b/extern/lzo/CMakeLists.txt
index 23bbf268cc6..e4609963d29 100644
--- a/extern/lzo/CMakeLists.txt
+++ b/extern/lzo/CMakeLists.txt
@@ -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): Daniel Genrich
-#
# ***** END GPL LICENSE BLOCK *****
remove_strict_flags()
diff --git a/extern/sdlew/CMakeLists.txt b/extern/sdlew/CMakeLists.txt
index 8571ad9251d..c0cd9944755 100644
--- a/extern/sdlew/CMakeLists.txt
+++ b/extern/sdlew/CMakeLists.txt
@@ -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 *****
set(INC
diff --git a/extern/wcwidth/CMakeLists.txt b/extern/wcwidth/CMakeLists.txt
index 724c5ea5d74..29a2977c3eb 100644
--- a/extern/wcwidth/CMakeLists.txt
+++ b/extern/wcwidth/CMakeLists.txt
@@ -16,11 +16,6 @@
#
# The Original Code is Copyright (C) 2013, Blender Foundation
# All rights reserved.
-#
-# The Original Code is: all of this file.
-#
-# Contributor(s): none yet.
-#
# ***** END GPL LICENSE BLOCK *****
set(INC
diff --git a/extern/xdnd/CMakeLists.txt b/extern/xdnd/CMakeLists.txt
index 832ddfde396..9a24606d133 100644
--- a/extern/xdnd/CMakeLists.txt
+++ b/extern/xdnd/CMakeLists.txt
@@ -16,11 +16,6 @@
#
# The Original Code is Copyright (C) 2012, Blender Foundation
# All rights reserved.
-#
-# The Original Code is: all of this file.
-#
-# Contributor(s): Sergey Sharybin.
-#
# ***** END GPL LICENSE BLOCK *****
set(INC