X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Factions.c;h=a037e4320f218adcfbd9f5df29094ed5b6d7d1d0;hb=3c303e5fe1061b8715be018ae8e535cbc24303c9;hp=30b840cbb6908e7562f99ef9e6e7e79cf3142393;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/datapath/actions.c b/datapath/actions.c index 30b840cb..a037e432 100644 --- a/datapath/actions.c +++ b/datapath/actions.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. */ /* Functions for executing flow actions. */