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 /package/system/mtd | |
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 'package/system/mtd')
-rw-r--r-- | package/system/mtd/src/fis.c | 2 | ||||
-rw-r--r-- | package/system/mtd/src/imagetag.c | 2 | ||||
-rw-r--r-- | package/system/mtd/src/jffs2.c | 2 | ||||
-rw-r--r-- | package/system/mtd/src/mtd.c | 2 | ||||
-rw-r--r-- | package/system/mtd/src/seama.c | 2 | ||||
-rw-r--r-- | package/system/mtd/src/trx.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/package/system/mtd/src/fis.c b/package/system/mtd/src/fis.c index f825f590c9..b50411cfeb 100644 --- a/package/system/mtd/src/fis.c +++ b/package/system/mtd/src/fis.c @@ -1,7 +1,7 @@ /* * FIS table updating code for mtd * - * 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 v2 diff --git a/package/system/mtd/src/imagetag.c b/package/system/mtd/src/imagetag.c index 2ad207660c..673dd44de5 100644 --- a/package/system/mtd/src/imagetag.c +++ b/package/system/mtd/src/imagetag.c @@ -2,7 +2,7 @@ * imagetag.c * * Copyright (C) 2005 Mike Baker - * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2008 Felix Fietkau <nbd@nbd.name> * Copyrigth (C) 2010 Daniel Dickinson <openwrt@cshore.neomailbox.net> * * This program is free software; you can redistribute it and/or diff --git a/package/system/mtd/src/jffs2.c b/package/system/mtd/src/jffs2.c index c29fb33e5c..b432f64ac0 100644 --- a/package/system/mtd/src/jffs2.c +++ b/package/system/mtd/src/jffs2.c @@ -1,7 +1,7 @@ /* * jffs2 on-disk structure generator for mtd * - * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2008 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 v2 diff --git a/package/system/mtd/src/mtd.c b/package/system/mtd/src/mtd.c index a8464947f3..af544198cb 100644 --- a/package/system/mtd/src/mtd.c +++ b/package/system/mtd/src/mtd.c @@ -2,7 +2,7 @@ * mtd - simple memory technology device manipulation tool * * Copyright (C) 2005 Waldemar Brodkorb <wbx@dass-it.de>, - * Copyright (C) 2005-2009 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2005-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 v2 diff --git a/package/system/mtd/src/seama.c b/package/system/mtd/src/seama.c index ab24f03663..f8b677b189 100644 --- a/package/system/mtd/src/seama.c +++ b/package/system/mtd/src/seama.c @@ -5,7 +5,7 @@ * * Based on the trx fixup code: * Copyright (C) 2005 Mike Baker - * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2008 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/package/system/mtd/src/trx.c b/package/system/mtd/src/trx.c index 816f0eba5f..360a1271e3 100644 --- a/package/system/mtd/src/trx.c +++ b/package/system/mtd/src/trx.c @@ -2,7 +2,7 @@ * trx.c * * Copyright (C) 2005 Mike Baker - * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2008 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 |