aboutsummaryrefslogtreecommitdiff
path: root/tests/test-loader.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 00:28:26 -0500
committerTed Gould <ted@gould.cx>2011-07-07 00:28:26 -0500
commitc1034173faf54120c693c984123f343968621359 (patch)
treed34d08d7e2602b8177f5d043b22418b32f14de1e /tests/test-loader.c
parent50607d3ff1fbbfec73be70d4220e9f826237b846 (diff)
parent9cca8d7de8e5d04886aae8e7f2c118c4ca3c65e8 (diff)
downloadlibayatana-indicator-c1034173faf54120c693c984123f343968621359.tar.gz
libayatana-indicator-c1034173faf54120c693c984123f343968621359.tar.bz2
libayatana-indicator-c1034173faf54120c693c984123f343968621359.zip
Import upstream version 0.3.90
Diffstat (limited to 'tests/test-loader.c')
-rw-r--r--tests/test-loader.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/test-loader.c b/tests/test-loader.c
index f5e05dc..ac9d4e5 100644
--- a/tests/test-loader.c
+++ b/tests/test-loader.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 <gtk/gtk.h>
#include "libindicator/indicator-object.h"