[Xenomai-git] Philippe Gerum : demo/posix/cobalt: add missing licensing terms

2015-06-29 Thread git repository hosting
Module: xenomai-3
Branch: master
Commit: e8c75d40cae036834c8e37c5c21d1ee6994972da
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=e8c75d40cae036834c8e37c5c21d1ee6994972da

Author: Philippe Gerum 
Date:   Thu Jun 18 17:44:29 2015 +0200

demo/posix/cobalt: add missing licensing terms

---

 demo/posix/cobalt/bufp-label.c |   17 +
 demo/posix/cobalt/bufp-readwrite.c |   17 +
 demo/posix/cobalt/iddp-label.c |   17 +
 demo/posix/cobalt/iddp-sendrecv.c  |   17 +
 demo/posix/cobalt/xddp-echo.c  |   17 +
 demo/posix/cobalt/xddp-label.c |   17 +
 demo/posix/cobalt/xddp-stream.c|   17 +
 7 files changed, 119 insertions(+)

diff --git a/demo/posix/cobalt/bufp-label.c b/demo/posix/cobalt/bufp-label.c
index 09cd549..0b76686 100644
--- a/demo/posix/cobalt/bufp-label.c
+++ b/demo/posix/cobalt/bufp-label.c
@@ -1,4 +1,21 @@
 /*
+ * Copyright (C) 2009 Philippe Gerum .
+ *
+ * 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 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.
+
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
+ *
+ *
  * BUFP-based client/server demo, using the read(2)/write(2)
  * system calls to exchange data over a socket.
  *
diff --git a/demo/posix/cobalt/bufp-readwrite.c 
b/demo/posix/cobalt/bufp-readwrite.c
index a79a0d4..1796e30 100644
--- a/demo/posix/cobalt/bufp-readwrite.c
+++ b/demo/posix/cobalt/bufp-readwrite.c
@@ -1,4 +1,21 @@
 /*
+ * Copyright (C) 2009 Philippe Gerum .
+ *
+ * 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 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.
+
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
+ *
+ *
  * BUFP-based client/server demo, using the read(2)/write(2)
  * system calls to exchange data over a socket.
  *
diff --git a/demo/posix/cobalt/iddp-label.c b/demo/posix/cobalt/iddp-label.c
index 519f169..f4718a4 100644
--- a/demo/posix/cobalt/iddp-label.c
+++ b/demo/posix/cobalt/iddp-label.c
@@ -1,4 +1,21 @@
 /*
+ * Copyright (C) 2009 Philippe Gerum .
+ *
+ * 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 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.
+
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
+ *
+ *
  * IDDP-based client/server demo, using the write(2)/recvfrom(2)
  * system calls to exchange data over a socket.
  *
diff --git a/demo/posix/cobalt/iddp-sendrecv.c 
b/demo/posix/cobalt/iddp-sendrecv.c
index eda48a2..734d474 100644
--- a/demo/posix/cobalt/iddp-sendrecv.c
+++ b/demo/posix/cobalt/iddp-sendrecv.c
@@ -1,4 +1,21 @@
 /*
+ * Copyright (C) 2009 Philippe Gerum .
+ *
+ * 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 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.
+
+ * You should have received a copy of the GNU Lesser General Public
+ * License al

[Xenomai-git] Philippe Gerum : demo/posix/cobalt: add missing licensing terms

2015-06-18 Thread git repository hosting
Module: xenomai-3
Branch: next
Commit: e8c75d40cae036834c8e37c5c21d1ee6994972da
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=e8c75d40cae036834c8e37c5c21d1ee6994972da

Author: Philippe Gerum 
Date:   Thu Jun 18 17:44:29 2015 +0200

demo/posix/cobalt: add missing licensing terms

---

 demo/posix/cobalt/bufp-label.c |   17 +
 demo/posix/cobalt/bufp-readwrite.c |   17 +
 demo/posix/cobalt/iddp-label.c |   17 +
 demo/posix/cobalt/iddp-sendrecv.c  |   17 +
 demo/posix/cobalt/xddp-echo.c  |   17 +
 demo/posix/cobalt/xddp-label.c |   17 +
 demo/posix/cobalt/xddp-stream.c|   17 +
 7 files changed, 119 insertions(+)

diff --git a/demo/posix/cobalt/bufp-label.c b/demo/posix/cobalt/bufp-label.c
index 09cd549..0b76686 100644
--- a/demo/posix/cobalt/bufp-label.c
+++ b/demo/posix/cobalt/bufp-label.c
@@ -1,4 +1,21 @@
 /*
+ * Copyright (C) 2009 Philippe Gerum .
+ *
+ * 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 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.
+
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
+ *
+ *
  * BUFP-based client/server demo, using the read(2)/write(2)
  * system calls to exchange data over a socket.
  *
diff --git a/demo/posix/cobalt/bufp-readwrite.c 
b/demo/posix/cobalt/bufp-readwrite.c
index a79a0d4..1796e30 100644
--- a/demo/posix/cobalt/bufp-readwrite.c
+++ b/demo/posix/cobalt/bufp-readwrite.c
@@ -1,4 +1,21 @@
 /*
+ * Copyright (C) 2009 Philippe Gerum .
+ *
+ * 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 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.
+
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
+ *
+ *
  * BUFP-based client/server demo, using the read(2)/write(2)
  * system calls to exchange data over a socket.
  *
diff --git a/demo/posix/cobalt/iddp-label.c b/demo/posix/cobalt/iddp-label.c
index 519f169..f4718a4 100644
--- a/demo/posix/cobalt/iddp-label.c
+++ b/demo/posix/cobalt/iddp-label.c
@@ -1,4 +1,21 @@
 /*
+ * Copyright (C) 2009 Philippe Gerum .
+ *
+ * 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 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.
+
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
+ *
+ *
  * IDDP-based client/server demo, using the write(2)/recvfrom(2)
  * system calls to exchange data over a socket.
  *
diff --git a/demo/posix/cobalt/iddp-sendrecv.c 
b/demo/posix/cobalt/iddp-sendrecv.c
index eda48a2..734d474 100644
--- a/demo/posix/cobalt/iddp-sendrecv.c
+++ b/demo/posix/cobalt/iddp-sendrecv.c
@@ -1,4 +1,21 @@
 /*
+ * Copyright (C) 2009 Philippe Gerum .
+ *
+ * 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 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.
+
+ * You should have received a copy of the GNU Lesser General Public
+ * License alon