summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-09-08 13:44:14 -0600
committerTom Rini <trini@ti.com>2014-09-16 12:23:59 -0400
commitad6e48e509fa86e5c365d2a3f7b561717305cf3c (patch)
tree26aa1153a216d490338ecf8a0470a39c71bf3e78 /drivers
parent5da163d665c6c1efef03fc9c6b5ff1d6fe91ad08 (diff)
downloadtalos-obmc-uboot-ad6e48e509fa86e5c365d2a3f7b561717305cf3c.tar.gz
talos-obmc-uboot-ad6e48e509fa86e5c365d2a3f7b561717305cf3c.zip
net: usb: Add SMSC copyright to smsc95xx driver
This driver was upstreamed without an SMSC copyright, even thought it seems that SMSC was the original author. See the kernel version for a code comparison: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2f7ca802bdae2ca41022618391c70c2876d92190 It's not clear who actually moved this code, or whether the kernel was the original source, or somewhere else, but it probably should still have the SMSC copyright. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/eth/smsc95xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
index 7a7a6767c7..6bca34dcf5 100644
--- a/drivers/usb/eth/smsc95xx.c
+++ b/drivers/usb/eth/smsc95xx.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2011 The Chromium OS Authors.
* Copyright (C) 2009 NVIDIA, Corporation
+ * Copyright (C) 2007-2008 SMSC (Steve Glendinning)
*
* SPDX-License-Identifier: GPL-2.0+
*/
OpenPOWER on IntegriCloud