X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fflow.c;h=2ac79e70fe449e1b8d507f5051940ee468a9a3d1;hb=312b427dab326ffacfc64daaa57ed4d31595302b;hp=b24c242c5639a15b4bc8dfe0cef8ff99ac9ac142;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/datapath/flow.c b/datapath/flow.c index b24c242c..2ac79e70 100644 --- a/datapath/flow.c +++ b/datapath/flow.c @@ -1,6 +1,9 @@ /* * Distributed under the terms of the GNU GPL version 2. * Copyright (c) 2007, 2008, 2009 Nicira Networks. + * + * Significant portions of this file may be copied from parts of the Linux + * kernel, by Linus Torvalds and others. */ #include "flow.h"