changeset 9920:f07df9236ab7 octave-forge

quaternion: write license in DESCRIPTINO in an easy to parse automatically format
author carandraug
date Fri, 30 Mar 2012 01:03:40 +0000
parents 533c14f2f7b7
children 8bb074384554
files main/quaternion/DESCRIPTION main/strings/NEWS
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/main/quaternion/DESCRIPTION	Fri Mar 30 01:02:51 2012 +0000
+++ b/main/quaternion/DESCRIPTION	Fri Mar 30 01:03:40 2012 +0000
@@ -7,5 +7,5 @@
 Description: Overloaded operators for quaternions
 Depends: octave (>= 3.6.0)
 Autoload: yes
-License: GPL version 3 or later
+License: GPLv3+
 Url: http://octave.sf.net
--- a/main/strings/NEWS	Fri Mar 30 01:02:51 2012 +0000
+++ b/main/strings/NEWS	Fri Mar 30 01:03:40 2012 +0000
@@ -6,8 +6,8 @@
 
       strtrim
 
-  ** Package is no longer automatically loaded.
+ ** Package is no longer automatically loaded.
 
-  ** The function `cstrcmp' has been completely rewritten. It should
+ ** The function `cstrcmp' has been completely rewritten. It should
      perform faster and will accept arguments exactly the same way as
      Octave's core `strcmp'.