[Esbox-commits] r378 - in trunk/org.indt.esbox.ui/templates/HildonGUIApplication: . src

raul at garage.maemo.org raul at garage.maemo.org
Fri Jan 18 16:14:10 EET 2008


Author: raul
Date: 2008-01-18 16:14:06 +0200 (Fri, 18 Jan 2008)
New Revision: 378

Modified:
   trunk/org.indt.esbox.ui/templates/HildonGUIApplication/src/localisation.h
   trunk/org.indt.esbox.ui/templates/HildonGUIApplication/src/main.c
   trunk/org.indt.esbox.ui/templates/HildonGUIApplication/template.properties
   trunk/org.indt.esbox.ui/templates/HildonGUIApplication/template.xml
Log:
legal header added

Modified: trunk/org.indt.esbox.ui/templates/HildonGUIApplication/src/localisation.h
===================================================================
--- trunk/org.indt.esbox.ui/templates/HildonGUIApplication/src/localisation.h	2008-01-18 14:01:43 UTC (rev 377)
+++ trunk/org.indt.esbox.ui/templates/HildonGUIApplication/src/localisation.h	2008-01-18 14:14:06 UTC (rev 378)
@@ -1,3 +1,20 @@
+/*******************************************************************************
+ * Copyright (c) 2007 INdT.
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU Lesser General Public License for more details.
+
+ *  You should have received a copy of the GNU Lesser General Public License
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
 /*
  ============================================================================
  Name        : localisation.h
@@ -2,4 +19,3 @@
  Author      : $(author)
- Version     :
- Copyright   : $(copyright)
+ Version     : $(version)
  Description : Header with localization facilities

Modified: trunk/org.indt.esbox.ui/templates/HildonGUIApplication/src/main.c
===================================================================
--- trunk/org.indt.esbox.ui/templates/HildonGUIApplication/src/main.c	2008-01-18 14:01:43 UTC (rev 377)
+++ trunk/org.indt.esbox.ui/templates/HildonGUIApplication/src/main.c	2008-01-18 14:14:06 UTC (rev 378)
@@ -1,3 +1,20 @@
+/*******************************************************************************
+ * Copyright (c) 2007 INdT.
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU Lesser General Public License for more details.
+
+ *  You should have received a copy of the GNU Lesser General Public License
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
 /*
  ============================================================================
  Name        : main.c
@@ -2,4 +19,3 @@
  Author      : $(author)
- Version     :
- Copyright   : $(copyright)
+ Version     : $(version)
  Description : Hildon GUI Application in C

Modified: trunk/org.indt.esbox.ui/templates/HildonGUIApplication/template.properties
===================================================================
--- trunk/org.indt.esbox.ui/templates/HildonGUIApplication/template.properties	2008-01-18 14:01:43 UTC (rev 377)
+++ trunk/org.indt.esbox.ui/templates/HildonGUIApplication/template.properties	2008-01-18 14:14:06 UTC (rev 378)
@@ -7,9 +7,6 @@
 HildonGUIApplication.authorEmail.description=Name of the author
 HildonGUIApplication.authorEmail.label=Author E-mail
 HildonGUIApplication.authorEmail.description=E-mail of the author
-HildonGUIApplication.copyright.label=Copyright notice
-HildonGUIApplication.copyright.description=Your copyright notice
-HildonGUIApplication.copyright.default=Your copyright notice
 HildonGUIApplication.message.default=Hello World!!!
 HildonGUIApplication.message.description=Your hello world greeting message
 HildonGUIApplication.message.label=Hello world greeting

Modified: trunk/org.indt.esbox.ui/templates/HildonGUIApplication/template.xml
===================================================================
--- trunk/org.indt.esbox.ui/templates/HildonGUIApplication/template.xml	2008-01-18 14:01:43 UTC (rev 377)
+++ trunk/org.indt.esbox.ui/templates/HildonGUIApplication/template.xml	2008-01-18 14:14:06 UTC (rev 378)
@@ -20,14 +20,6 @@
 			default=""
 			hidden="false"
 			persist="true"/>
-		<property id="copyright"
-			label="%HildonGUIApplication.copyright.label"
-			description="%HildonGUIApplication.copyright.description"
-			type="input"
-			pattern=".*"
-			default="%HildonGUIApplication.copyright.default"
-			hidden="false"
-			persist="true"/>
 		<property id="message"
 			label="%HildonGUIApplication.message.label"
 			description="%HildonGUIApplication.message.description"



More information about the Esbox-commits mailing list