summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-02-10 16:59:39 +0000
committerRoss Burton <ross@linux.intel.com>2009-02-10 16:59:39 +0000
commit89771bfc996a78b0649fbbc64b61df69ee5eabcb (patch)
tree40054db757d84c72122a0bccb963a80689316678 /tests
parent9aaf271d168e2b2fa797827beaab98e28acd100c (diff)
downloadlibrest-89771bfc996a78b0649fbbc64b61df69ee5eabcb.tar.gz
Add license header to the tests
Diffstat (limited to 'tests')
-rw-r--r--tests/echo.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/echo.c b/tests/echo.c
index 2b51739..0061e1c 100644
--- a/tests/echo.c
+++ b/tests/echo.c
@@ -1,3 +1,27 @@
+/*
+ * librest - RESTful web services access
+ * Copyright (c) 2009 Intel Corporation.
+ *
+ * Authors: Rob Bradford <rob@linux.intel.com>
+ * Ross Burton <ross@linux.intel.com>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU Lesser General Public License,
+ * version 2.1, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope 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 program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
+
+#include <config.h>
+
#include <string.h>
#include <stdlib.h>
#include <libsoup/soup.h>