From: Ethan Jackson Date: Tue, 21 Aug 2012 20:28:49 +0000 (-0700) Subject: ofp-actions: Correct copyright statement. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=9ff262f43571b20999de65c55991bf9797d8431d;p=openvswitch ofp-actions: Correct copyright statement. This patch changes the name of Nicira from "Nicira Networks" which is incorrect, to "Nicira, Inc." which is correct. Signed-off-by: Ethan Jackson --- diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c index db603b6e..0e8b9dac 100644 --- a/lib/ofp-actions.c +++ b/lib/ofp-actions.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/ofp-actions.h b/lib/ofp-actions.h index 20036682..4fc9094f 100644 --- a/lib/ofp-actions.h +++ b/lib/ofp-actions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 Nicira Networks. + * Copyright (c) 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.