[Bf-blender-cvs] [ed959cd912f] tmp-vulkan: Cleanup: Added license headers.

Jeroen Bakker noreply at git.blender.org
Wed Jun 23 14:14:25 CEST 2021


Commit: ed959cd912f8990dcd211159353c76ecf45af4e8
Author: Jeroen Bakker
Date:   Wed Jun 23 14:14:14 2021 +0200
Branches: tmp-vulkan
https://developer.blender.org/rBed959cd912f8990dcd211159353c76ecf45af4e8

Cleanup: Added license headers.

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

M	intern/shader_compiler/intern/Compiler.cc
M	intern/shader_compiler/intern/Result.cc
M	intern/shader_compiler/intern/shaderc/ShaderCCompiler.cc
M	intern/shader_compiler/intern/shaderc/ShaderCCompiler.hh
M	intern/shader_compiler/intern/shaderc/ShaderCResult.cc
M	intern/shader_compiler/intern/shaderc/ShaderCResult.hh
M	intern/shader_compiler/shader_compiler.hh
M	source/blender/gpu/tests/gpu_shader_compiler_test.cc

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

diff --git a/intern/shader_compiler/intern/Compiler.cc b/intern/shader_compiler/intern/Compiler.cc
index ae606d95598..a2d9b632bc9 100644
--- a/intern/shader_compiler/intern/Compiler.cc
+++ b/intern/shader_compiler/intern/Compiler.cc
@@ -1,3 +1,22 @@
+/*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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.
+ *
+ * The Original Code is Copyright (C) 2021 by Blender Foundation.
+ * All rights reserved.
+ */
+
 #include "shader_compiler.hh"
 
 #include "intern/shaderc/ShaderCCompiler.hh"
diff --git a/intern/shader_compiler/intern/Result.cc b/intern/shader_compiler/intern/Result.cc
index 34a33387af3..f7de2ec4423 100644
--- a/intern/shader_compiler/intern/Result.cc
+++ b/intern/shader_compiler/intern/Result.cc
@@ -1,3 +1,22 @@
+/*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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.
+ *
+ * The Original Code is Copyright (C) 2021 by Blender Foundation.
+ * All rights reserved.
+ */
+
 #include "shader_compiler.hh"
 
 namespace shader_compiler {
diff --git a/intern/shader_compiler/intern/shaderc/ShaderCCompiler.cc b/intern/shader_compiler/intern/shaderc/ShaderCCompiler.cc
index c8dddbea3aa..a2c4c59f15c 100644
--- a/intern/shader_compiler/intern/shaderc/ShaderCCompiler.cc
+++ b/intern/shader_compiler/intern/shaderc/ShaderCCompiler.cc
@@ -1,3 +1,21 @@
+/*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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.
+ *
+ * The Original Code is Copyright (C) 2021 by Blender Foundation.
+ * All rights reserved.
+ */
 
 #include "ShaderCCompiler.hh"
 #include "ShaderCResult.hh"
diff --git a/intern/shader_compiler/intern/shaderc/ShaderCCompiler.hh b/intern/shader_compiler/intern/shaderc/ShaderCCompiler.hh
index e699c86a440..560d919ef4d 100644
--- a/intern/shader_compiler/intern/shaderc/ShaderCCompiler.hh
+++ b/intern/shader_compiler/intern/shaderc/ShaderCCompiler.hh
@@ -1,3 +1,22 @@
+/*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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.
+ *
+ * The Original Code is Copyright (C) 2021 by Blender Foundation.
+ * All rights reserved.
+ */
+
 #pragma once
 
 #include "shader_compiler.hh"
diff --git a/intern/shader_compiler/intern/shaderc/ShaderCResult.cc b/intern/shader_compiler/intern/shaderc/ShaderCResult.cc
index f0849ddd055..bec96cc72d1 100644
--- a/intern/shader_compiler/intern/shaderc/ShaderCResult.cc
+++ b/intern/shader_compiler/intern/shaderc/ShaderCResult.cc
@@ -1,3 +1,21 @@
+/*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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.
+ *
+ * The Original Code is Copyright (C) 2021 by Blender Foundation.
+ * All rights reserved.
+ */
 
 #include "ShaderCResult.hh"
 
diff --git a/intern/shader_compiler/intern/shaderc/ShaderCResult.hh b/intern/shader_compiler/intern/shaderc/ShaderCResult.hh
index 4a3417c7a62..df7f210b2ae 100644
--- a/intern/shader_compiler/intern/shaderc/ShaderCResult.hh
+++ b/intern/shader_compiler/intern/shaderc/ShaderCResult.hh
@@ -1,3 +1,22 @@
+/*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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.
+ *
+ * The Original Code is Copyright (C) 2021 by Blender Foundation.
+ * All rights reserved.
+ */
+
 #pragma once
 
 #include "shader_compiler.hh"
diff --git a/intern/shader_compiler/shader_compiler.hh b/intern/shader_compiler/shader_compiler.hh
index c1dd314c225..a13d5a8f8df 100644
--- a/intern/shader_compiler/shader_compiler.hh
+++ b/intern/shader_compiler/shader_compiler.hh
@@ -1,3 +1,21 @@
+/*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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.
+ *
+ * The Original Code is Copyright (C) 2021 by Blender Foundation.
+ * All rights reserved.
+ */
 
 #pragma once
 
diff --git a/source/blender/gpu/tests/gpu_shader_compiler_test.cc b/source/blender/gpu/tests/gpu_shader_compiler_test.cc
index 8c80a5d65f0..4c0b8cb4d67 100644
--- a/source/blender/gpu/tests/gpu_shader_compiler_test.cc
+++ b/source/blender/gpu/tests/gpu_shader_compiler_test.cc
@@ -1,3 +1,4 @@
+/* Apache License, Version 2.0 */
 
 #include "gpu_testing.hh"
 #include "shader_compiler.hh"



More information about the Bf-blender-cvs mailing list