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 | 3c96096c63b22d877b6f8156519afc8c8caccc3c (patch) | |
tree | e0a34fed6289386c6e33a0bafeb52e920b658258 /target/linux/adm5120-2.6/image/lzma-loader | |
parent | 4a30f81acdd3ef46453b9af3d521edc47d028274 (diff) | |
download | upstream-3c96096c63b22d877b6f8156519afc8c8caccc3c.tar.gz upstream-3c96096c63b22d877b6f8156519afc8c8caccc3c.tar.bz2 upstream-3c96096c63b22d877b6f8156519afc8c8caccc3c.zip |
I have new e-mail address. Thanks to Kaloz ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8538 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |