[anjuta] Add 'BSD' as a valid license in the Class Generator



commit fb548a947430eb8af84face45a8c95780833fc01
Author: Jasper Lievisse Adriaanse <jasper humppa nl>
Date:   Tue Jul 12 11:34:02 2011 +0200

    Add 'BSD' as a valid license in the Class Generator
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654445

 plugins/class-gen/anjuta-class-gen-plugin.ui |    3 +++
 plugins/class-gen/window.c                   |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/plugins/class-gen/anjuta-class-gen-plugin.ui b/plugins/class-gen/anjuta-class-gen-plugin.ui
index f866e86..e61ea5c 100644
--- a/plugins/class-gen/anjuta-class-gen-plugin.ui
+++ b/plugins/class-gen/anjuta-class-gen-plugin.ui
@@ -32,6 +32,9 @@
         <col id="0" translatable="yes">Lesser General Public License (LGPL)</col>
       </row>
       <row>
+        <col id="0" translatable="yes">Berkeley Software Distribution License (BSD)</col>
+      </row>
+      <row>
         <col id="0" translatable="yes">No License</col>
       </row>
     </data>
diff --git a/plugins/class-gen/window.c b/plugins/class-gen/window.c
index 542c8e2..83316a8 100644
--- a/plugins/class-gen/window.c
+++ b/plugins/class-gen/window.c
@@ -1287,6 +1287,7 @@ cg_window_create_value_heap (CgWindow *window)
 	static const gchar *LICENSES[] = {
 		"GPL",
 		"LGPL",
+		"BSD",
 		"NONE"
 	};
 



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