diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 00:28:26 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 00:28:26 -0500 |
commit | c1034173faf54120c693c984123f343968621359 (patch) | |
tree | d34d08d7e2602b8177f5d043b22418b32f14de1e /tests/dummy-indicator-simple.c | |
parent | 50607d3ff1fbbfec73be70d4220e9f826237b846 (diff) | |
parent | 9cca8d7de8e5d04886aae8e7f2c118c4ca3c65e8 (diff) | |
download | libayatana-indicator-c1034173faf54120c693c984123f343968621359.tar.gz libayatana-indicator-c1034173faf54120c693c984123f343968621359.tar.bz2 libayatana-indicator-c1034173faf54120c693c984123f343968621359.zip |
Import upstream version 0.3.90
Diffstat (limited to 'tests/dummy-indicator-simple.c')
-rw-r--r-- | tests/dummy-indicator-simple.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/dummy-indicator-simple.c b/tests/dummy-indicator-simple.c index 70937ba..1aab711 100644 --- a/tests/dummy-indicator-simple.c +++ b/tests/dummy-indicator-simple.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 <glib-object.h> |