From 6cbb4c576addc4f5322c0fb444a9af1e649fdb8e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 2 Feb 2019 01:45:34 +1100 Subject: Cleanup: manually remove header text not handled by automation --- intern/opensubdiv/internal/opensubdiv.cc | 3 --- intern/opensubdiv/internal/opensubdiv_gl_mesh.cc | 3 --- intern/opensubdiv/internal/opensubdiv_util.cc | 3 --- intern/opensubdiv/internal/opensubdiv_util.h | 3 --- intern/opensubdiv/shader/gpu_shader_opensubdiv_fragment.glsl | 6 ------ intern/opensubdiv/shader/gpu_shader_opensubdiv_geometry.glsl | 6 ------ intern/opensubdiv/shader/gpu_shader_opensubdiv_vertex.glsl | 6 ------ 7 files changed, 30 deletions(-) (limited to 'intern/opensubdiv') diff --git a/intern/opensubdiv/internal/opensubdiv.cc b/intern/opensubdiv/internal/opensubdiv.cc index c2945ed25ab..b535532b3ae 100644 --- a/intern/opensubdiv/internal/opensubdiv.cc +++ b/intern/opensubdiv/internal/opensubdiv.cc @@ -13,9 +13,6 @@ // 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. -// -// Author: Sergey Sharybin -// Contributor(s): Brecht van Lommel #include "opensubdiv_capi.h" diff --git a/intern/opensubdiv/internal/opensubdiv_gl_mesh.cc b/intern/opensubdiv/internal/opensubdiv_gl_mesh.cc index 06ff0276464..469480e0fcd 100644 --- a/intern/opensubdiv/internal/opensubdiv_gl_mesh.cc +++ b/intern/opensubdiv/internal/opensubdiv_gl_mesh.cc @@ -13,9 +13,6 @@ // 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. -// -// Author: Sergey Sharybin -// Contributor(s): Brecht van Lommel #include "opensubdiv_gl_mesh_capi.h" diff --git a/intern/opensubdiv/internal/opensubdiv_util.cc b/intern/opensubdiv/internal/opensubdiv_util.cc index 317d9d9e06a..040c9a07512 100644 --- a/intern/opensubdiv/internal/opensubdiv_util.cc +++ b/intern/opensubdiv/internal/opensubdiv_util.cc @@ -13,9 +13,6 @@ // 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. -// -// Author: Sergey Sharybin -// Contributor(s): Brecht van Lommel #include "internal/opensubdiv_util.h" diff --git a/intern/opensubdiv/internal/opensubdiv_util.h b/intern/opensubdiv/internal/opensubdiv_util.h index 1e4ed1b0d54..067c194478c 100644 --- a/intern/opensubdiv/internal/opensubdiv_util.h +++ b/intern/opensubdiv/internal/opensubdiv_util.h @@ -13,9 +13,6 @@ // 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. -// -// Author: Sergey Sharybin -// Contributor(s): Brecht van Lommel #ifndef OPENSUBDIV_UTIL_H_ #define OPENSUBDIV_UTIL_H_ diff --git a/intern/opensubdiv/shader/gpu_shader_opensubdiv_fragment.glsl b/intern/opensubdiv/shader/gpu_shader_opensubdiv_fragment.glsl index 1e36d549360..76a18df8c32 100644 --- a/intern/opensubdiv/shader/gpu_shader_opensubdiv_fragment.glsl +++ b/intern/opensubdiv/shader/gpu_shader_opensubdiv_fragment.glsl @@ -1,6 +1,4 @@ /* - * ***** 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 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2014 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sergey Sharybin - * - * ***** END GPL LICENSE BLOCK ***** */ struct VertexData { diff --git a/intern/opensubdiv/shader/gpu_shader_opensubdiv_geometry.glsl b/intern/opensubdiv/shader/gpu_shader_opensubdiv_geometry.glsl index b16a5cca733..4c57f4e469a 100644 --- a/intern/opensubdiv/shader/gpu_shader_opensubdiv_geometry.glsl +++ b/intern/opensubdiv/shader/gpu_shader_opensubdiv_geometry.glsl @@ -1,6 +1,4 @@ /* - * ***** 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 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2014 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sergey Sharybin - * - * ***** END GPL LICENSE BLOCK ***** */ struct VertexData { diff --git a/intern/opensubdiv/shader/gpu_shader_opensubdiv_vertex.glsl b/intern/opensubdiv/shader/gpu_shader_opensubdiv_vertex.glsl index 6fcf5ad20cd..1e89a806b18 100644 --- a/intern/opensubdiv/shader/gpu_shader_opensubdiv_vertex.glsl +++ b/intern/opensubdiv/shader/gpu_shader_opensubdiv_vertex.glsl @@ -1,6 +1,4 @@ /* - * ***** 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 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2014 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sergey Sharybin - * - * ***** END GPL LICENSE BLOCK ***** */ struct VertexData { -- cgit v1.2.3