[SCM] calf/master: + LV2: Typo fix, licence to license

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:36:57 UTC 2013


The following commit has been merged in the master branch:
commit 06b1c4ecf478e6593a30ad396c410a8bd36ff2b9
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sat Jan 12 00:07:50 2008 +0000

    + LV2: Typo fix, licence to license
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@89 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index c3a30e9..a03ef58 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -113,9 +113,9 @@ void make_ttl()
             + "> a lv2:Plugin ;\n";
         ttl += "    doap:name \""+string(pi.info->name)+"\" ;\n";
 #if USE_PHAT
-        ttl += "    doap:licence <http://usefulinc.com/doap/licenses/gpl> ;\n";
+        ttl += "    doap:license <http://usefulinc.com/doap/licenses/gpl> ;\n";
 #else
-        ttl += "    doap:licence <http://usefulinc.com/doap/licenses/lgpl> ;\n";
+        ttl += "    doap:license <http://usefulinc.com/doap/licenses/lgpl> ;\n";
 #endif
         if (pi.rt_capable)
             ttl += "    lv2:optionalFeature lv2:hardRtCapable ;\n";

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list