diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-07 06:59:36 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-06-19 19:46:03 +0200 |
commit | 5f8010ad9bcbd51f18e313bde24f6769716f2511 (patch) | |
tree | 98c51ef3092b86835f7b1655611814a0b913d72e /tools | |
parent | a807b458a85592248abbf1a365ae8d7d55a41ccb (diff) | |
download | master-187ad058-5f8010ad9bcbd51f18e313bde24f6769716f2511.tar.gz master-187ad058-5f8010ad9bcbd51f18e313bde24f6769716f2511.tar.bz2 master-187ad058-5f8010ad9bcbd51f18e313bde24f6769716f2511.zip |
treewide: fix replace nbd@openwrt.org with nbd@nbd.name
Signed-off-by: Felix Fietkau <nbd@nbd.name>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49379 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |