summaryrefslogtreecommitdiff
path: root/nhrp/list.h
diff options
context:
space:
mode:
authorMark Bryars <mark@darkskiez.co.uk>2012-12-13 00:37:39 +0000
committerMark Bryars <mark@darkskiez.co.uk>2012-12-13 00:37:39 +0000
commitf934da394a4c807d58966b846e7a3f0ca5e4f280 (patch)
treede69dccc4e5b05d427a28533a7620411f0a99dea /nhrp/list.h
parentea90649a1415c16294b6744685875ae66486e814 (diff)
downloadvyos-opennhrp-f934da394a4c807d58966b846e7a3f0ca5e4f280.tar.gz
vyos-opennhrp-f934da394a4c807d58966b846e7a3f0ca5e4f280.zip
Imported Upstream version 0.14
Diffstat (limited to 'nhrp/list.h')
-rw-r--r--nhrp/list.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/nhrp/list.h b/nhrp/list.h
index 4387970..caa22e4 100644
--- a/nhrp/list.h
+++ b/nhrp/list.h
@@ -1,13 +1,9 @@
/* list.h - Single and double linked list macros
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 or later as
- * published by the Free Software Foundation.
+ * Copyright (c) 2007-2012 Timo Teräs <timo.teras@iki.fi>
*
- * See http://www.gnu.org/ for details.
- *
- * This is more or less based on the code in the linux kernel. There are
- * minor differences and this is only a subset of the kernel version.
+ * This software is licensed under the MIT License.
+ * See MIT-LICENSE.txt for additional details.
*/
#ifndef LIST_H