aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-service.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-07 14:23:24 -0600
committerTed Gould <ted@gould.cx>2009-12-07 14:23:24 -0600
commit93ef960d306b2263ba725043b334b46bc9eccc90 (patch)
treea5e1464403fa75ce9456e6540b87734d18d8db05 /libindicator/indicator-service.h
parent578ffd23fbf58d7ddc5eb4ddfa3588dba535304e (diff)
parent2a521b2f35876f9eb55bbbccb86a947072c5a68d (diff)
downloadlibayatana-indicator-93ef960d306b2263ba725043b334b46bc9eccc90.tar.gz
libayatana-indicator-93ef960d306b2263ba725043b334b46bc9eccc90.tar.bz2
libayatana-indicator-93ef960d306b2263ba725043b334b46bc9eccc90.zip
* Licensing and doc updates.
* Minor code cleanups
Diffstat (limited to 'libindicator/indicator-service.h')
-rw-r--r--libindicator/indicator-service.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/libindicator/indicator-service.h b/libindicator/indicator-service.h
index 59c5385..bda9cb7 100644
--- a/libindicator/indicator-service.h
+++ b/libindicator/indicator-service.h
@@ -1,3 +1,26 @@
+/*
+An object used to provide a simple interface for a service
+to query version and manage whether it's running.
+
+Copyright 2009 Canonical Ltd.
+
+Authors:
+ Ted Gould <ted@canonical.com>
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+version 3.0 as published by the Free Software Foundation.
+
+This library 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 version 3.0 for more details.
+
+You should have received a copy of the GNU General Public
+License along with this library. If not, see
+<http://www.gnu.org/licenses/>.
+*/
+
#ifndef __INDICATOR_SERVICE_H__
#define __INDICATOR_SERVICE_H__