[anjuta] project-wizard: Add file forgotten in the previous commit



commit 8df14157c5286886dd672680a7d5c9ce44af7620
Author: SÃbastien Granjoux <seb sfo free fr>
Date:   Mon Jan 30 19:28:15 2012 +0100

    project-wizard: Add file forgotten in the previous commit

 plugins/project-wizard/templates/licenses.tpl.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/plugins/project-wizard/templates/licenses.tpl.in b/plugins/project-wizard/templates/licenses.tpl.in
new file mode 100644
index 0000000..29a7c90
--- /dev/null
+++ b/plugins/project-wizard/templates/licenses.tpl.in
@@ -0,0 +1,6 @@
+<property type="list" name="License" _label="License" _description="Select code license" default="gpl" editable="no">
+	<item name="gpl" _label="General Public License (GPL)"/>
+	<item name="lgpl" _label="Lesser General Public License (LGPL)"/>
+	<item name="bsd" _label="Berkeley Software Distribution License (BSD)"/>
+	<item name="none" _label="No license"/>
+</property>



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