summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-02-24 07:48:12 +0100
committerRichard Braun <rbraun@sceen.net>2018-02-24 07:48:12 +0100
commitd6415186a2cbcd75c7b9bacf235dc03a8145f2c2 (patch)
treef906e210d70082509b9aa6489eea4c03a1f703bb
parentc31ddfaf11320dea4828c753f48a29041643f552 (diff)
Update license note about modules from librbraun
-rw-r--r--kern/bitmap.c5
-rw-r--r--kern/bitmap.h5
-rw-r--r--kern/bitmap_i.h5
-rw-r--r--kern/cbuf.c3
-rw-r--r--kern/cbuf.h3
-rw-r--r--kern/fmt.c5
-rw-r--r--kern/fmt.h13
-rw-r--r--kern/hash.h3
-rw-r--r--kern/hlist.h3
-rw-r--r--kern/list.h3
-rw-r--r--kern/macros.h3
-rw-r--r--kern/plist.c3
-rw-r--r--kern/plist.h3
-rw-r--r--kern/rbtree.c3
-rw-r--r--kern/rbtree.h5
-rw-r--r--kern/rbtree_i.h3
-rw-r--r--kern/rdxtree.c5
-rw-r--r--kern/rdxtree.h5
-rw-r--r--kern/rdxtree_i.h5
-rw-r--r--kern/shell.c5
-rw-r--r--kern/shell.h5
-rw-r--r--kern/slist.h3
22 files changed, 79 insertions, 17 deletions
diff --git a/kern/bitmap.c b/kern/bitmap.c
index 97e497d..11f33df 100644
--- a/kern/bitmap.c
+++ b/kern/bitmap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2014 Richard Braun.
+ * Copyright (c) 2013-2015 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,6 +13,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
*/
#include <limits.h>
diff --git a/kern/bitmap.h b/kern/bitmap.h
index 6ca0eef..0932c39 100644
--- a/kern/bitmap.h
+++ b/kern/bitmap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2014 Richard Braun.
+ * Copyright (c) 2013-2015 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Arbitrary-length bit arrays.
*
diff --git a/kern/bitmap_i.h b/kern/bitmap_i.h
index 94d629a..cc4eff6 100644
--- a/kern/bitmap_i.h
+++ b/kern/bitmap_i.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 Richard Braun.
+ * Copyright (c) 2013-2015 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,6 +13,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
*/
#ifndef KERN_BITMAP_I_H
diff --git a/kern/cbuf.c b/kern/cbuf.c
index ad3bead..fcfcc1d 100644
--- a/kern/cbuf.c
+++ b/kern/cbuf.c
@@ -13,6 +13,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
*/
#include <assert.h>
diff --git a/kern/cbuf.h b/kern/cbuf.h
index 8995fbc..38215c1 100644
--- a/kern/cbuf.h
+++ b/kern/cbuf.h
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Circular byte buffer.
*/
diff --git a/kern/fmt.c b/kern/fmt.c
index e90ed7d..61eef79 100644
--- a/kern/fmt.c
+++ b/kern/fmt.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2017 Richard Braun.
+ * Copyright (c) 2010-2018 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,6 +13,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
*/
#include <assert.h>
diff --git a/kern/fmt.h b/kern/fmt.h
index 3143567..c23a6a0 100644
--- a/kern/fmt.h
+++ b/kern/fmt.h
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Formatted string functions.
*
@@ -32,14 +35,10 @@
* common:
* - modifiers: hh h l ll z t
* - specifiers: d i o u x X c s p n %
- *
- *
- * Upstream site with license notes :
- * http://git.sceen.net/rbraun/librbraun.git/
*/
-#ifndef FMT_H
-#define FMT_H
+#ifndef KERN_FMT_H
+#define KERN_FMT_H
#include <stdarg.h>
#include <stddef.h>
@@ -62,4 +61,4 @@ int fmt_sscanf(const char *str, const char *format, ...)
int fmt_vsscanf(const char *str, const char *format, va_list ap)
__attribute__((format(scanf, 2, 0)));
-#endif /* FMT_H */
+#endif /* KERN_FMT_H */
diff --git a/kern/hash.h b/kern/hash.h
index c854661..9d7778e 100644
--- a/kern/hash.h
+++ b/kern/hash.h
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Hash functions for integers and strings.
*
diff --git a/kern/hlist.h b/kern/hlist.h
index 62b451a..61fad4f 100644
--- a/kern/hlist.h
+++ b/kern/hlist.h
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Doubly-linked list specialized for forward traversals and O(1) removals.
*/
diff --git a/kern/list.h b/kern/list.h
index 6c1f7a4..832d94f 100644
--- a/kern/list.h
+++ b/kern/list.h
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Doubly-linked list.
*/
diff --git a/kern/macros.h b/kern/macros.h
index 08326db..6d136e3 100644
--- a/kern/macros.h
+++ b/kern/macros.h
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Helper macros.
*
diff --git a/kern/plist.c b/kern/plist.c
index 6a5417f..2e543c3 100644
--- a/kern/plist.c
+++ b/kern/plist.c
@@ -13,6 +13,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
*/
#include <kern/list.h>
diff --git a/kern/plist.h b/kern/plist.h
index dd89629..9cde0d3 100644
--- a/kern/plist.h
+++ b/kern/plist.h
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Priority list.
*
diff --git a/kern/rbtree.c b/kern/rbtree.c
index 95873b9..df8d094 100644
--- a/kern/rbtree.c
+++ b/kern/rbtree.c
@@ -13,6 +13,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
*/
#include <assert.h>
diff --git a/kern/rbtree.h b/kern/rbtree.h
index 4299862..7ec83fe 100644
--- a/kern/rbtree.h
+++ b/kern/rbtree.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2017 Richard Braun.
+ * Copyright (c) 2010-2015 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Red-black tree.
*/
diff --git a/kern/rbtree_i.h b/kern/rbtree_i.h
index 8fad054..569810d 100644
--- a/kern/rbtree_i.h
+++ b/kern/rbtree_i.h
@@ -13,6 +13,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
*/
#ifndef KERN_RBTREE_I_H
diff --git a/kern/rdxtree.c b/kern/rdxtree.c
index 41765f5..e7abaf0 100644
--- a/kern/rdxtree.c
+++ b/kern/rdxtree.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011-2017 Richard Braun.
+ * Copyright (c) 2011-2018 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,6 +13,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
*/
#include <assert.h>
diff --git a/kern/rdxtree.h b/kern/rdxtree.h
index 553c51a..b80cd97 100644
--- a/kern/rdxtree.h
+++ b/kern/rdxtree.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011-2017 Richard Braun.
+ * Copyright (c) 2011-2018 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Radix tree.
*
diff --git a/kern/rdxtree_i.h b/kern/rdxtree_i.h
index 9714f5d..4373192 100644
--- a/kern/rdxtree_i.h
+++ b/kern/rdxtree_i.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011-2017 Richard Braun.
+ * Copyright (c) 2011-2018 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,6 +13,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
*/
#ifndef KERN_RDXTREE_I_H
diff --git a/kern/shell.c b/kern/shell.c
index f8120e7..e99f911 100644
--- a/kern/shell.c
+++ b/kern/shell.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015 Richard Braun.
+ * Copyright (c) 2015-2018 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,6 +13,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
*/
#include <errno.h>
diff --git a/kern/shell.h b/kern/shell.h
index 69363e7..db055e7 100644
--- a/kern/shell.h
+++ b/kern/shell.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015 Richard Braun.
+ * Copyright (c) 2015-2018 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Minimalist shell for embedded systems.
*/
diff --git a/kern/slist.h b/kern/slist.h
index 33cf4e3..424cdb2 100644
--- a/kern/slist.h
+++ b/kern/slist.h
@@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
+ *
*
* Singly-linked list.
*/