1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: Add licensing conditions for file doc/manual.css
File doc/manual.css was taken from the octave-interval package. The
licensing conditions are only mentioned. This patch add the actual
terms, taken from:
https://sourceforge.net/p/octave/interval/ci/default/tree/doc/manual.texinfo
Author: Rafael Laboissiere <rafael@debian.org>
Forwarded: https://savannah.gnu.org/bugs/index.php?49133
Last-Update: 2016-09-19
--- octave-bsltl-1.0.2.orig/doc/manual.css
+++ octave-bsltl-1.0.2/doc/manual.css
@@ -1,8 +1,12 @@
/*
This is part of the GNU Octave Interval Package Manual.
Copyright 2015-2016 Oliver Heimlich.
-See the file manual.texinfo for copying conditions.
-*/
+
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License, Version 3 or any
+later version published by the Free Software Foundation. A copy of the
+license is included in GNU General Public License.
+/*
/*
Modified by: Fernando Pujaico Rivera 04 may 2016.
|