[Bf-blender-cvs] [e4343f6aa27] functions: add license headers

Jacques Lucke noreply at git.blender.org
Thu Feb 13 18:58:56 CET 2020


Commit: e4343f6aa27480810d6634b62877f57cbc24b8c4
Author: Jacques Lucke
Date:   Thu Feb 13 18:08:38 2020 +0100
Branches: functions
https://developer.blender.org/rBe4343f6aa27480810d6634b62877f57cbc24b8c4

add license headers

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

M	source/blender/blenlib/BLI_color.h
M	source/blender/blenlib/BLI_float2.h
M	source/blender/blenlib/BLI_float3.h
M	source/blender/blenlib/BLI_float4x4.h

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

diff --git a/source/blender/blenlib/BLI_color.h b/source/blender/blenlib/BLI_color.h
index 7c104754b76..bc27706116d 100644
--- a/source/blender/blenlib/BLI_color.h
+++ b/source/blender/blenlib/BLI_color.h
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
 #ifndef __BLI_COLOR_H__
 #define __BLI_COLOR_H__
 
diff --git a/source/blender/blenlib/BLI_float2.h b/source/blender/blenlib/BLI_float2.h
index fb2bdf77c16..c95302e7431 100644
--- a/source/blender/blenlib/BLI_float2.h
+++ b/source/blender/blenlib/BLI_float2.h
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
 #ifndef __BLI_FLOAT2_H__
 #define __BLI_FLOAT2_H__
 
diff --git a/source/blender/blenlib/BLI_float3.h b/source/blender/blenlib/BLI_float3.h
index 1b085fa1b16..bff673b872f 100644
--- a/source/blender/blenlib/BLI_float3.h
+++ b/source/blender/blenlib/BLI_float3.h
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
 #ifndef __BLI_FLOAT3_H__
 #define __BLI_FLOAT3_H__
 
diff --git a/source/blender/blenlib/BLI_float4x4.h b/source/blender/blenlib/BLI_float4x4.h
index c1f72439eba..61e458cc85e 100644
--- a/source/blender/blenlib/BLI_float4x4.h
+++ b/source/blender/blenlib/BLI_float4x4.h
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
 #ifndef __BLI_FLOAT4X4_H__
 #define __BLI_FLOAT4X4_H__



More information about the Bf-blender-cvs mailing list