From e548294de20392922bc8d0e76807c4c49efb27b0 Mon Sep 17 00:00:00 2001 From: Campbell Barton <campbell@blender.org> Date: Fri, 4 Aug 2023 13:24:15 +1000 Subject: [PATCH] License headers: remove GPL header from OSL template script Original script from Sylvio Sell [0] has "Blender Foundation" listed as copyright holder. In general template scripts are examples that users can use as a reference without the copyright applying to their work. [0]: http://maitag.de/~semmi/blender/lyapunov/osl/lyapunov.osl --- scripts/templates_osl/lyapunov_texture.osl | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/scripts/templates_osl/lyapunov_texture.osl b/scripts/templates_osl/lyapunov_texture.osl index b658c076139..70c3d54229f 100644 --- a/scripts/templates_osl/lyapunov_texture.osl +++ b/scripts/templates_osl/lyapunov_texture.osl @@ -1,26 +1,8 @@ -/* - * Copyright 2013, Blender Foundation. - * - * 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. - */ - /* * Lyapunov Shader - in memory of great mathematician Aleksandr Mikhailovich Lyapunov * Original code: Sylvio Sell - maitag.de - Rostock Germany 2013 * OSL port by Thomas Dinges - * More information: https://developer.blender.org/T32305 + * More information: https://projects.blender.org/blender/blender/issues/32305 */ /* Fac_Type -- GitLab