aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm.c
diff options
context:
space:
mode:
authorSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-10-08 19:06:15 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-10-08 19:06:15 +0800
commit48edab7b48fc3965701cda4a5d743a7d7053114f (patch)
treeedafcd4fcc690d45d49d8051db38ec85af7a9548 /calendar/gui/alarm-notify/alarm.c
parente1ed13a4b36ba23bb2b7a8f762d8b23eda4dcce0 (diff)
downloadgsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar
gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar.gz
gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar.bz2
gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar.lz
gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar.xz
gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar.zst
gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.zip
Change License from GPL to LGPL.
svn path=/trunk/; revision=36576
Diffstat (limited to 'calendar/gui/alarm-notify/alarm.c')
-rw-r--r--calendar/gui/alarm-notify/alarm.c31
1 files changed, 17 insertions, 14 deletions
diff --git a/calendar/gui/alarm-notify/alarm.c b/calendar/gui/alarm-notify/alarm.c
index 7f6d1f41d5..bf96f1f664 100644
--- a/calendar/gui/alarm-notify/alarm.c
+++ b/calendar/gui/alarm-notify/alarm.c
@@ -1,23 +1,26 @@
-/* Evolution calendar - Low-level alarm timer mechanism
- *
- * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- * Authors: Miguel de Icaza <miguel@ximian.com>
- * Federico Mena-Quintero <federico@ximian.com>
+/*
+ * Evolution calendar - Low-level alarm timer mechanism
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) version 3.
*
* 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 General Public License for more details.
+ * 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 the program; if not, see <http://www.gnu.org/licenses/>
+ *
+ *
+ * Authors:
+ * Miguel de Icaza <miguel@ximian.com>
+ * Federico Mena-Quintero <federico@ximian.com>
+ *
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <config.h>