From 19bc94325c10ab6ab1c18bb872da579fc81356de Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Wed, 21 Jul 2010 10:44:34 +0800 Subject: [PATCH] update the email address. in debian/* file should use the same emails address as in source code. Signed-off-by: Xiangfu Liu --- debian/changelog | 2 +- debian/copyright | 8 ++++---- usbboot/README.usbboot | 4 ++-- usbboot/doc/usbboot.cfg | 4 ++-- usbboot/src/cmd.c | 2 +- usbboot/src/cmd.h | 2 +- usbboot/src/command_line.c | 2 +- usbboot/src/command_line.h | 2 +- usbboot/src/ingenic_cfg.h | 2 +- usbboot/src/ingenic_usb.c | 2 +- usbboot/src/ingenic_usb.h | 2 +- usbboot/src/usb_boot_defines.h | 2 +- usbboot/xburst_include/target/configs.h | 2 +- usbboot/xburst_include/target/error.h | 2 +- usbboot/xburst_include/target/jz4740.h | 2 +- usbboot/xburst_include/target/nandflash.h | 2 +- usbboot/xburst_include/target/usb_boot.h | 2 +- usbboot/xburst_include/target/xburst_types.h | 2 +- usbboot/xburst_include/usb/udc.h | 2 +- usbboot/xburst_include/usb/usb.h | 2 +- usbboot/xburst_stage1/Makefile | 2 +- usbboot/xburst_stage1/board_4740.c | 2 +- usbboot/xburst_stage1/common.c | 2 +- usbboot/xburst_stage1/debug.c | 2 +- usbboot/xburst_stage1/head.S | 2 +- usbboot/xburst_stage1/main.c | 2 +- usbboot/xburst_stage2/Makefile | 2 +- usbboot/xburst_stage2/boothandler.c | 2 +- usbboot/xburst_stage2/main.c | 2 +- usbboot/xburst_stage2/nandflash_4740.c | 2 +- usbboot/xburst_stage2/serial.c | 2 +- usbboot/xburst_stage2/udc.c | 2 +- 32 files changed, 37 insertions(+), 37 deletions(-) diff --git a/debian/changelog b/debian/changelog index f6e70ca..751b4bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ xburst-tools (0.0+201006-0.1) lucid; urgency=low * New snapshot, taken from commit 77a7270 * remove the static prefix and datadir - -- xiangfu Thu, 03 Jun 2010 21:44:55 +0800 + -- Xiangfu Liu Thu, 03 Jun 2010 21:44:55 +0800 xburst-tools (0.0+201005-0.1) local; urgency=low diff --git a/debian/copyright b/debian/copyright index d332bbb..7f5873f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,15 @@ -This package was debianized by Xiangfu Liu on +This package was debianized by Xiangfu Liu on Mon, 22 Jun 2009 22:48:14 +0800. It was downloaded from -Upstream Author: Xiangfu Liu +Upstream Author: Xiangfu Liu The Debian packaging is copyright 2009, - Xiangfu Liu and + Xiangfu Liu and Marek Lindner - Wolfgang Spraul + Wolfgang Spraul Ingenic Semiconductor Inc. Seeger Chin Michael Anburaj diff --git a/usbboot/README.usbboot b/usbboot/README.usbboot index 867b4d1..22d5dbf 100644 --- a/usbboot/README.usbboot +++ b/usbboot/README.usbboot @@ -6,9 +6,9 @@ * Authors: Ingenic Semiconductor, Inc. - Xiangfu Liu + Xiangfu Liu Marek Lindner - Wolfgang Spraul + Wolfgang Spraul 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/usbboot/doc/usbboot.cfg b/usbboot/doc/usbboot.cfg index 3406934..ac5951c 100644 --- a/usbboot/doc/usbboot.cfg +++ b/usbboot/doc/usbboot.cfg @@ -5,9 +5,9 @@ # initial boot stages and ability to access NAND on device. # # Authors: Ingenic Semiconductor, Inc. -# Xiangfu Liu +# Xiangfu Liu # Marek Lindner -# Wolfgang Spraul +# Wolfgang Spraul # # 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/usbboot/src/cmd.c b/usbboot/src/cmd.c index 2d653cf..1f0a813 100644 --- a/usbboot/src/cmd.c +++ b/usbboot/src/cmd.c @@ -1,7 +1,7 @@ /* * Copyright(C) 2009 Qi Hardware Inc., * Authors: Marek Lindner - * Xiangfu Liu + * 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/usbboot/src/cmd.h b/usbboot/src/cmd.h index 0b1d613..0d01c77 100644 --- a/usbboot/src/cmd.h +++ b/usbboot/src/cmd.h @@ -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/usbboot/src/command_line.c b/usbboot/src/command_line.c index 4285193..a50c88f 100644 --- a/usbboot/src/command_line.c +++ b/usbboot/src/command_line.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/usbboot/src/command_line.h b/usbboot/src/command_line.h index 886f43b..b53438e 100644 --- a/usbboot/src/command_line.h +++ b/usbboot/src/command_line.h @@ -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/usbboot/src/ingenic_cfg.h b/usbboot/src/ingenic_cfg.h index ea03eb4..4488d62 100644 --- a/usbboot/src/ingenic_cfg.h +++ b/usbboot/src/ingenic_cfg.h @@ -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/usbboot/src/ingenic_usb.c b/usbboot/src/ingenic_usb.c index 4931a74..539d3c6 100644 --- a/usbboot/src/ingenic_usb.c +++ b/usbboot/src/ingenic_usb.c @@ -1,6 +1,6 @@ /* * Copyright(C) 2009 Qi Hardware Inc., - * Authors: Xiangfu Liu + * Authors: Xiangfu Liu * Marek Lindner * * This program is free software: you can redistribute it and/or modify diff --git a/usbboot/src/ingenic_usb.h b/usbboot/src/ingenic_usb.h index ec71b3d..0a90675 100644 --- a/usbboot/src/ingenic_usb.h +++ b/usbboot/src/ingenic_usb.h @@ -1,6 +1,6 @@ /* * Copyright(C) 2009 Qi Hardware Inc., - * Authors: Xiangfu Liu + * Authors: Xiangfu Liu * Marek Lindner * * This program is free software: you can redistribute it and/or modify diff --git a/usbboot/src/usb_boot_defines.h b/usbboot/src/usb_boot_defines.h index 8b11f0f..399d2e9 100644 --- a/usbboot/src/usb_boot_defines.h +++ b/usbboot/src/usb_boot_defines.h @@ -1,7 +1,7 @@ /* * Copyright(C) 2009 Qi Hardware Inc., * Authors: Marek Lindner - * Xiangfu Liu + * 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/usbboot/xburst_include/target/configs.h b/usbboot/xburst_include/target/configs.h index e897c72..89ec6f9 100644 --- a/usbboot/xburst_include/target/configs.h +++ b/usbboot/xburst_include/target/configs.h @@ -2,7 +2,7 @@ * device board * * Copyright 2009 (C) Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_include/target/error.h b/usbboot/xburst_include/target/error.h index 0562ef8..d58e315 100644 --- a/usbboot/xburst_include/target/error.h +++ b/usbboot/xburst_include/target/error.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2009 Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_include/target/jz4740.h b/usbboot/xburst_include/target/jz4740.h index e1894cc..3377f5c 100644 --- a/usbboot/xburst_include/target/jz4740.h +++ b/usbboot/xburst_include/target/jz4740.h @@ -2,7 +2,7 @@ * Include file for Ingenic Semiconductor's JZ4740 CPU. * * Copyright 2009 (C) Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_include/target/nandflash.h b/usbboot/xburst_include/target/nandflash.h index 8680574..e9da53f 100644 --- a/usbboot/xburst_include/target/nandflash.h +++ b/usbboot/xburst_include/target/nandflash.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2009 Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_include/target/usb_boot.h b/usbboot/xburst_include/target/usb_boot.h index 6f2361a..eadbdbc 100644 --- a/usbboot/xburst_include/target/usb_boot.h +++ b/usbboot/xburst_include/target/usb_boot.h @@ -2,7 +2,7 @@ * "Ingenic flash tool" - flash the Ingenic CPU via USB * * Copyright 2009 (C) Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_include/target/xburst_types.h b/usbboot/xburst_include/target/xburst_types.h index 9bcefc2..543fc18 100644 --- a/usbboot/xburst_include/target/xburst_types.h +++ b/usbboot/xburst_include/target/xburst_types.h @@ -1,5 +1,5 @@ /* - * 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 diff --git a/usbboot/xburst_include/usb/udc.h b/usbboot/xburst_include/usb/udc.h index 8859513..8af8747 100644 --- a/usbboot/xburst_include/usb/udc.h +++ b/usbboot/xburst_include/usb/udc.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2009 Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_include/usb/usb.h b/usbboot/xburst_include/usb/usb.h index 10b98f4..652aea4 100644 --- a/usbboot/xburst_include/usb/usb.h +++ b/usbboot/xburst_include/usb/usb.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2009 Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_stage1/Makefile b/usbboot/xburst_stage1/Makefile index ea17e75..28d6fb8 100644 --- a/usbboot/xburst_stage1/Makefile +++ b/usbboot/xburst_stage1/Makefile @@ -1,5 +1,5 @@ # -# 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 diff --git a/usbboot/xburst_stage1/board_4740.c b/usbboot/xburst_stage1/board_4740.c index 853f1c8..6ff2f43 100644 --- a/usbboot/xburst_stage1/board_4740.c +++ b/usbboot/xburst_stage1/board_4740.c @@ -2,7 +2,7 @@ * device board * * Copyright 2009 (C) Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_stage1/common.c b/usbboot/xburst_stage1/common.c index 3a95122..86409ed 100644 --- a/usbboot/xburst_stage1/common.c +++ b/usbboot/xburst_stage1/common.c @@ -2,7 +2,7 @@ * device board * * Copyright 2009 (C) Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_stage1/debug.c b/usbboot/xburst_stage1/debug.c index ff8355d..555823c 100644 --- a/usbboot/xburst_stage1/debug.c +++ b/usbboot/xburst_stage1/debug.c @@ -2,7 +2,7 @@ * device board * * Copyright 2009 (C) Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_stage1/head.S b/usbboot/xburst_stage1/head.S index ad49104..96892e4 100644 --- a/usbboot/xburst_stage1/head.S +++ b/usbboot/xburst_stage1/head.S @@ -5,7 +5,7 @@ * The firmware code are executed in the ICache. * * Copyright 2009 (C) Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_stage1/main.c b/usbboot/xburst_stage1/main.c index 89e6683..d0f9a96 100644 --- a/usbboot/xburst_stage1/main.c +++ b/usbboot/xburst_stage1/main.c @@ -2,7 +2,7 @@ * Main routine of the firmware. * * Copyright 2009 (C) Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_stage2/Makefile b/usbboot/xburst_stage2/Makefile index 2f73400..bb5fef1 100644 --- a/usbboot/xburst_stage2/Makefile +++ b/usbboot/xburst_stage2/Makefile @@ -1,6 +1,6 @@ # # Authors: Lucifer at Ingenic Semiconductor Inc. -# Xiangfu Liu +# Xiangfu Liu # # 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/usbboot/xburst_stage2/boothandler.c b/usbboot/xburst_stage2/boothandler.c index 2f85ad2..03b788c 100644 --- a/usbboot/xburst_stage2/boothandler.c +++ b/usbboot/xburst_stage2/boothandler.c @@ -2,7 +2,7 @@ * USB_BOOT Handle routines * * Copyright (C) 2009 Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_stage2/main.c b/usbboot/xburst_stage2/main.c index bfb0acb..63e899b 100644 --- a/usbboot/xburst_stage2/main.c +++ b/usbboot/xburst_stage2/main.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2009 Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_stage2/nandflash_4740.c b/usbboot/xburst_stage2/nandflash_4740.c index 418b4bb..eb642c1 100644 --- a/usbboot/xburst_stage2/nandflash_4740.c +++ b/usbboot/xburst_stage2/nandflash_4740.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2009 Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_stage2/serial.c b/usbboot/xburst_stage2/serial.c index 8e8517f..89367b7 100644 --- a/usbboot/xburst_stage2/serial.c +++ b/usbboot/xburst_stage2/serial.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2009 Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * 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/usbboot/xburst_stage2/udc.c b/usbboot/xburst_stage2/udc.c index 39928b1..82f97be 100644 --- a/usbboot/xburst_stage2/udc.c +++ b/usbboot/xburst_stage2/udc.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2009 Qi Hardware Inc., - * Author: Xiangfu Liu + * Author: Xiangfu Liu * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License