build: add built .plugin files to CLEANFILES
[anjuta.git] / plugins / project-wizard / templates / licenses.tpl.in
blob29a7c90940180c6d0eae0b9393699f5ffbba2e23
1 <property type="list" name="License" _label="License" _description="Select code license" default="gpl" editable="no">
2         <item name="gpl" _label="General Public License (GPL)"/>
3         <item name="lgpl" _label="Lesser General Public License (LGPL)"/>
4         <item name="bsd" _label="Berkeley Software Distribution License (BSD)"/>
5         <item name="none" _label="No license"/>
6 </property>