diff options
author | Ted Gould <ted@gould.cx> | 2009-11-30 16:45:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-11-30 16:45:40 -0600 |
commit | dfb75241e76764555b0504ace5d2aa989792fabe (patch) | |
tree | 5abb0b7fa72dedabe337c2549f097a5a83f50984 /src/application-service.xml | |
parent | 9028f21b88fda1ecfadddddbf7f97d736ee762af (diff) | |
download | ayatana-indicator-application-dfb75241e76764555b0504ace5d2aa989792fabe.tar.gz ayatana-indicator-application-dfb75241e76764555b0504ace5d2aa989792fabe.tar.bz2 ayatana-indicator-application-dfb75241e76764555b0504ace5d2aa989792fabe.zip |
Header for a DBus interface description, not sure if that's right or not.
Diffstat (limited to 'src/application-service.xml')
-rw-r--r-- | src/application-service.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index ec96297..fdd25bb 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +An interface for communication between the service and indicator. + +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/>. +--> <node name="/"> <interface name="org.ayatana.indicator.application.service"> <!-- Properties --> |