[maemo-commits] [maemo-commits] r12621 - projects/tools/trunk/maemo_testing/maemo-examples

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jul 3 13:57:16 EEST 2007
Author: jampekka
Date: 2007-07-03 13:57:05 +0300 (Tue, 03 Jul 2007)
New Revision: 12621

Modified:
   projects/tools/trunk/maemo_testing/maemo-examples/example_alarm.c
Log:
Added missing license statement to example_alarm.c


Modified: projects/tools/trunk/maemo_testing/maemo-examples/example_alarm.c
===================================================================
--- projects/tools/trunk/maemo_testing/maemo-examples/example_alarm.c	2007-07-03 10:45:18 UTC (rev 12620)
+++ projects/tools/trunk/maemo_testing/maemo-examples/example_alarm.c	2007-07-03 10:57:05 UTC (rev 12621)
@@ -1,3 +1,27 @@
+/**
+ * This file is part of maemo-examples package
+ * 
+ * Copyright (c) 2007 Nokia Corporation
+ * 
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE. */
+
+
 #include <gtk/gtk.h>
 #include <alarm_event.h>
 #include <dbus/dbus-glib.h>


More information about the maemo-commits mailing list