aboutsummaryrefslogtreecommitdiff
path: root/tests/test-json-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-28 22:39:59 -0500
committerTed Gould <ted@gould.cx>2010-06-28 22:39:59 -0500
commit511e68461114325f3685bc547517668b179b4914 (patch)
treebb5eccb3c3147f600e57af11ba7ea110e1cfac70 /tests/test-json-client.c
parent21eae6d351fc5608d1d312332dd0d93126fa6050 (diff)
downloadlibdbusmenu-511e68461114325f3685bc547517668b179b4914.tar.gz
libdbusmenu-511e68461114325f3685bc547517668b179b4914.tar.bz2
libdbusmenu-511e68461114325f3685bc547517668b179b4914.zip
Forgot copyright headers
Diffstat (limited to 'tests/test-json-client.c')
-rw-r--r--tests/test-json-client.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/test-json-client.c b/tests/test-json-client.c
index 62eb87c..73d64b0 100644
--- a/tests/test-json-client.c
+++ b/tests/test-json-client.c
@@ -1,3 +1,24 @@
+/*
+Test to check the json-loader and dbusmenu-dumper
+
+Copyright 2010 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/>.
+*/
+
#include <glib.h>
#include <gio/gio.h>
#include <dbus/dbus-glib.h>