[gimp-help-2] Change license of CSS and XSL stylesheets



commit 2ecc01353807591f9684ad793bf93bbeb16ed2c8
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date:   Sat Sep 11 14:30:11 2010 +0200

    Change license of CSS and XSL stylesheets
    
    Stylesheets are more (like) programs than documents, so we should
    better switch to an appropriate license (GNU General Public License
    Version 2 insted of GNU Free Documentation License Version 1.1).

 stylesheets/drafthtml.xsl        |    4 ++--
 stylesheets/gimp-help-draft.css  |    2 +-
 stylesheets/gimp-help-plain.css  |    2 +-
 stylesheets/gimp-help-screen.css |    2 +-
 stylesheets/gimp22.css           |    2 +-
 stylesheets/htmlalternate.xsl.in |    4 ++--
 stylesheets/plainhtml.xsl.in     |    4 ++--
 stylesheets/plainprint.xsl       |    5 +++--
 8 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/stylesheets/drafthtml.xsl b/stylesheets/drafthtml.xsl
index 807b94a..a9058db 100644
--- a/stylesheets/drafthtml.xsl
+++ b/stylesheets/drafthtml.xsl
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- This file is part of the gimp-help-2 project and is 
      (C) 2008 The GIMP Documentation Team.
-     You may use this file in accordance to the GNU Free Documentation License
-     Version 1.1 which is available from http://www.gnu.org.
+     You may use this file in accordance to the GNU General Public License
+     Version 2 which is available from http://www.gnu.org.
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
                 xmlns="http://www.w3.org/1999/xhtml";>
diff --git a/stylesheets/gimp-help-draft.css b/stylesheets/gimp-help-draft.css
index 83ccffd..cec7d46 100644
--- a/stylesheets/gimp-help-draft.css
+++ b/stylesheets/gimp-help-draft.css
@@ -1,6 +1,6 @@
 /*
    This file is part of gimp-help-2. It is copyrighted under the GNU
-   Free Documentation License Version 1.1 which you can get from
+   General Public License Version 2 which you can get from
    http://www.gnu.org
 */
   
diff --git a/stylesheets/gimp-help-plain.css b/stylesheets/gimp-help-plain.css
index ba01085..ecb0c41 100644
--- a/stylesheets/gimp-help-plain.css
+++ b/stylesheets/gimp-help-plain.css
@@ -1,5 +1,5 @@
 /* This file is part of gimp-help-2. It is copyrighted under the GNU
-   Free Documentation License Version 1.1 which you can get from
+   General Public License Version 2 which you can get from
    http://www.gnu.org */
   
 body
diff --git a/stylesheets/gimp-help-screen.css b/stylesheets/gimp-help-screen.css
index ed13a1d..6030f26 100644
--- a/stylesheets/gimp-help-screen.css
+++ b/stylesheets/gimp-help-screen.css
@@ -1,5 +1,5 @@
 /* This file is part of gimp-help-2. It is copyrighted under the GNU
-   Free Documentation License Version 1.1 which you can get from
+   General Public License Version 2 which you can get from
    http://www.gnu.org 
    
    Browser wrangling and typographic design by
diff --git a/stylesheets/gimp22.css b/stylesheets/gimp22.css
index 277f3cb..b92cbf0 100644
--- a/stylesheets/gimp22.css
+++ b/stylesheets/gimp22.css
@@ -1,5 +1,5 @@
 /* This file is part of gimp-help-2. It is copyrighted under the GNU
-   Free Documentation License Version 1.1 which you can get from
+   General Public License Version 2 which you can get from
    http://www.gnu.org 
    
    This  CSS file is (nearly) equivalent to
diff --git a/stylesheets/htmlalternate.xsl.in b/stylesheets/htmlalternate.xsl.in
index 4940d67..21ef861 100644
--- a/stylesheets/htmlalternate.xsl.in
+++ b/stylesheets/htmlalternate.xsl.in
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- This file is part of the gimp-help-2 project and is 
      (C) 2002, 2003, 2004, 2005, 2006, 2007 Daniel Egger, Róman Joost
-     You may use this file in accordance to the GNU Free Documentation License
-     Version 1.1 which is available from http://www.gnu.org. -->
+     You may use this file in accordance to the GNU General Public License
+     Version 2 which is available from http://www.gnu.org. -->
 
 <!-- Usage: include this file from "stylesheets/plainhtml.xsl".  -->
 
diff --git a/stylesheets/plainhtml.xsl.in b/stylesheets/plainhtml.xsl.in
index bc9a211..79142a3 100644
--- a/stylesheets/plainhtml.xsl.in
+++ b/stylesheets/plainhtml.xsl.in
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- This file is part of the gimp-help-2 project and is
      (C) 2002, 2003, 2004, 2005, 2006 Daniel Egger, Róman Joost
-     You may use this file in accordance to the GNU Free Documentation License
-     Version 1.1 which is available from http://www.gnu.org.
+     You may use this file in accordance to the GNU General Public License
+     Version 2 which is available from http://www.gnu.org.
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
     xmlns="http://www.w3.org/1999/xhtml";>
diff --git a/stylesheets/plainprint.xsl b/stylesheets/plainprint.xsl
index bf786d5..4523b08 100644
--- a/stylesheets/plainprint.xsl
+++ b/stylesheets/plainprint.xsl
@@ -2,8 +2,9 @@
 
 <!--
   This file is part of the gimp-help-2 project and is
-  You may use this file in accordance to the GNU Free Documentation License
-  Version 1.1 which is available from http://www.gnu.org.
+  (C) 2002, 2003, 2004, 2005, 2006 Daniel Egger, Róman Joost
+  You may use this file in accordance to the GNU General Public License
+  Version 2 which is available from http://www.gnu.org.
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
 



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