[gtksourceview] php.lang: relicense from GPL to LGPL



commit c487e201cf7c559b171b0b9214872a27931d29e0
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jul 21 14:19:07 2014 +0200

    php.lang: relicense from GPL to LGPL
    
    All the authors accept to relicense to LGPL, except Rowan Lewis who
    doesn't reply to my mails. Rowan Lewis's contribution is in the
    commit 837bc65f31435571942aa9d65a4e5c5ead7c8db6, which adds 6 keywords
    to php.lang. For such a small change the copyright doesn't really hold.
    It is explained for example in the GNU Coding Standards:
    
    "You don't need papers for changes of a few lines here or there, since
    they are not significant for copyright purposes."
    
    http://www.gnu.org/prep/standards/standards.html
    
    So I remove Rowan Lewis's copyright, and relicense php.lang to LGPL.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=159134

 data/language-specs/php.lang |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/data/language-specs/php.lang b/data/language-specs/php.lang
index e7a2f85..eeefe25 100644
--- a/data/language-specs/php.lang
+++ b/data/language-specs/php.lang
@@ -6,24 +6,23 @@
  Author: Francesco Gigli <jaramir aruba it>
  Copyright (C) 2003 Francesco Gigli <jaramir aruba it>
  Copyright (C) 2004 David A Knight <david ritter demon co uk>
- Copyright (C) 2005 Rowan Lewis <rowanjl gmail com>
  Copyright (C) 2006 Steve Frécinaux <steve istique net>
  Copyright (C) 2007 Patryk Zawadzki <patrys pld-linux org>
  Copyright (C) 2007 Eric Norige <thelema swbell net>
  Copyright (C) 2012 Christopher Blay <chris b blay gmail com>
 
- This library 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.
+ GtkSourceView 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 2.1 of the License, or (at your option) any later version.
 
- This program is distributed in the hope that it will be useful,
+ GtkSourceView 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, write to the Free Software
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 -->


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