diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 10:11:32 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 10:11:32 -0400 |
commit | 95d709f429490ec4d3a636b8cf0747ceedbbc995 (patch) | |
tree | e6e64ca83555d0074177a386bb9e604f6fda4915 /tests/service-manager-connect-service.c | |
parent | 36fb97c7c97c3b40b48190e8e37b494bdff9edb9 (diff) | |
parent | 8677620e7825d0ac249f5bc71210e4cf5dab53ec (diff) | |
download | libayatana-indicator-95d709f429490ec4d3a636b8cf0747ceedbbc995.tar.gz libayatana-indicator-95d709f429490ec4d3a636b8cf0747ceedbbc995.tar.bz2 libayatana-indicator-95d709f429490ec4d3a636b8cf0747ceedbbc995.zip |
* New upstream release.
* Build Fixes
* Adding license to test files (LP: #684886)
* Bump API/ABI versions appropriately and make easier to edit them in
the future
* Adding a name-hint to the indicator entries
* Merging scroll functions into a single good one (LP: #804618)
* debian/*install, control: Changing ABI version number bump in package names
* debian/rules: Making GTK2 the special case as GTK3 is default now
* debian/*install: Fixing pkgconfig file names
Diffstat (limited to 'tests/service-manager-connect-service.c')
-rw-r--r-- | tests/service-manager-connect-service.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/service-manager-connect-service.c b/tests/service-manager-connect-service.c index d60e414..7f57f96 100644 --- a/tests/service-manager-connect-service.c +++ b/tests/service-manager-connect-service.c @@ -1,3 +1,25 @@ +/* +Test for libindicator + +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/>. +*/ + #include <glib.h> #include "libindicator/indicator-service.h" |