diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-07 08:58:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-07 08:58:42 +0200 |
commit | 7eeb254cc49c4e9f837c980826ec112b9404f341 (patch) | |
tree | db7afa90503c4b77c8fa06f5e1d351d3b3a140a5 /tools | |
parent | f7fb6e49f214e8a38698bab4d33551addbc04439 (diff) | |
download | upstream-7eeb254cc49c4e9f837c980826ec112b9404f341.tar.gz upstream-7eeb254cc49c4e9f837c980826ec112b9404f341.tar.bz2 upstream-7eeb254cc49c4e9f837c980826ec112b9404f341.zip |
treewide: replace nbd@openwrt.org with nbd@nbd.name
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/firmware-utils/src/nand_ecc.c | 2 | ||||
-rw-r--r-- | tools/firmware-utils/src/ptgen.c | 2 | ||||
-rw-r--r-- | tools/patch-image/src/patch-cmdline.c | 2 | ||||
-rw-r--r-- | tools/patch-image/src/patch-dtb.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/firmware-utils/src/nand_ecc.c b/tools/firmware-utils/src/nand_ecc.c index b1e9305158..58fb6ce0db 100644 --- a/tools/firmware-utils/src/nand_ecc.c +++ b/tools/firmware-utils/src/nand_ecc.c @@ -2,7 +2,7 @@ * calculate ecc code for nand flash * * Copyright (C) 2008 yajin <yajin@vm-kernel.org> - * Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2009 Felix Fietkau <nbd@nbd.name> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/tools/firmware-utils/src/ptgen.c b/tools/firmware-utils/src/ptgen.c index 2b7ec25e48..04f4ec8629 100644 --- a/tools/firmware-utils/src/ptgen.c +++ b/tools/firmware-utils/src/ptgen.c @@ -1,6 +1,6 @@ /* * ptgen - partition table generator - * Copyright (C) 2006 by Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2006 by Felix Fietkau <nbd@nbd.name> * * uses parts of afdisk * Copyright (C) 2002 by David Roetzel <david@roetzel.de> diff --git a/tools/patch-image/src/patch-cmdline.c b/tools/patch-image/src/patch-cmdline.c index 571f848d81..d3a5b119e4 100644 --- a/tools/patch-image/src/patch-cmdline.c +++ b/tools/patch-image/src/patch-cmdline.c @@ -1,7 +1,7 @@ /* * patch-cmdline.c - patch the kernel command line on rb532 * - * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2006 Felix Fietkau <nbd@nbd.name> * * 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/tools/patch-image/src/patch-dtb.c b/tools/patch-image/src/patch-dtb.c index 161e1dca2d..7812eb9b39 100644 --- a/tools/patch-image/src/patch-dtb.c +++ b/tools/patch-image/src/patch-dtb.c @@ -1,7 +1,7 @@ /* * patch-dtb.c - patch a dtb into an image * - * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2006 Felix Fietkau <nbd@nbd.name> * Copyright (C) 2012 John Crispin <blogic@openwrt.org> * * This program is free software; you can redistribute it and/or |