[Bf-blender-cvs] [3027e0bdcad] uv_unwrapping_slim_algorithm: UV Unwrapping SLIM: adding GPL header comment

Aurel Gruber noreply at git.blender.org
Tue Mar 14 09:43:13 CET 2017


Commit: 3027e0bdcadcd537b5027cb2e5e8afc89dad437f
Author: Aurel Gruber
Date:   Thu Mar 9 14:07:04 2017 +0100
Branches: uv_unwrapping_slim_algorithm
https://developer.blender.org/rB3027e0bdcadcd537b5027cb2e5e8afc89dad437f

UV Unwrapping SLIM: adding GPL header comment

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

M	intern/slim/area_compensation.h
M	intern/slim/geometry_data_retrieval.h
M	intern/slim/least_squares_relocator.h
M	intern/slim/matrix_transfer.h
M	intern/slim/slim.h
M	intern/slim/slim_c_interface.h
M	intern/slim/slim_parametrizer.h
M	intern/slim/src/area_compensation.cpp
M	intern/slim/src/geometry_data_retrieval.cpp
M	intern/slim/src/least_squares_relocator.cpp
M	intern/slim/src/slim.cpp
M	intern/slim/src/slim_c_interface.cpp
M	intern/slim/src/slim_parametrizer.cpp
M	intern/slim/src/uv_initializer.cpp
M	intern/slim/uv_initializer.h

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

diff --git a/intern/slim/area_compensation.h b/intern/slim/area_compensation.h
index e884c56baa6..d44bdc19613 100644
--- a/intern/slim/area_compensation.h
+++ b/intern/slim/area_compensation.h
@@ -1,10 +1,29 @@
-//
-//  areaCompensator.cpp
-//  Blender
-//
-//  Created by Aurel Gruber on 05.12.16.
-//
-//
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * 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) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): Aurel Gruber
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
 
 #include "slim.h"
 
diff --git a/intern/slim/geometry_data_retrieval.h b/intern/slim/geometry_data_retrieval.h
index 8f87c9f3aca..1ab96f9d77b 100644
--- a/intern/slim/geometry_data_retrieval.h
+++ b/intern/slim/geometry_data_retrieval.h
@@ -1,10 +1,29 @@
-//
-//  geometry_data_retrieval.h
-//  Blender
-//
-//  Created by Aurel Gruber on 05.12.16.
-//
-//
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * 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) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): Aurel Gruber
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
 
 #ifndef geometry_data_retrieval_h
 #define geometry_data_retrieval_h
diff --git a/intern/slim/least_squares_relocator.h b/intern/slim/least_squares_relocator.h
index fd3c862c307..24bbb97ecb2 100644
--- a/intern/slim/least_squares_relocator.h
+++ b/intern/slim/least_squares_relocator.h
@@ -1,10 +1,29 @@
-//
-//  least_squares_relocator.hpp
-//  Blender
-//
-//  Created by Aurel Gruber on 05.12.16.
-//
-//
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * 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) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): Aurel Gruber
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
 
 #ifndef least_squares_relocator_hpp
 #define least_squares_relocator_hpp
diff --git a/intern/slim/matrix_transfer.h b/intern/slim/matrix_transfer.h
index 8f9f1273ff5..fc275143936 100644
--- a/intern/slim/matrix_transfer.h
+++ b/intern/slim/matrix_transfer.h
@@ -1,11 +1,29 @@
-//
-//  matrix_transfer.h
-//  Blender
-//
-//  Created by Aurel Gruber on 21/04/16.
-//
-//
-
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * 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) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): Aurel Gruber
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
 
 #ifndef matrix_transfer_h
 #define matrix_transfer_h
diff --git a/intern/slim/slim.h b/intern/slim/slim.h
index 78cc66468c7..019e292a74b 100644
--- a/intern/slim/slim.h
+++ b/intern/slim/slim.h
@@ -5,6 +5,7 @@
 // This Source Code Form is subject to the terms of the Mozilla Public License
 // v. 2.0. If a copy of the MPL was not distributed with this file, You can
 // obtain one at http://mozilla.org/MPL/2.0/.
+
 #ifndef SLIM_H
 #define SLIM_H
 
diff --git a/intern/slim/slim_c_interface.h b/intern/slim/slim_c_interface.h
index 3e24081a172..008b9125398 100644
--- a/intern/slim/slim_c_interface.h
+++ b/intern/slim/slim_c_interface.h
@@ -1,10 +1,29 @@
-//
-//  slim_c_interface.h
-//  Blender
-//
-//  Created by Aurel Gruber on 30.11.16.
-//
-//
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * 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) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): Aurel Gruber
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
 
 #ifndef slim_c_interface_h
 #define slim_c_interface_h
diff --git a/intern/slim/slim_parametrizer.h b/intern/slim/slim_parametrizer.h
index e6b0898de6d..834f9a8bf20 100644
--- a/intern/slim/slim_parametrizer.h
+++ b/intern/slim/slim_parametrizer.h
@@ -1,3 +1,30 @@
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * 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) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): Aurel Gruber
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
 #ifndef slim_parametrizer_h
 #define slim_parametrizer_h
 
diff --git a/intern/slim/src/area_compensation.cpp b/intern/slim/src/area_compensation.cpp
index 9eb6bcc7076..f755e48c612 100644
--- a/intern/slim/src/area_compensation.cpp
+++ b/intern/slim/src/area_compensation.cpp
@@ -1,10 +1,29 @@
-//
-//  areaCompensator.cpp
-//  Blender
-//
-//  Created by Aurel Gruber on 05.12.16.
-//
-//
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * 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) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): Aurel Gruber
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
 
 #include "slim.h"
 
diff --git a/intern/slim/src/geometry_data_retrieval.cpp b/intern/slim/src/geometry_data_retrieval.cpp
index af3fc456516..4c5435ac716 100644
--- a/intern/slim/src/geometry_data_retrieval.cpp
+++ b/intern/slim/src/geometry_data_retrieval.cpp
@@ -1,10 +1,29 @@
-//
-//  geometry_data_retrieval.

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list