[Bf-blender-cvs] [318009615d7] temp-T97352-3d-texturing-seam-bleeding-b2: Updated license headers.

Jeroen Bakker noreply at git.blender.org
Tue Sep 20 15:23:01 CEST 2022


Commit: 318009615d761d442796ab7954a4b84c97d31a6c
Author: Jeroen Bakker
Date:   Tue Sep 20 14:01:55 2022 +0200
Branches: temp-T97352-3d-texturing-seam-bleeding-b2
https://developer.blender.org/rB318009615d761d442796ab7954a4b84c97d31a6c

Updated license headers.

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

M	source/blender/blenkernel/BKE_uv_islands.hh
M	source/blender/blenkernel/intern/uv_islands.cc
M	source/blender/blenlib/BLI_vector_list.hh

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

diff --git a/source/blender/blenkernel/BKE_uv_islands.hh b/source/blender/blenkernel/BKE_uv_islands.hh
index 6a49b4d3dab..aa5c012919b 100644
--- a/source/blender/blenkernel/BKE_uv_islands.hh
+++ b/source/blender/blenkernel/BKE_uv_islands.hh
@@ -1,4 +1,3 @@
-
 /* SPDX-License-Identifier: GPL-2.0-or-later */
 
 #pragma once
diff --git a/source/blender/blenkernel/intern/uv_islands.cc b/source/blender/blenkernel/intern/uv_islands.cc
index b73df29beaf..6ed8fd02f2c 100644
--- a/source/blender/blenkernel/intern/uv_islands.cc
+++ b/source/blender/blenkernel/intern/uv_islands.cc
@@ -1,4 +1,3 @@
-
 /* SPDX-License-Identifier: GPL-2.0-or-later */
 
 #include "BKE_uv_islands.hh"
diff --git a/source/blender/blenlib/BLI_vector_list.hh b/source/blender/blenlib/BLI_vector_list.hh
index d9226d40874..fd454c7cfa6 100644
--- a/source/blender/blenlib/BLI_vector_list.hh
+++ b/source/blender/blenlib/BLI_vector_list.hh
@@ -1,18 +1,4 @@
-/*
- * 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.
- */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 
 #pragma once
 
@@ -32,7 +18,7 @@ template<typename T> class VectorList {
   static constexpr int64_t vector_capacity_soft_limit = 4096;
 
   /**
-   * Contains the individual vectors. There must always be at least one vector.
+   * Contains the individual vectors. There must always be at least one vector
    */
   Vector<UsedVector> vectors_;



More information about the Bf-blender-cvs mailing list