From 8ce9d2081cc69eab3125de72a1b582010a4b17a6 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Mon, 2 Aug 2010 23:59:13 +0800 Subject: [PATCH] fix typo of email address Signed-off-by: Xiangfu Liu --- debian/changelog | 4 ++-- usbboot/doc/usbboot.1 | 8 ++++---- usbboot/src/main.c | 2 +- xbboot/doc/xbboot.1 | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index be0c3d8..5537841 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,10 +44,10 @@ xburst-tools (0.0+201002-1) unstable; urgency=low * use autoconf-provided variables instead of absolute * some code cleanup - -- Xiangfu Liu Tue, 25 Feb 2010 11:21:51 +0800 + -- Xiangfu Liu Tue, 25 Feb 2010 11:21:51 +0800 xburst-tools (0.0+200906-1) unstable; urgency=low * Initial release, from commit 710c10c1 (Closes: #535429). - -- Xiangfu Liu Tue, 30 Jun 2009 14:28:36 +0800 + -- Xiangfu Liu Tue, 30 Jun 2009 14:28:36 +0800 diff --git a/usbboot/doc/usbboot.1 b/usbboot/doc/usbboot.1 index 491189d..1ebd5ce 100644 --- a/usbboot/doc/usbboot.1 +++ b/usbboot/doc/usbboot.1 @@ -30,16 +30,16 @@ Run command 'boot' to boot the device: .B " $ usbboot -c 'boot' " .PP Please report any further bugs at -.B xiangfu@sharism.com +.B xiangfu@sharism.cc .SH LICENCE .B usbboot is covered by the GNU General Public License (GPL), version 3 or later. .SH AUTHORS -Xiangfu Liu +Xiangfu Liu .br Marek Lindner .br -Wolfgang Spraul +Wolfgang Spraul .PP -This manual page was written by Xiangfu Liu +This manual page was written by Xiangfu Liu It is licensed under the terms of the GNU GPL (version 3 or later). diff --git a/usbboot/src/main.c b/usbboot/src/main.c index 5d58ef8..15faafe 100644 --- a/usbboot/src/main.c +++ b/usbboot/src/main.c @@ -1,6 +1,6 @@ /* * Copyright(C) 2009 Qi Hardware Inc., - * Authors: Xiangfu Liu + * Authors: Xiangfu Liu * * 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 diff --git a/xbboot/doc/xbboot.1 b/xbboot/doc/xbboot.1 index 81264ff..e4f24d0 100644 --- a/xbboot/doc/xbboot.1 +++ b/xbboot/doc/xbboot.1 @@ -53,14 +53,14 @@ Upload u-boot.bin to device memory: 0x80100000, then jump to 0x80100000. .B " $ sudo xbboot -u 0x80100000 /PATH/TO/u-boot.bin " .PP Please report any further bugs at -.B xiangfu@sharism.com +.B xiangfu@sharism.cc .SH LICENCE .B xbboot is covered by the GNU General Public License (GPL), version 3 or later. .SH AUTHORS -Xiangfu Liu +Xiangfu Liu .br -Wolfgang Spraul +Wolfgang Spraul .PP -This manual page was written by Xiangfu Liu +This manual page was written by Xiangfu Liu It is licensed under the terms of the GNU GPL (version 3 or later).