From 7eeb254cc49c4e9f837c980826ec112b9404f341 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 7 Jun 2016 08:58:31 +0200 Subject: treewide: replace nbd@openwrt.org with nbd@nbd.name Signed-off-by: Felix Fietkau --- target/linux/generic/files/drivers/net/phy/adm6996.c | 2 +- target/linux/generic/files/drivers/net/phy/adm6996.h | 2 +- target/linux/generic/files/drivers/net/phy/ar8216.c | 2 +- target/linux/generic/files/drivers/net/phy/ar8216.h | 2 +- target/linux/generic/files/drivers/net/phy/ar8327.c | 2 +- target/linux/generic/files/drivers/net/phy/ar8327.h | 2 +- target/linux/generic/files/drivers/net/phy/ip17xx.c | 4 ++-- target/linux/generic/files/drivers/net/phy/mvsw61xx.c | 2 +- target/linux/generic/files/drivers/net/phy/mvsw61xx.h | 2 +- target/linux/generic/files/drivers/net/phy/mvswitch.c | 2 +- target/linux/generic/files/drivers/net/phy/mvswitch.h | 2 +- target/linux/generic/files/drivers/net/phy/rtl8306.c | 2 +- target/linux/generic/files/drivers/net/phy/swconfig.c | 4 ++-- 13 files changed, 15 insertions(+), 15 deletions(-) (limited to 'target/linux/generic/files/drivers/net') diff --git a/target/linux/generic/files/drivers/net/phy/adm6996.c b/target/linux/generic/files/drivers/net/phy/adm6996.c index cada4aa5db..a2ff2b00a5 100644 --- a/target/linux/generic/files/drivers/net/phy/adm6996.c +++ b/target/linux/generic/files/drivers/net/phy/adm6996.c @@ -3,7 +3,7 @@ * * swconfig interface based on ar8216.c * - * Copyright (c) 2008 Felix Fietkau + * Copyright (c) 2008 Felix Fietkau * VLAN support Copyright (c) 2010, 2011 Peter Lebbing * Copyright (c) 2013 Hauke Mehrtens * Copyright (c) 2014 Matti Laakso diff --git a/target/linux/generic/files/drivers/net/phy/adm6996.h b/target/linux/generic/files/drivers/net/phy/adm6996.h index 66c77a0968..6fd460a465 100644 --- a/target/linux/generic/files/drivers/net/phy/adm6996.h +++ b/target/linux/generic/files/drivers/net/phy/adm6996.h @@ -1,7 +1,7 @@ /* * ADM6996 switch driver * - * Copyright (c) 2008 Felix Fietkau + * Copyright (c) 2008 Felix Fietkau * Copyright (c) 2010,2011 Peter Lebbing * * This program is free software; you can redistribute it and/or modify it diff --git a/target/linux/generic/files/drivers/net/phy/ar8216.c b/target/linux/generic/files/drivers/net/phy/ar8216.c index fc5627258d..70f47746a4 100644 --- a/target/linux/generic/files/drivers/net/phy/ar8216.c +++ b/target/linux/generic/files/drivers/net/phy/ar8216.c @@ -1,7 +1,7 @@ /* * ar8216.c: AR8216 switch driver * - * Copyright (C) 2009 Felix Fietkau + * Copyright (C) 2009 Felix Fietkau * Copyright (C) 2011-2012 Gabor Juhos * * This program is free software; you can redistribute it and/or diff --git a/target/linux/generic/files/drivers/net/phy/ar8216.h b/target/linux/generic/files/drivers/net/phy/ar8216.h index 0ccfef8abd..6a3fd8db01 100644 --- a/target/linux/generic/files/drivers/net/phy/ar8216.h +++ b/target/linux/generic/files/drivers/net/phy/ar8216.h @@ -1,7 +1,7 @@ /* * ar8216.h: AR8216 switch driver * - * Copyright (C) 2009 Felix Fietkau + * Copyright (C) 2009 Felix Fietkau * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/target/linux/generic/files/drivers/net/phy/ar8327.c b/target/linux/generic/files/drivers/net/phy/ar8327.c index d8797820f2..e7e62e7e0d 100644 --- a/target/linux/generic/files/drivers/net/phy/ar8327.c +++ b/target/linux/generic/files/drivers/net/phy/ar8327.c @@ -1,7 +1,7 @@ /* * ar8327.c: AR8216 switch driver * - * Copyright (C) 2009 Felix Fietkau + * Copyright (C) 2009 Felix Fietkau * Copyright (C) 2011-2012 Gabor Juhos * * This program is free software; you can redistribute it and/or diff --git a/target/linux/generic/files/drivers/net/phy/ar8327.h b/target/linux/generic/files/drivers/net/phy/ar8327.h index e8dad35d11..7bce18bfb8 100644 --- a/target/linux/generic/files/drivers/net/phy/ar8327.h +++ b/target/linux/generic/files/drivers/net/phy/ar8327.h @@ -1,7 +1,7 @@ /* * ar8327.h: AR8216 switch driver * - * Copyright (C) 2009 Felix Fietkau + * Copyright (C) 2009 Felix Fietkau * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/target/linux/generic/files/drivers/net/phy/ip17xx.c b/target/linux/generic/files/drivers/net/phy/ip17xx.c index c82c39e052..a4fe53dc5b 100644 --- a/target/linux/generic/files/drivers/net/phy/ip17xx.c +++ b/target/linux/generic/files/drivers/net/phy/ip17xx.c @@ -3,7 +3,7 @@ * * Copyright (C) 2008 Patrick Horn * Copyright (C) 2008, 2010 Martin Mares - * Copyright (C) 2009 Felix Fietkau + * Copyright (C) 2009 Felix Fietkau * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -1402,7 +1402,7 @@ void __exit ip17xx_exit(void) } MODULE_AUTHOR("Patrick Horn "); -MODULE_AUTHOR("Felix Fietkau "); +MODULE_AUTHOR("Felix Fietkau "); MODULE_AUTHOR("Martin Mares "); MODULE_LICENSE("GPL"); diff --git a/target/linux/generic/files/drivers/net/phy/mvsw61xx.c b/target/linux/generic/files/drivers/net/phy/mvsw61xx.c index f87905683f..4d6dfc52cd 100644 --- a/target/linux/generic/files/drivers/net/phy/mvsw61xx.c +++ b/target/linux/generic/files/drivers/net/phy/mvsw61xx.c @@ -4,7 +4,7 @@ * Copyright (c) 2014 Claudio Leite * Copyright (c) 2014 Nikita Nazarenko * - * Based on code (c) 2008 Felix Fietkau + * Based on code (c) 2008 Felix Fietkau * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License v2 as published by the diff --git a/target/linux/generic/files/drivers/net/phy/mvsw61xx.h b/target/linux/generic/files/drivers/net/phy/mvsw61xx.h index dbc6c92a44..ae78f5769d 100644 --- a/target/linux/generic/files/drivers/net/phy/mvsw61xx.h +++ b/target/linux/generic/files/drivers/net/phy/mvsw61xx.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Claudio Leite * Copyright (c) 2014 Nikita Nazarenko * - * Based on code (c) 2008 Felix Fietkau + * Based on code (c) 2008 Felix Fietkau * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License v2 as published by the diff --git a/target/linux/generic/files/drivers/net/phy/mvswitch.c b/target/linux/generic/files/drivers/net/phy/mvswitch.c index 0ab447e8b2..af31d0b5ac 100644 --- a/target/linux/generic/files/drivers/net/phy/mvswitch.c +++ b/target/linux/generic/files/drivers/net/phy/mvswitch.c @@ -1,6 +1,6 @@ /* * Marvell 88E6060 switch driver - * Copyright (c) 2008 Felix Fietkau + * Copyright (c) 2008 Felix Fietkau * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License v2 as published by the diff --git a/target/linux/generic/files/drivers/net/phy/mvswitch.h b/target/linux/generic/files/drivers/net/phy/mvswitch.h index 1563eec4d5..ab2a1a126e 100644 --- a/target/linux/generic/files/drivers/net/phy/mvswitch.h +++ b/target/linux/generic/files/drivers/net/phy/mvswitch.h @@ -1,6 +1,6 @@ /* * Marvell 88E6060 switch driver - * Copyright (c) 2008 Felix Fietkau + * Copyright (c) 2008 Felix Fietkau * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License v2 as published by the diff --git a/target/linux/generic/files/drivers/net/phy/rtl8306.c b/target/linux/generic/files/drivers/net/phy/rtl8306.c index e280e9361a..5206509c42 100644 --- a/target/linux/generic/files/drivers/net/phy/rtl8306.c +++ b/target/linux/generic/files/drivers/net/phy/rtl8306.c @@ -1,7 +1,7 @@ /* * rtl8306.c: RTL8306S switch driver * - * Copyright (C) 2009 Felix Fietkau + * Copyright (C) 2009 Felix Fietkau * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/target/linux/generic/files/drivers/net/phy/swconfig.c b/target/linux/generic/files/drivers/net/phy/swconfig.c index 68ddd246ad..b556510aef 100644 --- a/target/linux/generic/files/drivers/net/phy/swconfig.c +++ b/target/linux/generic/files/drivers/net/phy/swconfig.c @@ -1,7 +1,7 @@ /* * swconfig.c: Switch configuration API * - * Copyright (C) 2008 Felix Fietkau + * Copyright (C) 2008 Felix Fietkau * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -31,7 +31,7 @@ #include "swconfig_leds.c" -MODULE_AUTHOR("Felix Fietkau "); +MODULE_AUTHOR("Felix Fietkau "); MODULE_LICENSE("GPL"); static int swdev_id; -- cgit v1.2.3