diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-08-29 17:27:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-08-29 17:27:11 +0000 |
commit | 4f4a3e5e40cafd5558433bf1a26ef732692f7141 (patch) | |
tree | 7b8f5110d52f2b1f7bb7f709653787d9d1857328 /tools/firmware-utils | |
parent | 87fee191447d88b9bb397cb7ec210dfe38cb430d (diff) | |
download | upstream-4f4a3e5e40cafd5558433bf1a26ef732692f7141.tar.gz upstream-4f4a3e5e40cafd5558433bf1a26ef732692f7141.tar.bz2 upstream-4f4a3e5e40cafd5558433bf1a26ef732692f7141.zip |
I have new e-mail address. Thanks to Kaloz ;)
SVN-Revision: 8538
Diffstat (limited to 'tools/firmware-utils')
-rw-r--r-- | tools/firmware-utils/src/csysimg.h | 2 | ||||
-rw-r--r-- | tools/firmware-utils/src/mkcsysimg.c | 2 | ||||
-rw-r--r-- | tools/firmware-utils/src/mkmylofw.c | 2 | ||||
-rwxr-xr-x | tools/firmware-utils/src/mkzynfw.c | 2 | ||||
-rwxr-xr-x | tools/firmware-utils/src/zynos.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tools/firmware-utils/src/csysimg.h b/tools/firmware-utils/src/csysimg.h index c3d5767439..f22a22f55e 100644 --- a/tools/firmware-utils/src/csysimg.h +++ b/tools/firmware-utils/src/csysimg.h @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (C) 2007 Gabor Juhos <juhosg@freemail.hu> + * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org> * * This program was based on the code found in various Linux * source tarballs released by Edimax for it's devices. diff --git a/tools/firmware-utils/src/mkcsysimg.c b/tools/firmware-utils/src/mkcsysimg.c index e1c0e71d16..a1f9b742d8 100644 --- a/tools/firmware-utils/src/mkcsysimg.c +++ b/tools/firmware-utils/src/mkcsysimg.c @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (C) 2007 Gabor Juhos <juhosg@freemail.hu> + * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org> * * This program was based on the code found in various Linux * source tarballs released by Edimax for it's devices. diff --git a/tools/firmware-utils/src/mkmylofw.c b/tools/firmware-utils/src/mkmylofw.c index de0942d17a..7a69f6ef53 100644 --- a/tools/firmware-utils/src/mkmylofw.c +++ b/tools/firmware-utils/src/mkmylofw.c @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (C) 2006,2007 Gabor Juhos <juhosg@freemail.hu> + * Copyright (C) 2006,2007 Gabor Juhos <juhosg at openwrt.org> * * 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/firmware-utils/src/mkzynfw.c b/tools/firmware-utils/src/mkzynfw.c index fe4efca6fb..b4462ad45b 100755 --- a/tools/firmware-utils/src/mkzynfw.c +++ b/tools/firmware-utils/src/mkzynfw.c @@ -2,7 +2,7 @@ * $Id$ * * Copyright (C) 2007 OpenWrt.org - * Copyright (C) 2007 Gabor Juhos <juhosg@freemail.hu> + * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org> * * This code was based on the information of the ZyXEL's firmware * image format written by Kolja Waschk, can be found at: diff --git a/tools/firmware-utils/src/zynos.h b/tools/firmware-utils/src/zynos.h index ef6c91ef39..54590e5852 100755 --- a/tools/firmware-utils/src/zynos.h +++ b/tools/firmware-utils/src/zynos.h @@ -2,7 +2,7 @@ * $Id$ * * Copyright (C) 2007 OpenWrt.org - * Copyright (C) 2007 Gabor Juhos <juhosg@freemail.hu> + * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org> * * This code was based on the information of the ZyXEL's firmware * image format written by Kolja Waschk, can be found at: |