aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorCedric Bosdonnat <cedric.bosdonnat@free.fr>2010-04-26 22:01:47 +0800
committerMilan Crha <mcrha@redhat.com>2010-04-26 22:01:47 +0800
commitbfd1a13f60b3b0bf914ce6d6e92f097c1ee05197 (patch)
tree2ab869519401928d36c6afb6131da0d40b644b1a /plugins
parent6daa837701f3af98eefa24a2f85e8960230fb123 (diff)
downloadgsoc2013-evolution-bfd1a13f60b3b0bf914ce6d6e92f097c1ee05197.tar
gsoc2013-evolution-bfd1a13f60b3b0bf914ce6d6e92f097c1ee05197.tar.gz
gsoc2013-evolution-bfd1a13f60b3b0bf914ce6d6e92f097c1ee05197.tar.bz2
gsoc2013-evolution-bfd1a13f60b3b0bf914ce6d6e92f097c1ee05197.tar.lz
gsoc2013-evolution-bfd1a13f60b3b0bf914ce6d6e92f097c1ee05197.tar.xz
gsoc2013-evolution-bfd1a13f60b3b0bf914ce6d6e92f097c1ee05197.tar.zst
gsoc2013-evolution-bfd1a13f60b3b0bf914ce6d6e92f097c1ee05197.zip
Bug #613392 - No copyright/licensing information for geo-utils
Diffstat (limited to 'plugins')
-rw-r--r--plugins/contacts-map/geo-utils.c22
-rw-r--r--plugins/contacts-map/geo-utils.h22
2 files changed, 44 insertions, 0 deletions
diff --git a/plugins/contacts-map/geo-utils.c b/plugins/contacts-map/geo-utils.c
index b44b926ef3..1168e38562 100644
--- a/plugins/contacts-map/geo-utils.c
+++ b/plugins/contacts-map/geo-utils.c
@@ -1,3 +1,25 @@
+/*
+ * 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 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
+ * 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:
+ * Cedric Bosdonnat <cedric.bosdonnat@free.fr>
+ *
+ * Copyright (C) 2009 Cedric Bosdonnat (http://cedric.bosdonnat.free.fr)
+ *
+ */
+
#include "geo-utils.h"
static gboolean is_clutter_initialized = FALSE;
diff --git a/plugins/contacts-map/geo-utils.h b/plugins/contacts-map/geo-utils.h
index 4560ed0b1a..c830151761 100644
--- a/plugins/contacts-map/geo-utils.h
+++ b/plugins/contacts-map/geo-utils.h
@@ -1,3 +1,25 @@
+/*
+ * 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 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
+ * 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:
+ * Cedric Bosdonnat <cedric.bosdonnat@free.fr>
+ *
+ * Copyright (C) 2009 Cedric Bosdonnat (http://cedric.bosdonnat.free.fr)
+ *
+ */
+
#include <gtk/gtk.h>
#include <glib.h>