aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-05-12 08:51:39 -0500
committerTed Gould <ted@canonical.com>2009-05-12 08:51:39 -0500
commita2f612da2fe73e6e22abf2fadbe18d4a12e52b1f (patch)
treea7f392e2583ec9c35e250b134ac6a4a529578240 /libdbusmenu-glib/client.h
parentbbeb7864cc36c0c50a94361ae6edfe3c83bb56c3 (diff)
downloadlibdbusmenu-a2f612da2fe73e6e22abf2fadbe18d4a12e52b1f.tar.gz
libdbusmenu-a2f612da2fe73e6e22abf2fadbe18d4a12e52b1f.tar.bz2
libdbusmenu-a2f612da2fe73e6e22abf2fadbe18d4a12e52b1f.zip
Add in the LGPL 2.1/3 text to the tops of the files.
Diffstat (limited to 'libdbusmenu-glib/client.h')
-rw-r--r--libdbusmenu-glib/client.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client.h b/libdbusmenu-glib/client.h
index 002e0e5..d591ebb 100644
--- a/libdbusmenu-glib/client.h
+++ b/libdbusmenu-glib/client.h
@@ -1,3 +1,31 @@
+/*
+A library to communicate a menu object set accross DBus and
+track updates and maintain consistency.
+
+Copyright 2009 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 either or both of the following licenses:
+
+1) the GNU Lesser General Public License version 3, as published by the
+Free Software Foundation; and/or
+2) the GNU Lesser General Public License version 2.1, 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 applicable version of the GNU Lesser General Public
+License for more details.
+
+You should have received a copy of both the GNU Lesser General Public
+License version 3 and version 2.1 along with this program. If not, see
+<http://www.gnu.org/licenses/>
+*/
+
#ifndef __DBUSMENU_CLIENT_H__
#define __DBUSMENU_CLIENT_H__