[gegl] spherize: fix license notice



commit 58c917f830a6c06c4670d29d87d7f511af00073b
Author: Ell <ell_se yahoo com>
Date:   Thu Apr 26 09:10:50 2018 -0400

    spherize: fix license notice
    
    GPL => LGPL

 operations/common/spherize.c |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/operations/common/spherize.c b/operations/common/spherize.c
index 2b30b09..f3e1d7c 100644
--- a/operations/common/spherize.c
+++ b/operations/common/spherize.c
@@ -1,20 +1,19 @@
 /* This file is an image processing operation for GEGL
  *
- * 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 3 of the License, or
- * (at your option) any later version.
+ * GEGL is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * GEGL 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.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with GEGL; if not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) 2017 Ell
- *
  */
 
 #include "config.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]