diff options
author | stephen hemminger <stephen@networkplumber.org> | 2013-04-27 07:31:52 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-29 11:53:12 -0400 |
commit | 3b8df3c6b1b626e38ede5a6a056fa759ecbe4745 (patch) | |
tree | 804b85dd72ea63c23a5c3686ab72c725eaaf5ad7 /drivers/net | |
parent | b0a397fb352e65e3b6501dca9662617a18862ef1 (diff) |
vxlan: update mail address and copyright date
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/vxlan.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | /* | 1 | /* |
2 | * VXLAN: Virtual eXtensible Local Area Network | 2 | * VXLAN: Virtual eXtensible Local Area Network |
3 | * | 3 | * |
4 | * Copyright (c) 2012 Vyatta Inc. | 4 | * Copyright (c) 2012-2013 Vyatta Inc. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
@@ -1663,5 +1663,5 @@ module_exit(vxlan_cleanup_module); | |||
1663 | 1663 | ||
1664 | MODULE_LICENSE("GPL"); | 1664 | MODULE_LICENSE("GPL"); |
1665 | MODULE_VERSION(VXLAN_VERSION); | 1665 | MODULE_VERSION(VXLAN_VERSION); |
1666 | MODULE_AUTHOR("Stephen Hemminger <shemminger@vyatta.com>"); | 1666 | MODULE_AUTHOR("Stephen Hemminger <stephen@networkplumber.org>"); |
1667 | MODULE_ALIAS_RTNL_LINK("vxlan"); | 1667 | MODULE_ALIAS_RTNL_LINK("vxlan"); |