aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-26 10:15:57 -0500
committerTed Gould <ted@canonical.com>2009-08-26 10:15:57 -0500
commitcffb400b0c368f4314f734596c144278dbb2ce53 (patch)
tree9d3b682db1ae4b984fc590746c17f2fbfff4f810
parent7c407863390dbe97bccad51a52baf3ffc65d213b (diff)
downloadayatana-indicator-messages-cffb400b0c368f4314f734596c144278dbb2ce53.tar.gz
ayatana-indicator-messages-cffb400b0c368f4314f734596c144278dbb2ce53.tar.bz2
ayatana-indicator-messages-cffb400b0c368f4314f734596c144278dbb2ce53.zip
Legal crap.
-rw-r--r--src/messages-service-dbus.c22
-rw-r--r--src/messages-service-dbus.h22
2 files changed, 44 insertions, 0 deletions
diff --git a/src/messages-service-dbus.c b/src/messages-service-dbus.c
index 108360b..7b0a0ff 100644
--- a/src/messages-service-dbus.c
+++ b/src/messages-service-dbus.c
@@ -1,3 +1,25 @@
+/*
+An indicator to show information that is in messaging applications
+that the user is using.
+
+Copyright 2009 Canonical Ltd.
+
+Authors:
+ Ted Gould <ted@canonical.com>
+
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License version 3, as published
+by the Free Software Foundation.
+
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranties of
+MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/src/messages-service-dbus.h b/src/messages-service-dbus.h
index 1075eb4..caf50db 100644
--- a/src/messages-service-dbus.h
+++ b/src/messages-service-dbus.h
@@ -1,3 +1,25 @@
+/*
+An indicator to show information that is in messaging applications
+that the user is using.
+
+Copyright 2009 Canonical Ltd.
+
+Authors:
+ Ted Gould <ted@canonical.com>
+
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License version 3, as published
+by the Free Software Foundation.
+
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranties of
+MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __MESSAGE_SERVICE_DBUS_H__
#define __MESSAGE_SERVICE_DBUS_H__