~ken-vandine/indicator-applet/indicator-session-packaging

« back to all changes in this revision

Viewing changes to src/status-service-dbus.c

  • Committer: Ted Gould
  • Date: 2009-08-07 22:57:17 UTC
  • mfrom: (10.2.2 fusa.trunk)
  • Revision ID: ted@canonical.com-20090807225717-ns4cy0xgna6zes4i
Legal headers on the source files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
A small wrapper utility to load indicators and put them as menu items
 
3
into the gnome-panel using it's applet interface.
 
4
 
 
5
Copyright 2009 Canonical Ltd.
 
6
 
 
7
Authors:
 
8
    Ted Gould <ted@canonical.com>
 
9
 
 
10
This program is free software: you can redistribute it and/or modify it 
 
11
under the terms of the GNU General Public License version 3, as published 
 
12
by the Free Software Foundation.
 
13
 
 
14
This program is distributed in the hope that it will be useful, but 
 
15
WITHOUT ANY WARRANTY; without even the implied warranties of 
 
16
MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR 
 
17
PURPOSE.  See the GNU General Public License for more details.
 
18
 
 
19
You should have received a copy of the GNU General Public License along 
 
20
with this program.  If not, see <http://www.gnu.org/licenses/>.
 
21
*/
 
22
 
1
23
#ifdef HAVE_CONFIG_H
2
24
#include "config.h"
3
25
#endif