Paul Cercueil / libiio

Dependencies:   libserialport libxml2

Revision:
2:9eb0a9a1f958
Parent:
0:df031b60ca29
Child:
3:d147beabba0e
--- a/iiod-client.c	Thu Aug 25 16:01:01 2016 +0000
+++ b/iiod-client.c	Tue Sep 20 15:34:31 2016 +0000
@@ -1,9 +1,27 @@
+/*
+ * libiio - Library for interfacing industrial I/O (IIO) devices
+ *
+ * Copyright (C) 2014-2016 Analog Devices, Inc.
+ * Author: Paul Cercueil <paul.cercueil@analog.com>
+ *
+ * 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; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * 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.
+ *
+ */
+
 #include "debug.h"
 #include "iiod-client.h"
-#include "iio-errno.h"
 #include "iio-lock.h"
 #include "iio-private.h"
 
+#include <errno.h>
 #include <inttypes.h>
 #include <string.h>
 #include <stdio.h>