diff options
author | Ted Gould <ted@canonical.com> | 2009-08-26 10:15:57 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-26 10:15:57 -0500 |
commit | cffb400b0c368f4314f734596c144278dbb2ce53 (patch) | |
tree | 9d3b682db1ae4b984fc590746c17f2fbfff4f810 /src | |
parent | 7c407863390dbe97bccad51a52baf3ffc65d213b (diff) | |
download | ayatana-indicator-messages-cffb400b0c368f4314f734596c144278dbb2ce53.tar.gz ayatana-indicator-messages-cffb400b0c368f4314f734596c144278dbb2ce53.tar.bz2 ayatana-indicator-messages-cffb400b0c368f4314f734596c144278dbb2ce53.zip |
Legal crap.
Diffstat (limited to 'src')
-rw-r--r-- | src/messages-service-dbus.c | 22 | ||||
-rw-r--r-- | src/messages-service-dbus.h | 22 |
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__ |