From: Ethan Jackson Date: Tue, 21 Aug 2012 20:28:49 +0000 (-0700) Subject: ofp-actions: Correct copyright statement. X-Git-Tag: sliver-openvswitch-1.8.90-0~48^2~21 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=9ff262f43571b20999de65c55991bf9797d8431d 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 db603b6e5..0e8b9dac4 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 200366826..4fc9094f1 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.