Module: xenomai-forge
Branch: next
Commit: fd19cc4d23cf53588e00992ae6655be69a701dfa
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=fd19cc4d23cf53588e00992ae6655be69a701dfa

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Oct 16 10:09:03 2013 +0200

license: provide for missing headers

---

 lib/boilerplate/tlsf/target.h |   17 +++++++++++++++++
 lib/copperplate/traceobj.c    |   17 +++++++++++++++++
 lib/copperplate/version.c     |   17 +++++++++++++++++
 lib/psos/internal.h           |   17 +++++++++++++++++
 utils/ps/rtps.c               |   18 ++++++++++++++++++
 5 files changed, 86 insertions(+)

diff --git a/lib/boilerplate/tlsf/target.h b/lib/boilerplate/tlsf/target.h
index 3a86c57..27fdd2d 100644
--- a/lib/boilerplate/tlsf/target.h
+++ b/lib/boilerplate/tlsf/target.h
@@ -1,3 +1,20 @@
+/*
+ * Two Levels Segregate Fit memory allocator (TLSF)
+ * Version 2.4.6
+ *
+ * Written by Miguel Masmano Tello <mimas...@doctor.upv.es>
+ *
+ * Thanks to Ismael Ripoll for his suggestions and reviews
+ *
+ * Copyright (C) 2008, 2007, 2006, 2005, 2004
+ *
+ * This code is released using a dual license strategy: GPL/LGPL
+ * You can choose the licence that better fits your requirements.
+ *
+ * Released under the terms of the GNU General Public License Version 2.0
+ * Released under the terms of the GNU Lesser General Public License Version 
2.1
+ *
+ */
 #ifndef _TARGET_H_
 #define _TARGET_H_
 
diff --git a/lib/copperplate/traceobj.c b/lib/copperplate/traceobj.c
index 7504a54..5195b87 100644
--- a/lib/copperplate/traceobj.c
+++ b/lib/copperplate/traceobj.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2013 Philippe Gerum <r...@xenomai.org>.
+ *
+ * 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.
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include "boilerplate/lock.h"
diff --git a/lib/copperplate/version.c b/lib/copperplate/version.c
index 5a6b31a..fb0325b 100644
--- a/lib/copperplate/version.c
+++ b/lib/copperplate/version.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2013 Philippe Gerum <r...@xenomai.org>.
+ *
+ * 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.
+ */
 #include <xeno_config.h>
 #include "git-stamp.h"
 
diff --git a/lib/psos/internal.h b/lib/psos/internal.h
index bd541c6..01432ba 100644
--- a/lib/psos/internal.h
+++ b/lib/psos/internal.h
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2013 Philippe Gerum <r...@xenomai.org>.
+ *
+ * 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.
+ */
 #ifndef _PSOS_INTERNAL_H
 #define _PSOS_INTERNAL_H
 
diff --git a/utils/ps/rtps.c b/utils/ps/rtps.c
index b25d3d2..bf5400e 100644
--- a/utils/ps/rtps.c
+++ b/utils/ps/rtps.c
@@ -1,3 +1,21 @@
+/**
+ * @note Copyright (C) 2013 Philippe Gerum <r...@xenomai.org>.
+ *
+ * Xenomai is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * Xenomai 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Xenomai; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+ * 02111-1307, USA.
+ */
 #include <string.h>
 #include <stdio.h>
 #include <error.h>


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to