aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-06-22 16:40:55 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-06-22 16:41:34 +0300
commitb164771eedbf79eed88c11282d7a5f54fac77539 (patch)
tree68306561a2965bbfde52f13f05460ea037c48e7b /client
parent6df9bf0d08af2e87dc6d0eceeb2bccb4cac8964a (diff)
Added copyright statements, and updated COPYING to LGPL 2.1
Diffstat (limited to 'client')
-rw-r--r--client/client.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/client/client.c b/client/client.c
index 33ddbf1..34eac68 100644
--- a/client/client.c
+++ b/client/client.c
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* This library is free software; you can redistribute */
+/* it and/or modify it under the terms of the GNU Lesser General Public */
+/* License as published by the Free Software Foundation */
+/* version 2.1 of the License. */
+/* */
+/* 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 */
+/* Lesser General Public License for more details. */
+/* */
+/* You should have received a copy of the GNU Lesser General Public */
+/* License along with this library; if not, write to the Free Software */
+/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 */
+/* USA. */
+/******************************************************************************/
+
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>