X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Ftable.c;h=11aeb8889d2b4dc8403a2df2f63f8e12e1e2c1b5;hb=cfe7c1f5e8c64866cc9c831f5559f0b3b44f66da;hp=c0885b7056d824f0b5dff1bbcb4638105a7a3729;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/datapath/table.c b/datapath/table.c index c0885b70..11aeb888 100644 --- a/datapath/table.c +++ b/datapath/table.c @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2009 Nicira Networks. + * Distributed under the terms of the GNU GPL version 2. + * + * Significant portions of this file may be copied from parts of the Linux + * kernel, by Linus Torvalds and others. + */ + #include "flow.h" #include "datapath.h"