summaryrefslogtreecommitdiff
path: root/kern/rbtree.c
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 /kern/rbtree.c
parentc31ddfaf11320dea4828c753f48a29041643f552 (diff)
Update license note about modules from librbraun
Diffstat (limited to 'kern/rbtree.c')
-rw-r--r--kern/rbtree.c3
1 files changed, 3 insertions, 0 deletions
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>