This patch changes the name of Nicira from "Nicira Networks" which is incorrect, to "Nicira, Inc." which is correct.
Signed-off-by: Ethan Jackson <[email protected]> --- lib/ofp-actions.c | 2 +- lib/ofp-actions.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c index db603b6..0e8b9da 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 2003668..4fc9094 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. -- 1.7.11.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
