From: stephen hemminger Date: Sat, 27 Apr 2013 11:31:52 +0000 (+0000) Subject: vxlan: update mail address and copyright date X-Git-Tag: firefly_0821_release~3680^2~614^2~43 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3b8df3c6b1b626e38ede5a6a056fa759ecbe4745;p=firefly-linux-kernel-4.4.55.git vxlan: update mail address and copyright date Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index a7fd9a089a35..9a6962643e55 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c @@ -1,7 +1,7 @@ /* * VXLAN: Virtual eXtensible Local Area Network * - * Copyright (c) 2012 Vyatta Inc. + * Copyright (c) 2012-2013 Vyatta Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -1663,5 +1663,5 @@ module_exit(vxlan_cleanup_module); MODULE_LICENSE("GPL"); MODULE_VERSION(VXLAN_VERSION); -MODULE_AUTHOR("Stephen Hemminger "); +MODULE_AUTHOR("Stephen Hemminger "); MODULE_ALIAS_RTNL_LINK("vxlan");