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 /target/linux/adm5120-2.6/image/lzma-loader | |
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 'target/linux/adm5120-2.6/image/lzma-loader')
-rw-r--r-- | target/linux/adm5120-2.6/image/lzma-loader/src/Makefile | 2 | ||||
-rw-r--r-- | target/linux/adm5120-2.6/image/lzma-loader/src/board.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120-2.6/image/lzma-loader/src/Makefile b/target/linux/adm5120-2.6/image/lzma-loader/src/Makefile index 7e9d8d03e4..a553b7fdef 100644 --- a/target/linux/adm5120-2.6/image/lzma-loader/src/Makefile +++ b/target/linux/adm5120-2.6/image/lzma-loader/src/Makefile @@ -16,7 +16,7 @@ # Copyright 2005 Oleg I. Vdovikin <oleg@cs.msu.su> # Cleaned up, modified for lzma support, removed from kernel # -# Copyright 2007 Gabor Juhos <juhosg@freemail.hu> +# Copyright 2007 Gabor Juhos <juhosg at openwrt.org> # Modified to support user defined entry point address. # Added support for make targets with different names # diff --git a/target/linux/adm5120-2.6/image/lzma-loader/src/board.c b/target/linux/adm5120-2.6/image/lzma-loader/src/board.c index 2425b7d53f..22317f9683 100644 --- a/target/linux/adm5120-2.6/image/lzma-loader/src/board.c +++ b/target/linux/adm5120-2.6/image/lzma-loader/src/board.c @@ -2,7 +2,7 @@ * ADM5120 specific board support for LZMA decompressor * * Copyright (C) 2007 OpenWrt.org - * Copyright (C) 2007 Gabor Juhos <juhosg@freemail.hu> + * Copyright (C) 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 as published by |