mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-22 08:32:50 +02:00
fix typo of email address
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
d795fb3459
commit
8ce9d2081c
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -44,10 +44,10 @@ xburst-tools (0.0+201002-1) unstable; urgency=low
|
|||||||
* use autoconf-provided variables instead of absolute
|
* use autoconf-provided variables instead of absolute
|
||||||
* some code cleanup
|
* some code cleanup
|
||||||
|
|
||||||
-- Xiangfu Liu <xiangfu@sharism.com> Tue, 25 Feb 2010 11:21:51 +0800
|
-- Xiangfu Liu <xiangfu@sharism.cc> Tue, 25 Feb 2010 11:21:51 +0800
|
||||||
|
|
||||||
xburst-tools (0.0+200906-1) unstable; urgency=low
|
xburst-tools (0.0+200906-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial release, from commit 710c10c1 (Closes: #535429).
|
* Initial release, from commit 710c10c1 (Closes: #535429).
|
||||||
|
|
||||||
-- Xiangfu Liu <xiangfu@sharism.com> Tue, 30 Jun 2009 14:28:36 +0800
|
-- Xiangfu Liu <xiangfu@sharism.cc> Tue, 30 Jun 2009 14:28:36 +0800
|
||||||
|
@ -30,16 +30,16 @@ Run command 'boot' to boot the device:
|
|||||||
.B " $ usbboot -c 'boot' "
|
.B " $ usbboot -c 'boot' "
|
||||||
.PP
|
.PP
|
||||||
Please report any further bugs at
|
Please report any further bugs at
|
||||||
.B xiangfu@sharism.com
|
.B xiangfu@sharism.cc
|
||||||
.SH LICENCE
|
.SH LICENCE
|
||||||
.B usbboot
|
.B usbboot
|
||||||
is covered by the GNU General Public License (GPL), version 3 or later.
|
is covered by the GNU General Public License (GPL), version 3 or later.
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Xiangfu Liu <xiangfu@sharism.com>
|
Xiangfu Liu <xiangfu@sharism.cc>
|
||||||
.br
|
.br
|
||||||
Marek Lindner <lindner_marek@yahoo.de>
|
Marek Lindner <lindner_marek@yahoo.de>
|
||||||
.br
|
.br
|
||||||
Wolfgang Spraul <wolfgang@sharism.com>
|
Wolfgang Spraul <wolfgang@sharism.cc>
|
||||||
.PP
|
.PP
|
||||||
This manual page was written by Xiangfu Liu <xiangfu@sharism.com>
|
This manual page was written by Xiangfu Liu <xiangfu@sharism.cc>
|
||||||
It is licensed under the terms of the GNU GPL (version 3 or later).
|
It is licensed under the terms of the GNU GPL (version 3 or later).
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright(C) 2009 Qi Hardware Inc.,
|
* Copyright(C) 2009 Qi Hardware Inc.,
|
||||||
* Authors: Xiangfu Liu <xiangfu@sharism.com>
|
* Authors: Xiangfu Liu <xiangfu@sharism.cc>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -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 "
|
.B " $ sudo xbboot -u 0x80100000 /PATH/TO/u-boot.bin "
|
||||||
.PP
|
.PP
|
||||||
Please report any further bugs at
|
Please report any further bugs at
|
||||||
.B xiangfu@sharism.com
|
.B xiangfu@sharism.cc
|
||||||
.SH LICENCE
|
.SH LICENCE
|
||||||
.B xbboot
|
.B xbboot
|
||||||
is covered by the GNU General Public License (GPL), version 3 or later.
|
is covered by the GNU General Public License (GPL), version 3 or later.
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Xiangfu Liu <xiangfu@sharism.com>
|
Xiangfu Liu <xiangfu@sharism.cc>
|
||||||
.br
|
.br
|
||||||
Wolfgang Spraul <wolfgang@sharism.com>
|
Wolfgang Spraul <wolfgang@sharism.cc>
|
||||||
.PP
|
.PP
|
||||||
This manual page was written by Xiangfu Liu <xiangfu@sharism.com>
|
This manual page was written by Xiangfu Liu <xiangfu@sharism.cc>
|
||||||
It is licensed under the terms of the GNU GPL (version 3 or later).
|
It is licensed under the terms of the GNU GPL (version 3 or later).
|
||||||
|
Loading…
Reference in New Issue
Block a user