aboutsummaryrefslogtreecommitdiff
path: root/tests/json-loader.h
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/json-loader.h
parent21eae6d351fc5608d1d312332dd0d93126fa6050 (diff)
downloadlibdbusmenu-511e68461114325f3685bc547517668b179b4914.tar.gz
libdbusmenu-511e68461114325f3685bc547517668b179b4914.tar.bz2
libdbusmenu-511e68461114325f3685bc547517668b179b4914.zip
Forgot copyright headers
Diffstat (limited to 'tests/json-loader.h')
-rw-r--r--tests/json-loader.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/json-loader.h b/tests/json-loader.h
index 67e1c8b..666bb6e 100644
--- a/tests/json-loader.h
+++ b/tests/json-loader.h
@@ -1,3 +1,23 @@
+/*
+A loader to turn JSON into dbusmenu menuitems
+
+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/>.
+*/
#ifndef __DBUSMENU_JSON_LOADER_H__
#define __DBUSMENU_JSON_LOADER_H__