From patchwork Sat Apr 27 21:31:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 240207 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 586782C00AF for ; Sun, 28 Apr 2013 07:47:08 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755520Ab3D0Vq4 (ORCPT ); Sat, 27 Apr 2013 17:46:56 -0400 Received: from fiji.vyatta.com ([76.74.103.50]:52173 "EHLO fiji.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753986Ab3D0Vqg (ORCPT ); Sat, 27 Apr 2013 17:46:36 -0400 Received: by fiji.vyatta.com (Postfix, from userid 1051) id DF6FD1540C9; Sat, 27 Apr 2013 12:32:21 -0700 (PDT) Message-Id: <20130427213258.131394050@vyatta.com> User-Agent: quilt/0.60-1 Date: Sat, 27 Apr 2013 14:31:52 -0700 From: Stephen Hemminger To: davem@davemloft.net Cc: netdev@vger.kernel.org, Stephen Hemminger Subject: [PATCH net-next 1/6] vxlan: update mail address and copyright date References: <20130427213151.255971631@vyatta.com> Content-Disposition: inline; filename=vxlan-fix-mail.patch Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Stephen Hemminger --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- a/drivers/net/vxlan.c 2013-04-27 13:36:18.118396437 -0700 +++ b/drivers/net/vxlan.c 2013-04-27 13:38:54.124378801 -0700 @@ -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");