X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fbrcompat_main.c;h=1671b90ba0d797e52ece40b6409908c8d9b19a06;hb=c376f9a3e968570d2df2574336d86185fc18b8a2;hp=e7f741b618323fc34edb1a2a5fe211a4e15a1735;hpb=c3cc8c031bb7be42b5b818c23d0e708a0cc11a26;p=openvswitch diff --git a/datapath/brcompat_main.c b/datapath/brcompat_main.c index e7f741b6..1671b90b 100644 --- a/datapath/brcompat_main.c +++ b/datapath/brcompat_main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2012 Nicira Networks. + * Copyright (c) 2007-2012 Nicira, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public @@ -569,7 +569,7 @@ module_init(brc_init); module_exit(brc_cleanup); MODULE_DESCRIPTION("Open vSwitch bridge compatibility"); -MODULE_AUTHOR("Nicira Networks"); +MODULE_AUTHOR("Nicira, Inc."); MODULE_LICENSE("GPL"); #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36)