Skip to content

Commit e0edde6

Browse files
Raju Subramanianblp
authored andcommitted
Global replace of Nicira Networks.
Replaced all instances of Nicira Networks(, Inc) to Nicira, Inc. Feature #10593 Signed-off-by: Raju Subramanian <rsubramanian@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
1 parent b0a5c43 commit e0edde6

445 files changed

Lines changed: 453 additions & 453 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Nicira Networks, Inc.
1+
# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Nicira, Inc.
22
#
33
# Copying and distribution of this file, with or without modification,
44
# are permitted in any medium without royalty provided the copyright

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This file is included in compliance with the Apache 2.0 license,
22
available at http://www.apache.org/licenses/LICENSE-2.0.html
33

44
Open vSwitch
5-
Copyright (c) 2007, 2008, 2009, 2010, 2011 Nicira Networks.
5+
Copyright (c) 2007, 2008, 2009, 2010, 2011 Nicira, Inc.
66

77
Apache Portable Runtime
88
Copyright 2008 The Apache Software Foundation.

acinclude.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- autoconf -*-
22

3-
# Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks.
3+
# Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

build-aux/sodepends.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2008, 2011 Nicira Networks.
1+
# Copyright (c) 2008, 2011 Nicira, Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

build-aux/soexpand.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2008 Nicira Networks.
1+
# Copyright (c) 2008 Nicira, Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks
1+
# Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

datapath/actions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007-2012 Nicira Networks.
2+
* Copyright (c) 2007-2012 Nicira, Inc.
33
*
44
* This program is free software; you can redistribute it and/or
55
* modify it under the terms of version 2 of the GNU General Public

datapath/brcompat_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007-2012 Nicira Networks.
2+
* Copyright (c) 2007-2012 Nicira, Inc.
33
*
44
* This program is free software; you can redistribute it and/or
55
* modify it under the terms of version 2 of the GNU General Public
@@ -569,7 +569,7 @@ module_init(brc_init);
569569
module_exit(brc_cleanup);
570570

571571
MODULE_DESCRIPTION("Open vSwitch bridge compatibility");
572-
MODULE_AUTHOR("Nicira Networks");
572+
MODULE_AUTHOR("Nicira, Inc.");
573573
MODULE_LICENSE("GPL");
574574

575575
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36)

datapath/checksum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007-2011 Nicira Networks.
2+
* Copyright (c) 2007-2011 Nicira, Inc.
33
*
44
* This program is free software; you can redistribute it and/or
55
* modify it under the terms of version 2 of the GNU General Public

datapath/checksum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007-2011 Nicira Networks.
2+
* Copyright (c) 2007-2011 Nicira, Inc.
33
*
44
* This program is free software; you can redistribute it and/or
55
* modify it under the terms of version 2 of the GNU General Public

0 commit comments

Comments
 (0)