From: Robert Olsson Date: Thu, 22 Dec 2005 19:25:10 +0000 (-0800) Subject: [IPV4] fib_trie: Add credits. X-Git-Tag: firefly_0821_release~38905^2~16^2~34^2~36 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fd9662555cc35f8bf9242cd7bba8b44ae168a68b;p=firefly-linux-kernel-4.4.55.git [IPV4] fib_trie: Add credits. Signed-off-by: Robert Olsson Signed-off-by: David S. Miller --- diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index 705e3ce86df9..a3ed7e13f795 100644 --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c @@ -41,6 +41,13 @@ * 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. + * + * Substantial contributions to this work comes from: + * + * David S. Miller, + * Stephen Hemminger + * Paul E. McKenney + * Patrick McHardy */ #define VERSION "0.404"