From 3c758e509bdf069706caee86cf8a698bd4acd53a Mon Sep 17 00:00:00 2001 From: jerryjianjun Date: Sun, 3 Aug 2014 10:22:40 +0800 Subject: [PATCH] Change commnet for connect information --- CREDITS | 9 ++++----- MAINTAINERS | 4 ++-- Makefile | 4 ++-- README | 2 +- src/Makefile | 4 ++-- src/arch/arm32/lib/cpu/cmd_bootlinux.c | 6 ++++-- src/arch/arm32/mach-realview/bus/realview-i2c.c | 6 ++++-- src/arch/arm32/mach-realview/bus/realview-uart.c | 6 ++++-- src/arch/arm32/mach-realview/driver/realview-eth.c | 6 ++++-- src/arch/arm32/mach-realview/driver/realview-fb.c | 6 ++++-- src/arch/arm32/mach-realview/driver/realview-keyboard.c | 6 ++++-- src/arch/arm32/mach-realview/driver/realview-mouse.c | 6 ++++-- src/arch/arm32/mach-realview/driver/realview-rtc.c | 6 ++++-- src/arch/arm32/mach-realview/mach-realview.c | 6 ++++-- src/arch/arm32/mach-realview/realview-clk.c | 6 ++++-- src/arch/arm32/mach-realview/realview-gpio.c | 6 ++++-- src/arch/arm32/mach-realview/realview-irq.c | 6 ++++-- src/arch/arm32/mach-realview/realview-logger.c | 6 ++++-- src/arch/arm32/mach-realview/realview-mmc.c | 6 ++++-- src/arch/arm32/mach-realview/realview-tick.c | 6 ++++-- src/arch/arm32/mach-realview/resource/res-console.c | 6 ++++-- src/arch/arm32/mach-realview/resource/res-fb.c | 6 ++++-- src/arch/arm32/mach-realview/resource/res-i2c-gpio.c | 6 ++++-- src/arch/arm32/mach-realview/resource/res-i2c.c | 6 ++++-- src/arch/arm32/mach-realview/resource/res-key-gpio.c | 6 ++++-- src/arch/arm32/mach-realview/resource/res-keyboard.c | 6 ++++-- src/arch/arm32/mach-realview/resource/res-led-gpio.c | 6 ++++-- src/arch/arm32/mach-realview/resource/res-led-simple.c | 6 ++++-- .../arm32/mach-realview/resource/res-ledtrig-general.c | 6 ++++-- .../arm32/mach-realview/resource/res-ledtrig-heartbeat.c | 6 ++++-- src/arch/arm32/mach-realview/resource/res-mouse.c | 6 ++++-- src/arch/arm32/mach-realview/resource/res-rtc.c | 6 ++++-- src/arch/arm32/mach-realview/resource/res-uart.c | 6 ++++-- src/arch/arm32/mach-realview/start.S | 2 +- src/arch/arm32/mach-sbc2410x/driver/s3c2410-fb.c | 6 ++++-- src/arch/arm32/mach-sbc2410x/driver/s3c2410-serial.c | 6 ++++-- src/arch/arm32/mach-sbc2410x/include/memcfg.inc | 4 ++-- src/arch/arm32/mach-sbc2410x/mach-sbc2410x.c | 6 ++++-- src/arch/arm32/mach-sbc2410x/resource/res-serial.c | 6 ++++-- src/arch/arm32/mach-sbc2410x/s3c2410-clk.c | 6 ++++-- src/arch/arm32/mach-sbc2410x/s3c2410-irq.c | 6 ++++-- src/arch/arm32/mach-sbc2410x/s3c2410-nfc.c | 6 ++++-- src/arch/arm32/mach-sbc2410x/s3c2410-tick.c | 6 ++++-- src/arch/arm32/mach-sbc2410x/start.S | 2 +- src/arch/arm32/mach-smdk6410/driver/gpio-keypad.c | 6 ++++-- src/arch/arm32/mach-smdk6410/driver/s3c6410-fb.c | 6 ++++-- src/arch/arm32/mach-smdk6410/driver/s3c6410-serial.c | 6 ++++-- src/arch/arm32/mach-smdk6410/include/syscfg.inc | 2 +- src/arch/arm32/mach-smdk6410/mach-smdk6410.c | 6 ++++-- src/arch/arm32/mach-smdk6410/resource/res-led-console.c | 6 ++++-- .../arm32/mach-smdk6410/resource/res-led-heartbeat.c | 6 ++++-- src/arch/arm32/mach-smdk6410/resource/res-serial.c | 6 ++++-- src/arch/arm32/mach-smdk6410/s3c6410-clk.c | 6 ++++-- src/arch/arm32/mach-smdk6410/s3c6410-cp15.c | 6 ++++-- src/arch/arm32/mach-smdk6410/s3c6410-irom.c | 6 ++++-- src/arch/arm32/mach-smdk6410/s3c6410-irq.c | 6 ++++-- src/arch/arm32/mach-smdk6410/s3c6410-tick.c | 6 ++++-- src/arch/arm32/mach-smdk6410/start.S | 2 +- .../arm32/mach-smdk6410/tools/linux/s3c6410-irom-sd.sh | 4 ++-- src/arch/arm32/mach-smdkc100/driver/gpio-keypad.c | 6 ++++-- src/arch/arm32/mach-smdkc100/driver/s5pc100-serial.c | 6 ++++-- src/arch/arm32/mach-smdkc100/include/syscfg.inc | 2 +- src/arch/arm32/mach-smdkc100/mach-smdkc100.c | 6 ++++-- src/arch/arm32/mach-smdkc100/resource/res-serial.c | 6 ++++-- src/arch/arm32/mach-smdkc100/s5pc100-clk.c | 6 ++++-- src/arch/arm32/mach-smdkc100/s5pc100-cp15.c | 6 ++++-- src/arch/arm32/mach-smdkc100/s5pc100-irom.c | 6 ++++-- src/arch/arm32/mach-smdkc100/s5pc100-irq.c | 6 ++++-- src/arch/arm32/mach-smdkc100/s5pc100-tick.c | 6 ++++-- src/arch/arm32/mach-smdkc100/start.S | 2 +- src/arch/arm32/mach-smdkv310/driver/s5pv310-serial.c | 6 ++++-- src/arch/arm32/mach-smdkv310/include/syscfg.inc | 2 +- src/arch/arm32/mach-smdkv310/mach-smdkv310.c | 6 ++++-- src/arch/arm32/mach-smdkv310/resource/res-serial.c | 6 ++++-- src/arch/arm32/mach-smdkv310/s5pv310-clk.c | 6 ++++-- src/arch/arm32/mach-smdkv310/s5pv310-cp15.c | 6 ++++-- src/arch/arm32/mach-smdkv310/s5pv310-irom.c | 6 ++++-- src/arch/arm32/mach-smdkv310/start.S | 2 +- .../arm32/mach-smdkv310/tools/linux/s5pv310-irom-sd.sh | 2 +- src/arch/arm32/mach-x210ii/bus/s5pv210-uart.c | 6 ++++-- src/arch/arm32/mach-x210ii/driver/ft5206.c | 6 ++++-- src/arch/arm32/mach-x210ii/driver/s5pv210-fb.c | 6 ++++-- src/arch/arm32/mach-x210ii/include/syscfg.inc | 2 +- src/arch/arm32/mach-x210ii/mach-x210ii.c | 6 ++++-- src/arch/arm32/mach-x210ii/resource/res-console.c | 6 ++++-- src/arch/arm32/mach-x210ii/resource/res-fb.c | 6 ++++-- src/arch/arm32/mach-x210ii/resource/res-ft5206.c | 6 ++++-- src/arch/arm32/mach-x210ii/resource/res-i2c-gpio.c | 6 ++++-- src/arch/arm32/mach-x210ii/resource/res-key-gpio.c | 6 ++++-- src/arch/arm32/mach-x210ii/resource/res-led-gpio.c | 6 ++++-- .../arm32/mach-x210ii/resource/res-ledtrig-general.c | 6 ++++-- .../arm32/mach-x210ii/resource/res-ledtrig-heartbeat.c | 6 ++++-- src/arch/arm32/mach-x210ii/resource/res-uart.c | 6 ++++-- src/arch/arm32/mach-x210ii/s5pv210-clk.c | 6 ++++-- src/arch/arm32/mach-x210ii/s5pv210-gpio.c | 6 ++++-- src/arch/arm32/mach-x210ii/s5pv210-irom.c | 6 ++++-- src/arch/arm32/mach-x210ii/s5pv210-irq.c | 6 ++++-- src/arch/arm32/mach-x210ii/s5pv210-logger.c | 6 ++++-- src/arch/arm32/mach-x210ii/s5pv210-nfc.c | 6 ++++-- src/arch/arm32/mach-x210ii/s5pv210-tick.c | 6 ++++-- src/arch/arm32/mach-x210ii/start.S | 2 +- .../arm32/mach-x210ii/tools/linux/s5pv210-irom-sd.sh | 2 +- src/arch/arm32/mach-x4412/bus/exynos4412-uart.c | 6 ++++-- src/arch/arm32/mach-x4412/exynos4412-clk.c | 6 ++++-- src/arch/arm32/mach-x4412/exynos4412-gpio.c | 6 ++++-- src/arch/arm32/mach-x4412/exynos4412-irom.c | 6 ++++-- src/arch/arm32/mach-x4412/exynos4412-logger.c | 6 ++++-- src/arch/arm32/mach-x4412/mach-x4412.c | 6 ++++-- src/arch/arm32/mach-x4412/resource/res-console.c | 6 ++++-- src/arch/arm32/mach-x4412/resource/res-led-gpio.c | 6 ++++-- src/arch/arm32/mach-x4412/resource/res-ledtrig-general.c | 6 ++++-- .../arm32/mach-x4412/resource/res-ledtrig-heartbeat.c | 6 ++++-- src/arch/arm32/mach-x4412/resource/res-uart.c | 6 ++++-- src/arch/arm32/mach-x4412/start.S | 2 +- .../arm32/mach-x4412/tools/linux/exynos4x12-irom-sd.sh | 2 +- src/drivers/block/block.c | 6 ++++-- src/drivers/block/disk.c | 6 ++++-- src/drivers/block/loop.c | 6 ++++-- src/drivers/block/partition/dos.c | 6 ++++-- src/drivers/block/partition/partition.c | 6 ++++-- src/drivers/block/romdisk/data.S | 2 +- src/drivers/block/romdisk/romdisk.c | 6 ++++-- src/drivers/bus/i2c/i2c-algo-bit.c | 6 ++++-- src/drivers/bus/i2c/i2c-gpio.c | 6 ++++-- src/drivers/bus/i2c/i2c.c | 6 ++++-- src/drivers/bus/uart/uart.c | 6 ++++-- src/drivers/console/console-fb-font.c | 6 ++++-- src/drivers/console/console-fb.c | 6 ++++-- src/drivers/console/console-input.c | 6 ++++-- src/drivers/console/console-uart.c | 6 ++++-- src/drivers/console/console.c | 6 ++++-- src/drivers/fb/color.c | 6 ++++-- src/drivers/fb/fb.c | 6 ++++-- src/drivers/fb/matrix.c | 6 ++++-- src/drivers/fb/rect.c | 6 ++++-- src/drivers/fb/render.c | 6 ++++-- src/drivers/fb/sw/sw_render.c | 6 ++++-- src/drivers/fb/sw/sw_texture.c | 6 ++++-- src/drivers/fb/sw/sw_texture_blit.c | 6 ++++-- src/drivers/fb/sw/sw_texture_fill.c | 6 ++++-- src/drivers/fb/sw/sw_utils.c | 6 ++++-- src/drivers/input/input.c | 6 ++++-- src/drivers/input/key-gpio.c | 6 ++++-- src/drivers/led/led-gpio.c | 6 ++++-- src/drivers/led/led-simple.c | 6 ++++-- src/drivers/led/led.c | 6 ++++-- src/drivers/led/ledtrig-general.c | 6 ++++-- src/drivers/led/ledtrig-heartbeat.c | 6 ++++-- src/drivers/led/ledtrig.c | 6 ++++-- src/drivers/mmc/mmc.c | 6 ++++-- src/drivers/mmc/mmc_card.c | 6 ++++-- src/drivers/mmc/mmc_host.c | 6 ++++-- src/drivers/mtd/mtd.c | 6 ++++-- src/drivers/mtd/nand/nand.c | 6 ++++-- src/drivers/mtd/nand/nand_ids.c | 6 ++++-- src/drivers/mtd/nand/nfc.c | 6 ++++-- src/drivers/rtc/rtc.c | 6 ++++-- src/external/cairo-1.12.16/cairo-image-source.c | 2 +- src/framework/base64/l-base64.c | 6 ++++-- src/framework/display/l-display.c | 6 ++++-- src/framework/display/l-easing.c | 6 ++++-- src/framework/display/l-font.c | 6 ++++-- src/framework/display/l-matrix.c | 6 ++++-- src/framework/display/l-ninepatch.c | 6 ++++-- src/framework/display/l-object.c | 6 ++++-- src/framework/display/l-parttern.c | 6 ++++-- src/framework/display/l-shape.c | 6 ++++-- src/framework/display/l-texture.c | 6 ++++-- src/framework/event/l-event.c | 6 ++++-- src/framework/framework.c | 6 ++++-- src/framework/hardware/l-gpio.c | 6 ++++-- src/framework/hardware/l-led.c | 6 ++++-- src/framework/hardware/l-ledtrig.c | 6 ++++-- src/framework/logger/l-logger.c | 6 ++++-- src/framework/luahelper.c | 6 ++++-- src/framework/stopwatch/l-stopwatch.c | 6 ++++-- src/framework/vm.c | 6 ++++-- src/init/init.c | 6 ++++-- src/init/main.c | 6 ++++-- src/init/mode/mode.c | 6 ++++-- src/init/mode/run_graphic.c | 6 ++++-- src/init/mode/run_memu.c | 6 ++++-- src/init/mode/run_normal.c | 6 ++++-- src/init/mode/run_shell.c | 6 ++++-- src/init/runtime.c | 6 ++++-- src/init/version.c | 6 ++++-- src/kernel/command/cmd_cat.c | 6 ++++-- src/kernel/command/cmd_cd.c | 6 ++++-- src/kernel/command/cmd_cksum.c | 6 ++++-- src/kernel/command/cmd_clear.c | 6 ++++-- src/kernel/command/cmd_console.c | 6 ++++-- src/kernel/command/cmd_cp.c | 6 ++++-- src/kernel/command/cmd_echo.c | 6 ++++-- src/kernel/command/cmd_env.c | 6 ++++-- src/kernel/command/cmd_exec.c | 6 ++++-- src/kernel/command/cmd_exit.c | 6 ++++-- src/kernel/command/cmd_fileram.c | 6 ++++-- src/kernel/command/cmd_go.c | 6 ++++-- src/kernel/command/cmd_halt.c | 6 ++++-- src/kernel/command/cmd_help.c | 6 ++++-- src/kernel/command/cmd_ls.c | 6 ++++-- src/kernel/command/cmd_lua.c | 6 ++++-- src/kernel/command/cmd_luac.c | 6 ++++-- src/kernel/command/cmd_mc.c | 6 ++++-- src/kernel/command/cmd_md.c | 6 ++++-- src/kernel/command/cmd_memtest.c | 6 ++++-- src/kernel/command/cmd_mkdir.c | 6 ++++-- src/kernel/command/cmd_mount.c | 6 ++++-- src/kernel/command/cmd_mv.c | 6 ++++-- src/kernel/command/cmd_mw.c | 6 ++++-- src/kernel/command/cmd_nand.c | 6 ++++-- src/kernel/command/cmd_probe.c | 6 ++++-- src/kernel/command/cmd_pwd.c | 6 ++++-- src/kernel/command/cmd_reboot.c | 6 ++++-- src/kernel/command/cmd_rm.c | 6 ++++-- src/kernel/command/cmd_rmdir.c | 6 ++++-- src/kernel/command/cmd_sleep.c | 6 ++++-- src/kernel/command/cmd_sync.c | 6 ++++-- src/kernel/command/cmd_umount.c | 6 ++++-- src/kernel/command/cmd_version.c | 6 ++++-- src/kernel/command/cmd_xm.c | 6 ++++-- src/kernel/command/command.c | 6 ++++-- src/kernel/core/bus.c | 6 ++++-- src/kernel/core/clk.c | 6 ++++-- src/kernel/core/core.c | 6 ++++-- src/kernel/core/device.c | 6 ++++-- src/kernel/core/display.c | 6 ++++-- src/kernel/core/event.c | 6 ++++-- src/kernel/core/gpio.c | 6 ++++-- src/kernel/core/initcall.c | 6 ++++-- src/kernel/core/irq.c | 6 ++++-- src/kernel/core/kobj.c | 6 ++++-- src/kernel/core/logger.c | 6 ++++-- src/kernel/core/machine.c | 6 ++++-- src/kernel/core/menu.c | 6 ++++-- src/kernel/core/module.c | 6 ++++-- src/kernel/core/proc.c | 6 ++++-- src/kernel/core/resource.c | 6 ++++-- src/kernel/fs/arfs/arfs.c | 6 ++++-- src/kernel/fs/cpiofs/cpiofs.c | 6 ++++-- src/kernel/fs/fatfs/fatfs.c | 6 ++++-- src/kernel/fs/fileio.c | 6 ++++-- src/kernel/fs/fs.c | 6 ++++-- src/kernel/fs/procfs/procfs.c | 6 ++++-- src/kernel/fs/ramfs/ramfs.c | 6 ++++-- src/kernel/fs/sysfs/sysfs.c | 6 ++++-- src/kernel/fs/tarfs/tarfs.c | 6 ++++-- src/kernel/fs/vfs/vfs.c | 6 ++++-- src/kernel/fs/vfs/vfs_lookup.c | 6 ++++-- src/kernel/fs/vfs/vfs_mount.c | 6 ++++-- src/kernel/fs/vfs/vfs_path.c | 6 ++++-- src/kernel/fs/vfs/vfs_vnode.c | 6 ++++-- src/kernel/printk.c | 6 ++++-- src/kernel/shell/ctrlc.c | 6 ++++-- src/kernel/shell/exec.c | 6 ++++-- src/kernel/shell/parser.c | 6 ++++-- src/kernel/time/delay.c | 6 ++++-- src/kernel/time/tick.c | 6 ++++-- src/kernel/time/timer.c | 6 ++++-- src/lib/libc/hash.c | 6 ++++-- src/lib/libc/readline/readline.c | 6 ++++-- 261 files changed, 983 insertions(+), 508 deletions(-) diff --git a/CREDITS b/CREDITS index 6e630f4689..a13021db0f 100644 --- a/CREDITS +++ b/CREDITS @@ -6,12 +6,11 @@ and snail-mail address (S). Thanks, - jianjun jiang + Jianjun Jiang ------------------------------------------------------- -N: jianjun jiang -E: jerryjianjun@gmail.com -D: the author of xboot +N: Jianjun Jiang +E: 8192542@qq.com +D: The author of xboot W: http://xboot.org S: china - diff --git a/MAINTAINERS b/MAINTAINERS index 7c8c55466e..fb564f125e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5,7 +5,7 @@ easier on the maintainers. thanks. - jianjun jiang + Jianjun Jiang ----------------------------------------------------------------- -jianjun jiang +Jianjun Jiang <8192542@qq.com> diff --git a/Makefile b/Makefile index 5e86793703..3777dd1dee 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # -# Makefile for xboot. -# Create by: jianjun jiang . +# Makefile for xboot +# Create by: Jianjun Jiang <8192542@qq.com> # .PHONY: all clean module mclean diff --git a/README b/README index 362f4edefb..fb78f4c23d 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ XBOOT'S VERSION XBOOT'S AUTHOR - jianjun jiang + Jianjun Jiang <8192542@qq.com> see the file of CREDITS for details. diff --git a/src/Makefile b/src/Makefile index 06cee3d18f..18b324a0ae 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ # -# Makefile for xboot. -# Create by: jianjun jiang . +# Makefile for xboot +# Create by: Jianjun Jiang <8192542@qq.com> # # diff --git a/src/arch/arm32/lib/cpu/cmd_bootlinux.c b/src/arch/arm32/lib/cpu/cmd_bootlinux.c index df984700c9..d48be86f14 100644 --- a/src/arch/arm32/lib/cpu/cmd_bootlinux.c +++ b/src/arch/arm32/lib/cpu/cmd_bootlinux.c @@ -1,8 +1,10 @@ /* * arch/arm/lib/cpu/cmd_bootlinux.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/bus/realview-i2c.c b/src/arch/arm32/mach-realview/bus/realview-i2c.c index bfd4828505..9aac6abe5c 100644 --- a/src/arch/arm32/mach-realview/bus/realview-i2c.c +++ b/src/arch/arm32/mach-realview/bus/realview-i2c.c @@ -1,8 +1,10 @@ /* * bus/realview-i2c.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/bus/realview-uart.c b/src/arch/arm32/mach-realview/bus/realview-uart.c index 9ca3d4b971..7a8892214a 100644 --- a/src/arch/arm32/mach-realview/bus/realview-uart.c +++ b/src/arch/arm32/mach-realview/bus/realview-uart.c @@ -3,8 +3,10 @@ * * realview serial drivers, the primecell pl011 uarts. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/driver/realview-eth.c b/src/arch/arm32/mach-realview/driver/realview-eth.c index be777caf0f..2337bddf74 100644 --- a/src/arch/arm32/mach-realview/driver/realview-eth.c +++ b/src/arch/arm32/mach-realview/driver/realview-eth.c @@ -1,8 +1,10 @@ /* * driver/realview_eth.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/driver/realview-fb.c b/src/arch/arm32/mach-realview/driver/realview-fb.c index 7eab1e051e..b028f8fb50 100644 --- a/src/arch/arm32/mach-realview/driver/realview-fb.c +++ b/src/arch/arm32/mach-realview/driver/realview-fb.c @@ -3,8 +3,10 @@ * * realview framebuffer drivers. prime cell lcd controller (pl110) * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/driver/realview-keyboard.c b/src/arch/arm32/mach-realview/driver/realview-keyboard.c index 2113aaf21f..b1901b32f6 100644 --- a/src/arch/arm32/mach-realview/driver/realview-keyboard.c +++ b/src/arch/arm32/mach-realview/driver/realview-keyboard.c @@ -3,8 +3,10 @@ * * realview keyboard drivers, the primecell pl050 ps2 controller. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/driver/realview-mouse.c b/src/arch/arm32/mach-realview/driver/realview-mouse.c index 454278953f..ba71eac5f6 100644 --- a/src/arch/arm32/mach-realview/driver/realview-mouse.c +++ b/src/arch/arm32/mach-realview/driver/realview-mouse.c @@ -3,8 +3,10 @@ * * realview mouse drivers, the primecell pl050 ps2 controller. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/driver/realview-rtc.c b/src/arch/arm32/mach-realview/driver/realview-rtc.c index ba44a3715b..aa1a7594ce 100644 --- a/src/arch/arm32/mach-realview/driver/realview-rtc.c +++ b/src/arch/arm32/mach-realview/driver/realview-rtc.c @@ -3,8 +3,10 @@ * * realview rtc drivers, the primecell pl031 real time clock. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/mach-realview.c b/src/arch/arm32/mach-realview/mach-realview.c index 3b762750a0..d346288238 100644 --- a/src/arch/arm32/mach-realview/mach-realview.c +++ b/src/arch/arm32/mach-realview/mach-realview.c @@ -1,8 +1,10 @@ /* * mach-realview.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/realview-clk.c b/src/arch/arm32/mach-realview/realview-clk.c index 9653e319f7..43abe7574a 100644 --- a/src/arch/arm32/mach-realview/realview-clk.c +++ b/src/arch/arm32/mach-realview/realview-clk.c @@ -1,8 +1,10 @@ /* * realview-clk.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/realview-gpio.c b/src/arch/arm32/mach-realview/realview-gpio.c index e65de714bd..d7a49e48a1 100644 --- a/src/arch/arm32/mach-realview/realview-gpio.c +++ b/src/arch/arm32/mach-realview/realview-gpio.c @@ -1,8 +1,10 @@ /* * realview-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/realview-irq.c b/src/arch/arm32/mach-realview/realview-irq.c index ebcad23996..efff524c2a 100644 --- a/src/arch/arm32/mach-realview/realview-irq.c +++ b/src/arch/arm32/mach-realview/realview-irq.c @@ -1,8 +1,10 @@ /* * realview-irq.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/realview-logger.c b/src/arch/arm32/mach-realview/realview-logger.c index 86b8a27835..35fd7ef9e4 100644 --- a/src/arch/arm32/mach-realview/realview-logger.c +++ b/src/arch/arm32/mach-realview/realview-logger.c @@ -1,8 +1,10 @@ /* * realview-logger.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/realview-mmc.c b/src/arch/arm32/mach-realview/realview-mmc.c index 9839483dd1..d15920ea77 100644 --- a/src/arch/arm32/mach-realview/realview-mmc.c +++ b/src/arch/arm32/mach-realview/realview-mmc.c @@ -1,8 +1,10 @@ /* * realview-mmc.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/realview-tick.c b/src/arch/arm32/mach-realview/realview-tick.c index c7aec7fdb4..1a6f1ad219 100644 --- a/src/arch/arm32/mach-realview/realview-tick.c +++ b/src/arch/arm32/mach-realview/realview-tick.c @@ -3,8 +3,10 @@ * * realview tick timer, using arm sp804 timer module. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-console.c b/src/arch/arm32/mach-realview/resource/res-console.c index 62be8bfbeb..0d33172ece 100644 --- a/src/arch/arm32/mach-realview/resource/res-console.c +++ b/src/arch/arm32/mach-realview/resource/res-console.c @@ -1,8 +1,10 @@ /* * resource/res-console.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-fb.c b/src/arch/arm32/mach-realview/resource/res-fb.c index cbc713a658..8f4d7f50a2 100644 --- a/src/arch/arm32/mach-realview/resource/res-fb.c +++ b/src/arch/arm32/mach-realview/resource/res-fb.c @@ -1,8 +1,10 @@ /* * resource/res-fb.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-i2c-gpio.c b/src/arch/arm32/mach-realview/resource/res-i2c-gpio.c index 98b9bedb2e..87a5fd2012 100644 --- a/src/arch/arm32/mach-realview/resource/res-i2c-gpio.c +++ b/src/arch/arm32/mach-realview/resource/res-i2c-gpio.c @@ -1,8 +1,10 @@ /* * resource/res-i2c-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-i2c.c b/src/arch/arm32/mach-realview/resource/res-i2c.c index f0ca3f1c06..95b428d7b4 100644 --- a/src/arch/arm32/mach-realview/resource/res-i2c.c +++ b/src/arch/arm32/mach-realview/resource/res-i2c.c @@ -1,8 +1,10 @@ /* * resource/res-i2c.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-key-gpio.c b/src/arch/arm32/mach-realview/resource/res-key-gpio.c index d345a6d479..21d37075cc 100644 --- a/src/arch/arm32/mach-realview/resource/res-key-gpio.c +++ b/src/arch/arm32/mach-realview/resource/res-key-gpio.c @@ -1,8 +1,10 @@ /* * resource/res-key-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-keyboard.c b/src/arch/arm32/mach-realview/resource/res-keyboard.c index 60608aa38b..07e35a345f 100644 --- a/src/arch/arm32/mach-realview/resource/res-keyboard.c +++ b/src/arch/arm32/mach-realview/resource/res-keyboard.c @@ -1,8 +1,10 @@ /* * resource/res-keyboard.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-led-gpio.c b/src/arch/arm32/mach-realview/resource/res-led-gpio.c index 5917f46c90..f00bf6434d 100644 --- a/src/arch/arm32/mach-realview/resource/res-led-gpio.c +++ b/src/arch/arm32/mach-realview/resource/res-led-gpio.c @@ -1,8 +1,10 @@ /* * resource/res-led-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-led-simple.c b/src/arch/arm32/mach-realview/resource/res-led-simple.c index 2836320f50..b16330765d 100644 --- a/src/arch/arm32/mach-realview/resource/res-led-simple.c +++ b/src/arch/arm32/mach-realview/resource/res-led-simple.c @@ -1,8 +1,10 @@ /* * resource/res-led-simple.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-ledtrig-general.c b/src/arch/arm32/mach-realview/resource/res-ledtrig-general.c index afbcce9771..fc5b0d7970 100644 --- a/src/arch/arm32/mach-realview/resource/res-ledtrig-general.c +++ b/src/arch/arm32/mach-realview/resource/res-ledtrig-general.c @@ -1,8 +1,10 @@ /* * resource/res-ledtrig-general.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-ledtrig-heartbeat.c b/src/arch/arm32/mach-realview/resource/res-ledtrig-heartbeat.c index fc8973fe6a..c45c0f71df 100644 --- a/src/arch/arm32/mach-realview/resource/res-ledtrig-heartbeat.c +++ b/src/arch/arm32/mach-realview/resource/res-ledtrig-heartbeat.c @@ -1,8 +1,10 @@ /* * resource/res-ledtrig-heartbeat.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-mouse.c b/src/arch/arm32/mach-realview/resource/res-mouse.c index a1b4f5c498..a8d37a0654 100644 --- a/src/arch/arm32/mach-realview/resource/res-mouse.c +++ b/src/arch/arm32/mach-realview/resource/res-mouse.c @@ -1,8 +1,10 @@ /* * resource/res-mouse.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-rtc.c b/src/arch/arm32/mach-realview/resource/res-rtc.c index ced4ffc4a5..977d8c767f 100644 --- a/src/arch/arm32/mach-realview/resource/res-rtc.c +++ b/src/arch/arm32/mach-realview/resource/res-rtc.c @@ -1,8 +1,10 @@ /* * resource/res-rtc.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/resource/res-uart.c b/src/arch/arm32/mach-realview/resource/res-uart.c index 7762b53f1d..bb93b4ce3a 100644 --- a/src/arch/arm32/mach-realview/resource/res-uart.c +++ b/src/arch/arm32/mach-realview/resource/res-uart.c @@ -1,8 +1,10 @@ /* * resource/res-uart.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-realview/start.S b/src/arch/arm32/mach-realview/start.S index 39e96371f4..ef60da0b95 100644 --- a/src/arch/arm32/mach-realview/start.S +++ b/src/arch/arm32/mach-realview/start.S @@ -1,7 +1,7 @@ /* * start.S * - * Copyright (c) 2007-2010 jianjun jiang + * Copyright (c) 2007-2010 Jianjun Jiang <8192542@qq.com> * official site: http://xboot.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/arch/arm32/mach-sbc2410x/driver/s3c2410-fb.c b/src/arch/arm32/mach-sbc2410x/driver/s3c2410-fb.c index af6ce5234a..d3ec223a35 100644 --- a/src/arch/arm32/mach-sbc2410x/driver/s3c2410-fb.c +++ b/src/arch/arm32/mach-sbc2410x/driver/s3c2410-fb.c @@ -3,8 +3,10 @@ * * s3c2410 framebuffer drivers. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-sbc2410x/driver/s3c2410-serial.c b/src/arch/arm32/mach-sbc2410x/driver/s3c2410-serial.c index 5728191c4b..26b4c4f69c 100644 --- a/src/arch/arm32/mach-sbc2410x/driver/s3c2410-serial.c +++ b/src/arch/arm32/mach-sbc2410x/driver/s3c2410-serial.c @@ -3,8 +3,10 @@ * * s3c2410 framebuffer drivers. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-sbc2410x/include/memcfg.inc b/src/arch/arm32/mach-sbc2410x/include/memcfg.inc index d9395e5d72..87ed518f00 100644 --- a/src/arch/arm32/mach-sbc2410x/include/memcfg.inc +++ b/src/arch/arm32/mach-sbc2410x/include/memcfg.inc @@ -3,11 +3,11 @@ * * memory configure for mach-sbc2410x. * - * Copyright (c) 2007-2009 jianjun jiang + * Copyright (c) 2007-2009 Jianjun Jiang * * Change Logs: * Date Author Notes - * 2009-01-15 jianjun jiang the first version + * 2009-01-15 Jianjun Jiang the first version * */ diff --git a/src/arch/arm32/mach-sbc2410x/mach-sbc2410x.c b/src/arch/arm32/mach-sbc2410x/mach-sbc2410x.c index 3710e2f420..51034d355d 100644 --- a/src/arch/arm32/mach-sbc2410x/mach-sbc2410x.c +++ b/src/arch/arm32/mach-sbc2410x/mach-sbc2410x.c @@ -1,8 +1,10 @@ /* * mach-sbc2410x.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-sbc2410x/resource/res-serial.c b/src/arch/arm32/mach-sbc2410x/resource/res-serial.c index 31222f2f97..aa4417d8d2 100644 --- a/src/arch/arm32/mach-sbc2410x/resource/res-serial.c +++ b/src/arch/arm32/mach-sbc2410x/resource/res-serial.c @@ -1,8 +1,10 @@ /* * resource/res-serial.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-sbc2410x/s3c2410-clk.c b/src/arch/arm32/mach-sbc2410x/s3c2410-clk.c index 340043fb6c..ca0f9a298e 100644 --- a/src/arch/arm32/mach-sbc2410x/s3c2410-clk.c +++ b/src/arch/arm32/mach-sbc2410x/s3c2410-clk.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-sbc2410x/s3c2410-clk.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-sbc2410x/s3c2410-irq.c b/src/arch/arm32/mach-sbc2410x/s3c2410-irq.c index b1d6225b94..67deee55de 100644 --- a/src/arch/arm32/mach-sbc2410x/s3c2410-irq.c +++ b/src/arch/arm32/mach-sbc2410x/s3c2410-irq.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-sbc2410x/s3c2410-irq.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-sbc2410x/s3c2410-nfc.c b/src/arch/arm32/mach-sbc2410x/s3c2410-nfc.c index c64d5e2eeb..2450e18fe8 100644 --- a/src/arch/arm32/mach-sbc2410x/s3c2410-nfc.c +++ b/src/arch/arm32/mach-sbc2410x/s3c2410-nfc.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-sbc2410x/s3c2410-nfc.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-sbc2410x/s3c2410-tick.c b/src/arch/arm32/mach-sbc2410x/s3c2410-tick.c index 3c8fbba543..067a3fadb7 100644 --- a/src/arch/arm32/mach-sbc2410x/s3c2410-tick.c +++ b/src/arch/arm32/mach-sbc2410x/s3c2410-tick.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-sbc2410x/s3c2410-tick.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-sbc2410x/start.S b/src/arch/arm32/mach-sbc2410x/start.S index 67d7a80304..4280a2020b 100644 --- a/src/arch/arm32/mach-sbc2410x/start.S +++ b/src/arch/arm32/mach-sbc2410x/start.S @@ -1,7 +1,7 @@ /* * arch/arm/mach-sbc2410x/start.S * - * Copyright (c) 2007-2010 jianjun jiang + * Copyright (c) 2007-2010 Jianjun Jiang <8192542@qq.com> * official site: http://xboot.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/arch/arm32/mach-smdk6410/driver/gpio-keypad.c b/src/arch/arm32/mach-smdk6410/driver/gpio-keypad.c index d2ffaf9511..0f2f770df2 100644 --- a/src/arch/arm32/mach-smdk6410/driver/gpio-keypad.c +++ b/src/arch/arm32/mach-smdk6410/driver/gpio-keypad.c @@ -1,8 +1,10 @@ /* * driver/gpio-keypad.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/driver/s3c6410-fb.c b/src/arch/arm32/mach-smdk6410/driver/s3c6410-fb.c index 239c7ef6b2..9b9e3cab6a 100644 --- a/src/arch/arm32/mach-smdk6410/driver/s3c6410-fb.c +++ b/src/arch/arm32/mach-smdk6410/driver/s3c6410-fb.c @@ -3,8 +3,10 @@ * * s3c6410 framebuffer drivers. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/driver/s3c6410-serial.c b/src/arch/arm32/mach-smdk6410/driver/s3c6410-serial.c index 9c12fc8304..eb061251a6 100644 --- a/src/arch/arm32/mach-smdk6410/driver/s3c6410-serial.c +++ b/src/arch/arm32/mach-smdk6410/driver/s3c6410-serial.c @@ -3,8 +3,10 @@ * * s3c6410 on chip serial drivers. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/include/syscfg.inc b/src/arch/arm32/mach-smdk6410/include/syscfg.inc index 1edcd5a0e5..438b0e9de3 100644 --- a/src/arch/arm32/mach-smdk6410/include/syscfg.inc +++ b/src/arch/arm32/mach-smdk6410/include/syscfg.inc @@ -1,7 +1,7 @@ /* * mach/mach-smdk6410/syscfg.inc * - * Copyright (c) 2007-2009 jianjun jiang + * Copyright (c) 2007-2009 Jianjun Jiang <8192542@qq.com> */ .equ Startup_APLLdiv, 0 diff --git a/src/arch/arm32/mach-smdk6410/mach-smdk6410.c b/src/arch/arm32/mach-smdk6410/mach-smdk6410.c index d36f846196..1f5532c6d2 100644 --- a/src/arch/arm32/mach-smdk6410/mach-smdk6410.c +++ b/src/arch/arm32/mach-smdk6410/mach-smdk6410.c @@ -1,8 +1,10 @@ /* * mach-smdk6410.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/resource/res-led-console.c b/src/arch/arm32/mach-smdk6410/resource/res-led-console.c index 336ca636a6..48b979543c 100644 --- a/src/arch/arm32/mach-smdk6410/resource/res-led-console.c +++ b/src/arch/arm32/mach-smdk6410/resource/res-led-console.c @@ -1,8 +1,10 @@ /* * resource/res-led-console.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/resource/res-led-heartbeat.c b/src/arch/arm32/mach-smdk6410/resource/res-led-heartbeat.c index 2ad2993d63..42012d080c 100644 --- a/src/arch/arm32/mach-smdk6410/resource/res-led-heartbeat.c +++ b/src/arch/arm32/mach-smdk6410/resource/res-led-heartbeat.c @@ -1,8 +1,10 @@ /* * resource/res-led-heartbeat.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/resource/res-serial.c b/src/arch/arm32/mach-smdk6410/resource/res-serial.c index acf09c3331..3609a7b931 100644 --- a/src/arch/arm32/mach-smdk6410/resource/res-serial.c +++ b/src/arch/arm32/mach-smdk6410/resource/res-serial.c @@ -1,8 +1,10 @@ /* * resource/res-serial.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/s3c6410-clk.c b/src/arch/arm32/mach-smdk6410/s3c6410-clk.c index 89c5d34625..0cf3cfd778 100644 --- a/src/arch/arm32/mach-smdk6410/s3c6410-clk.c +++ b/src/arch/arm32/mach-smdk6410/s3c6410-clk.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-smdk6410/s3c6410-clk.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/s3c6410-cp15.c b/src/arch/arm32/mach-smdk6410/s3c6410-cp15.c index 1ddf6e9a61..16596ecefb 100644 --- a/src/arch/arm32/mach-smdk6410/s3c6410-cp15.c +++ b/src/arch/arm32/mach-smdk6410/s3c6410-cp15.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-smdk6410/s3c6410-cp15.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/s3c6410-irom.c b/src/arch/arm32/mach-smdk6410/s3c6410-irom.c index cae38437d3..15a25cc57f 100644 --- a/src/arch/arm32/mach-smdk6410/s3c6410-irom.c +++ b/src/arch/arm32/mach-smdk6410/s3c6410-irom.c @@ -15,8 +15,10 @@ * look at the file of xboot.map. * * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/s3c6410-irq.c b/src/arch/arm32/mach-smdk6410/s3c6410-irq.c index 4498f02d02..d8cc542498 100644 --- a/src/arch/arm32/mach-smdk6410/s3c6410-irq.c +++ b/src/arch/arm32/mach-smdk6410/s3c6410-irq.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-smdk6410/s3c6410-irq.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/s3c6410-tick.c b/src/arch/arm32/mach-smdk6410/s3c6410-tick.c index 5cbbc144d9..6875d4e51a 100644 --- a/src/arch/arm32/mach-smdk6410/s3c6410-tick.c +++ b/src/arch/arm32/mach-smdk6410/s3c6410-tick.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-smdk6410/s3c6410-tick.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdk6410/start.S b/src/arch/arm32/mach-smdk6410/start.S index 31a95d00a2..42786affc2 100644 --- a/src/arch/arm32/mach-smdk6410/start.S +++ b/src/arch/arm32/mach-smdk6410/start.S @@ -1,7 +1,7 @@ /* * arch/arm/mach-smdk6410/start.S * - * Copyright (c) 2007-2010 jianjun jiang + * Copyright (c) 2007-2010 Jianjun Jiang <8192542@qq.com> * official site: http://xboot.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/arch/arm32/mach-smdk6410/tools/linux/s3c6410-irom-sd.sh b/src/arch/arm32/mach-smdk6410/tools/linux/s3c6410-irom-sd.sh index 62143703d0..5463428e46 100755 --- a/src/arch/arm32/mach-smdk6410/tools/linux/s3c6410-irom-sd.sh +++ b/src/arch/arm32/mach-smdk6410/tools/linux/s3c6410-irom-sd.sh @@ -1,11 +1,11 @@ #!/bin/sh # # s3c6410 irom sd boot fusing tool. -# Author: jianjun jiang +# Author: Jianjun Jiang <8192542@qq.com> echo "s3c6410 irom sd boot fusing tool." -echo "jianjun jiang " +echo "Jianjun Jiang <8192542@qq.com>" echo # display usage message and exit diff --git a/src/arch/arm32/mach-smdkc100/driver/gpio-keypad.c b/src/arch/arm32/mach-smdkc100/driver/gpio-keypad.c index 2980c5ede2..3298a21d13 100644 --- a/src/arch/arm32/mach-smdkc100/driver/gpio-keypad.c +++ b/src/arch/arm32/mach-smdkc100/driver/gpio-keypad.c @@ -1,8 +1,10 @@ /* * driver/gpio-keypad.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkc100/driver/s5pc100-serial.c b/src/arch/arm32/mach-smdkc100/driver/s5pc100-serial.c index 9b206bae31..eef3419c5b 100644 --- a/src/arch/arm32/mach-smdkc100/driver/s5pc100-serial.c +++ b/src/arch/arm32/mach-smdkc100/driver/s5pc100-serial.c @@ -3,8 +3,10 @@ * * s5pc100 on chip serial drivers. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkc100/include/syscfg.inc b/src/arch/arm32/mach-smdkc100/include/syscfg.inc index 7bb83aa447..1c6083fbda 100644 --- a/src/arch/arm32/mach-smdkc100/include/syscfg.inc +++ b/src/arch/arm32/mach-smdkc100/include/syscfg.inc @@ -1,7 +1,7 @@ /* * mach/mach-smdkc100/syscfg.inc * - * Copyright (c) 2007-2009 jianjun jiang + * Copyright (c) 2007-2009 Jianjun Jiang <8192542@qq.com> */ diff --git a/src/arch/arm32/mach-smdkc100/mach-smdkc100.c b/src/arch/arm32/mach-smdkc100/mach-smdkc100.c index d9320af558..fa173f8ca2 100644 --- a/src/arch/arm32/mach-smdkc100/mach-smdkc100.c +++ b/src/arch/arm32/mach-smdkc100/mach-smdkc100.c @@ -1,8 +1,10 @@ /* * mach-smdkc100.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkc100/resource/res-serial.c b/src/arch/arm32/mach-smdkc100/resource/res-serial.c index acf09c3331..3609a7b931 100644 --- a/src/arch/arm32/mach-smdkc100/resource/res-serial.c +++ b/src/arch/arm32/mach-smdkc100/resource/res-serial.c @@ -1,8 +1,10 @@ /* * resource/res-serial.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkc100/s5pc100-clk.c b/src/arch/arm32/mach-smdkc100/s5pc100-clk.c index 6e0794eeb0..6dbf79f131 100644 --- a/src/arch/arm32/mach-smdkc100/s5pc100-clk.c +++ b/src/arch/arm32/mach-smdkc100/s5pc100-clk.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-smdkc100/s5pc100-clk.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkc100/s5pc100-cp15.c b/src/arch/arm32/mach-smdkc100/s5pc100-cp15.c index 3bcd8d489d..7c0d9bf2bc 100644 --- a/src/arch/arm32/mach-smdkc100/s5pc100-cp15.c +++ b/src/arch/arm32/mach-smdkc100/s5pc100-cp15.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-smdkc100/s5pc100-cp15.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkc100/s5pc100-irom.c b/src/arch/arm32/mach-smdkc100/s5pc100-irom.c index 01e484f98d..9436a2dcbc 100644 --- a/src/arch/arm32/mach-smdkc100/s5pc100-irom.c +++ b/src/arch/arm32/mach-smdkc100/s5pc100-irom.c @@ -15,8 +15,10 @@ * look at the file of xboot.map. * * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkc100/s5pc100-irq.c b/src/arch/arm32/mach-smdkc100/s5pc100-irq.c index 1f916122ff..781e49adac 100644 --- a/src/arch/arm32/mach-smdkc100/s5pc100-irq.c +++ b/src/arch/arm32/mach-smdkc100/s5pc100-irq.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-smdkc100/s5pc100-irq.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkc100/s5pc100-tick.c b/src/arch/arm32/mach-smdkc100/s5pc100-tick.c index e58ea0db44..4bfde2d20d 100644 --- a/src/arch/arm32/mach-smdkc100/s5pc100-tick.c +++ b/src/arch/arm32/mach-smdkc100/s5pc100-tick.c @@ -1,8 +1,10 @@ /* * arch/arm/mach-smdkc100/s5pc100-tick.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkc100/start.S b/src/arch/arm32/mach-smdkc100/start.S index 4332c26fb5..2459909964 100644 --- a/src/arch/arm32/mach-smdkc100/start.S +++ b/src/arch/arm32/mach-smdkc100/start.S @@ -1,7 +1,7 @@ /* * arch/arm/mach-smdkc100/start.S * - * Copyright (c) 2007-2010 jianjun jiang + * Copyright (c) 2007-2010 Jianjun Jiang <8192542@qq.com> * official site: http://xboot.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/arch/arm32/mach-smdkv310/driver/s5pv310-serial.c b/src/arch/arm32/mach-smdkv310/driver/s5pv310-serial.c index 55bcc62441..8a24d1193a 100644 --- a/src/arch/arm32/mach-smdkv310/driver/s5pv310-serial.c +++ b/src/arch/arm32/mach-smdkv310/driver/s5pv310-serial.c @@ -3,8 +3,10 @@ * * s5pv310 on chip serial drivers. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkv310/include/syscfg.inc b/src/arch/arm32/mach-smdkv310/include/syscfg.inc index 9a3de04d9a..be8897181e 100644 --- a/src/arch/arm32/mach-smdkv310/include/syscfg.inc +++ b/src/arch/arm32/mach-smdkv310/include/syscfg.inc @@ -1,7 +1,7 @@ /* * include/syscfg.inc * - * Copyright (c) 2007-2010 jianjun jiang + * Copyright (c) 2007-2010 Jianjun Jiang <8192542@qq.com> */ /* diff --git a/src/arch/arm32/mach-smdkv310/mach-smdkv310.c b/src/arch/arm32/mach-smdkv310/mach-smdkv310.c index e8e28c5f50..4c3f68cdab 100644 --- a/src/arch/arm32/mach-smdkv310/mach-smdkv310.c +++ b/src/arch/arm32/mach-smdkv310/mach-smdkv310.c @@ -1,8 +1,10 @@ /* * mach-smdkv310.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkv310/resource/res-serial.c b/src/arch/arm32/mach-smdkv310/resource/res-serial.c index 7e22758524..857b8b8ca2 100644 --- a/src/arch/arm32/mach-smdkv310/resource/res-serial.c +++ b/src/arch/arm32/mach-smdkv310/resource/res-serial.c @@ -1,8 +1,10 @@ /* * resource/res-serial.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkv310/s5pv310-clk.c b/src/arch/arm32/mach-smdkv310/s5pv310-clk.c index fe50639789..86fef293d0 100644 --- a/src/arch/arm32/mach-smdkv310/s5pv310-clk.c +++ b/src/arch/arm32/mach-smdkv310/s5pv310-clk.c @@ -1,8 +1,10 @@ /* * s5pv310-clk.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkv310/s5pv310-cp15.c b/src/arch/arm32/mach-smdkv310/s5pv310-cp15.c index bb14bb53b5..d36340f425 100644 --- a/src/arch/arm32/mach-smdkv310/s5pv310-cp15.c +++ b/src/arch/arm32/mach-smdkv310/s5pv310-cp15.c @@ -1,8 +1,10 @@ /* * s5pv310-cp15.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkv310/s5pv310-irom.c b/src/arch/arm32/mach-smdkv310/s5pv310-irom.c index f6086a76c8..871be57f22 100644 --- a/src/arch/arm32/mach-smdkv310/s5pv310-irom.c +++ b/src/arch/arm32/mach-smdkv310/s5pv310-irom.c @@ -15,8 +15,10 @@ * look at the file of xboot.map. * * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-smdkv310/start.S b/src/arch/arm32/mach-smdkv310/start.S index f961b41d00..404e2c4139 100644 --- a/src/arch/arm32/mach-smdkv310/start.S +++ b/src/arch/arm32/mach-smdkv310/start.S @@ -1,7 +1,7 @@ /* * start.S * - * Copyright (c) 2007-2011 jianjun jiang + * Copyright (c) 2007-2011 Jianjun Jiang <8192542@qq.com> * official site: http://xboot.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/arch/arm32/mach-smdkv310/tools/linux/s5pv310-irom-sd.sh b/src/arch/arm32/mach-smdkv310/tools/linux/s5pv310-irom-sd.sh index 60c487a499..799f5596bc 100755 --- a/src/arch/arm32/mach-smdkv310/tools/linux/s5pv310-irom-sd.sh +++ b/src/arch/arm32/mach-smdkv310/tools/linux/s5pv310-irom-sd.sh @@ -1,7 +1,7 @@ #!/bin/sh # # s5pv310 irom sd/mmc boot fusing tool. -# Author: jianjun jiang +# Author: Jianjun Jiang <8192542@qq.com> # display usage message diff --git a/src/arch/arm32/mach-x210ii/bus/s5pv210-uart.c b/src/arch/arm32/mach-x210ii/bus/s5pv210-uart.c index 3a01af7e0c..4aabc6644a 100644 --- a/src/arch/arm32/mach-x210ii/bus/s5pv210-uart.c +++ b/src/arch/arm32/mach-x210ii/bus/s5pv210-uart.c @@ -1,8 +1,10 @@ /* * bus/s5pv210-uart.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/driver/ft5206.c b/src/arch/arm32/mach-x210ii/driver/ft5206.c index c134db93cd..b4617a8d9d 100644 --- a/src/arch/arm32/mach-x210ii/driver/ft5206.c +++ b/src/arch/arm32/mach-x210ii/driver/ft5206.c @@ -1,8 +1,10 @@ /* * driver/ft5206.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/driver/s5pv210-fb.c b/src/arch/arm32/mach-x210ii/driver/s5pv210-fb.c index 76a93ddf57..740da36d08 100644 --- a/src/arch/arm32/mach-x210ii/driver/s5pv210-fb.c +++ b/src/arch/arm32/mach-x210ii/driver/s5pv210-fb.c @@ -1,8 +1,10 @@ /* * driver/s5pv210-fb.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/include/syscfg.inc b/src/arch/arm32/mach-x210ii/include/syscfg.inc index f8747c10f6..c3d4ffd6d6 100644 --- a/src/arch/arm32/mach-x210ii/include/syscfg.inc +++ b/src/arch/arm32/mach-x210ii/include/syscfg.inc @@ -1,7 +1,7 @@ /* * include/syscfg.inc * - * Copyright (c) 2007-2010 jianjun jiang + * Copyright (c) 2007-2010 Jianjun Jiang <8192542@qq.com> */ .equ CLK_400_100_166_133, 0 diff --git a/src/arch/arm32/mach-x210ii/mach-x210ii.c b/src/arch/arm32/mach-x210ii/mach-x210ii.c index 824bd0b1b8..3cc6c9ece9 100644 --- a/src/arch/arm32/mach-x210ii/mach-x210ii.c +++ b/src/arch/arm32/mach-x210ii/mach-x210ii.c @@ -1,8 +1,10 @@ /* * mach-x210ii.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/resource/res-console.c b/src/arch/arm32/mach-x210ii/resource/res-console.c index d9d9ab55ec..b8dd8e631c 100644 --- a/src/arch/arm32/mach-x210ii/resource/res-console.c +++ b/src/arch/arm32/mach-x210ii/resource/res-console.c @@ -1,8 +1,10 @@ /* * resource/res-console.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/resource/res-fb.c b/src/arch/arm32/mach-x210ii/resource/res-fb.c index 4d36ccbf97..588bc9dd47 100644 --- a/src/arch/arm32/mach-x210ii/resource/res-fb.c +++ b/src/arch/arm32/mach-x210ii/resource/res-fb.c @@ -1,8 +1,10 @@ /* * resource/res-fb.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/resource/res-ft5206.c b/src/arch/arm32/mach-x210ii/resource/res-ft5206.c index 126fd5505f..b6cfba1b61 100644 --- a/src/arch/arm32/mach-x210ii/resource/res-ft5206.c +++ b/src/arch/arm32/mach-x210ii/resource/res-ft5206.c @@ -1,8 +1,10 @@ /* * resource/res-ft5206.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/resource/res-i2c-gpio.c b/src/arch/arm32/mach-x210ii/resource/res-i2c-gpio.c index 52c2b0b1ba..7199ab64f7 100644 --- a/src/arch/arm32/mach-x210ii/resource/res-i2c-gpio.c +++ b/src/arch/arm32/mach-x210ii/resource/res-i2c-gpio.c @@ -1,8 +1,10 @@ /* * resource/res-i2c-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/resource/res-key-gpio.c b/src/arch/arm32/mach-x210ii/resource/res-key-gpio.c index 9913292e3a..b5e496bc68 100644 --- a/src/arch/arm32/mach-x210ii/resource/res-key-gpio.c +++ b/src/arch/arm32/mach-x210ii/resource/res-key-gpio.c @@ -1,8 +1,10 @@ /* * resource/res-key-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/resource/res-led-gpio.c b/src/arch/arm32/mach-x210ii/resource/res-led-gpio.c index 6aa6e78d9d..ead210d002 100644 --- a/src/arch/arm32/mach-x210ii/resource/res-led-gpio.c +++ b/src/arch/arm32/mach-x210ii/resource/res-led-gpio.c @@ -1,8 +1,10 @@ /* * resource/res-led-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/resource/res-ledtrig-general.c b/src/arch/arm32/mach-x210ii/resource/res-ledtrig-general.c index 9516e214f7..ec3c1af0db 100644 --- a/src/arch/arm32/mach-x210ii/resource/res-ledtrig-general.c +++ b/src/arch/arm32/mach-x210ii/resource/res-ledtrig-general.c @@ -1,8 +1,10 @@ /* * resource/res-ledtrig-general.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/resource/res-ledtrig-heartbeat.c b/src/arch/arm32/mach-x210ii/resource/res-ledtrig-heartbeat.c index fc8973fe6a..c45c0f71df 100644 --- a/src/arch/arm32/mach-x210ii/resource/res-ledtrig-heartbeat.c +++ b/src/arch/arm32/mach-x210ii/resource/res-ledtrig-heartbeat.c @@ -1,8 +1,10 @@ /* * resource/res-ledtrig-heartbeat.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/resource/res-uart.c b/src/arch/arm32/mach-x210ii/resource/res-uart.c index 700ab977b0..bc488694c7 100644 --- a/src/arch/arm32/mach-x210ii/resource/res-uart.c +++ b/src/arch/arm32/mach-x210ii/resource/res-uart.c @@ -1,8 +1,10 @@ /* * resource/res-uart.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/s5pv210-clk.c b/src/arch/arm32/mach-x210ii/s5pv210-clk.c index 8c25930f09..17fc6ce489 100644 --- a/src/arch/arm32/mach-x210ii/s5pv210-clk.c +++ b/src/arch/arm32/mach-x210ii/s5pv210-clk.c @@ -1,8 +1,10 @@ /* * s5pv210-clk.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/s5pv210-gpio.c b/src/arch/arm32/mach-x210ii/s5pv210-gpio.c index d6fa3e5ec3..5516bc7117 100644 --- a/src/arch/arm32/mach-x210ii/s5pv210-gpio.c +++ b/src/arch/arm32/mach-x210ii/s5pv210-gpio.c @@ -1,8 +1,10 @@ /* * s5pv210-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/s5pv210-irom.c b/src/arch/arm32/mach-x210ii/s5pv210-irom.c index 4fa9d84634..ace456b784 100644 --- a/src/arch/arm32/mach-x210ii/s5pv210-irom.c +++ b/src/arch/arm32/mach-x210ii/s5pv210-irom.c @@ -15,8 +15,10 @@ * look at the file of xboot.map. * * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/s5pv210-irq.c b/src/arch/arm32/mach-x210ii/s5pv210-irq.c index 1fcf84c742..914b16751d 100644 --- a/src/arch/arm32/mach-x210ii/s5pv210-irq.c +++ b/src/arch/arm32/mach-x210ii/s5pv210-irq.c @@ -1,8 +1,10 @@ /* * s5pv210-irq.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/s5pv210-logger.c b/src/arch/arm32/mach-x210ii/s5pv210-logger.c index f2f9bb90ec..27c04bfe88 100644 --- a/src/arch/arm32/mach-x210ii/s5pv210-logger.c +++ b/src/arch/arm32/mach-x210ii/s5pv210-logger.c @@ -1,8 +1,10 @@ /* * s5pv210-logger.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/s5pv210-nfc.c b/src/arch/arm32/mach-x210ii/s5pv210-nfc.c index f78e2994a5..77ae6ab657 100644 --- a/src/arch/arm32/mach-x210ii/s5pv210-nfc.c +++ b/src/arch/arm32/mach-x210ii/s5pv210-nfc.c @@ -1,8 +1,10 @@ /* * s5pv210-nfc.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/s5pv210-tick.c b/src/arch/arm32/mach-x210ii/s5pv210-tick.c index 0f1bd854e9..9b28c15ed0 100644 --- a/src/arch/arm32/mach-x210ii/s5pv210-tick.c +++ b/src/arch/arm32/mach-x210ii/s5pv210-tick.c @@ -1,8 +1,10 @@ /* * s5pv210-tick.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x210ii/start.S b/src/arch/arm32/mach-x210ii/start.S index a8e4d60a5c..467354f0a5 100644 --- a/src/arch/arm32/mach-x210ii/start.S +++ b/src/arch/arm32/mach-x210ii/start.S @@ -1,7 +1,7 @@ /* * start.S * - * Copyright (c) 2007-2010 jianjun jiang + * Copyright (c) 2007-2010 Jianjun Jiang <8192542@qq.com> * official site: http://xboot.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/arch/arm32/mach-x210ii/tools/linux/s5pv210-irom-sd.sh b/src/arch/arm32/mach-x210ii/tools/linux/s5pv210-irom-sd.sh index 33261120f8..e2595854ef 100755 --- a/src/arch/arm32/mach-x210ii/tools/linux/s5pv210-irom-sd.sh +++ b/src/arch/arm32/mach-x210ii/tools/linux/s5pv210-irom-sd.sh @@ -1,7 +1,7 @@ #!/bin/sh # # s5pv210 irom sd boot fusing tool. -# Author: jianjun jiang +# Author: Jianjun Jiang <8192542@qq.com> # display usage message diff --git a/src/arch/arm32/mach-x4412/bus/exynos4412-uart.c b/src/arch/arm32/mach-x4412/bus/exynos4412-uart.c index 0b241cfbed..4f77d9896f 100644 --- a/src/arch/arm32/mach-x4412/bus/exynos4412-uart.c +++ b/src/arch/arm32/mach-x4412/bus/exynos4412-uart.c @@ -1,8 +1,10 @@ /* * bus/exynos4412-uart.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x4412/exynos4412-clk.c b/src/arch/arm32/mach-x4412/exynos4412-clk.c index f1eb8696e0..503bc78e58 100644 --- a/src/arch/arm32/mach-x4412/exynos4412-clk.c +++ b/src/arch/arm32/mach-x4412/exynos4412-clk.c @@ -1,8 +1,10 @@ /* * exynos4412-clk.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x4412/exynos4412-gpio.c b/src/arch/arm32/mach-x4412/exynos4412-gpio.c index 5100c3464d..1c428a755d 100644 --- a/src/arch/arm32/mach-x4412/exynos4412-gpio.c +++ b/src/arch/arm32/mach-x4412/exynos4412-gpio.c @@ -1,8 +1,10 @@ /* * exynos4412-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x4412/exynos4412-irom.c b/src/arch/arm32/mach-x4412/exynos4412-irom.c index 3fe305ea38..3048ca6c7e 100644 --- a/src/arch/arm32/mach-x4412/exynos4412-irom.c +++ b/src/arch/arm32/mach-x4412/exynos4412-irom.c @@ -15,8 +15,10 @@ * look at the file of xboot.map. * * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x4412/exynos4412-logger.c b/src/arch/arm32/mach-x4412/exynos4412-logger.c index dea981ad5c..09bd545d65 100644 --- a/src/arch/arm32/mach-x4412/exynos4412-logger.c +++ b/src/arch/arm32/mach-x4412/exynos4412-logger.c @@ -1,8 +1,10 @@ /* * exynos4412-logger.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x4412/mach-x4412.c b/src/arch/arm32/mach-x4412/mach-x4412.c index 49f48fcd11..d687029c0c 100644 --- a/src/arch/arm32/mach-x4412/mach-x4412.c +++ b/src/arch/arm32/mach-x4412/mach-x4412.c @@ -1,8 +1,10 @@ /* * mach-x4412.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x4412/resource/res-console.c b/src/arch/arm32/mach-x4412/resource/res-console.c index 6cd4d28470..cec4c4d505 100644 --- a/src/arch/arm32/mach-x4412/resource/res-console.c +++ b/src/arch/arm32/mach-x4412/resource/res-console.c @@ -1,8 +1,10 @@ /* * resource/res-console.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x4412/resource/res-led-gpio.c b/src/arch/arm32/mach-x4412/resource/res-led-gpio.c index 9297b4fa40..b757908839 100644 --- a/src/arch/arm32/mach-x4412/resource/res-led-gpio.c +++ b/src/arch/arm32/mach-x4412/resource/res-led-gpio.c @@ -1,8 +1,10 @@ /* * resource/res-led-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x4412/resource/res-ledtrig-general.c b/src/arch/arm32/mach-x4412/resource/res-ledtrig-general.c index 9516e214f7..ec3c1af0db 100644 --- a/src/arch/arm32/mach-x4412/resource/res-ledtrig-general.c +++ b/src/arch/arm32/mach-x4412/resource/res-ledtrig-general.c @@ -1,8 +1,10 @@ /* * resource/res-ledtrig-general.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x4412/resource/res-ledtrig-heartbeat.c b/src/arch/arm32/mach-x4412/resource/res-ledtrig-heartbeat.c index fc8973fe6a..c45c0f71df 100644 --- a/src/arch/arm32/mach-x4412/resource/res-ledtrig-heartbeat.c +++ b/src/arch/arm32/mach-x4412/resource/res-ledtrig-heartbeat.c @@ -1,8 +1,10 @@ /* * resource/res-ledtrig-heartbeat.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x4412/resource/res-uart.c b/src/arch/arm32/mach-x4412/resource/res-uart.c index 531a213491..905246ca94 100644 --- a/src/arch/arm32/mach-x4412/resource/res-uart.c +++ b/src/arch/arm32/mach-x4412/resource/res-uart.c @@ -1,8 +1,10 @@ /* * resource/res-uart.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/arch/arm32/mach-x4412/start.S b/src/arch/arm32/mach-x4412/start.S index fdea47f719..e7d3d2252d 100644 --- a/src/arch/arm32/mach-x4412/start.S +++ b/src/arch/arm32/mach-x4412/start.S @@ -1,7 +1,7 @@ /* * start.S * - * Copyright (c) 2007-2012 jianjun jiang + * Copyright (c) 2007-2012 Jianjun Jiang <8192542@qq.com> * official site: http://xboot.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/arch/arm32/mach-x4412/tools/linux/exynos4x12-irom-sd.sh b/src/arch/arm32/mach-x4412/tools/linux/exynos4x12-irom-sd.sh index 9aaf3624a7..d2cf5fa19f 100755 --- a/src/arch/arm32/mach-x4412/tools/linux/exynos4x12-irom-sd.sh +++ b/src/arch/arm32/mach-x4412/tools/linux/exynos4x12-irom-sd.sh @@ -1,7 +1,7 @@ #!/bin/sh # # exynos4x12 irom sd/mmc boot fusing tool. -# Author: jianjun jiang +# Author: Jianjun Jiang <8192542@qq.com> # display usage message diff --git a/src/drivers/block/block.c b/src/drivers/block/block.c index 3fa1eca65a..8c3ffd13a3 100644 --- a/src/drivers/block/block.c +++ b/src/drivers/block/block.c @@ -1,8 +1,10 @@ /* * drivers/block/block.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/block/disk.c b/src/drivers/block/disk.c index f30d18c695..ee4e65db2e 100644 --- a/src/drivers/block/disk.c +++ b/src/drivers/block/disk.c @@ -1,8 +1,10 @@ /* * drivers/block/disk.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/block/loop.c b/src/drivers/block/loop.c index 45118b2b79..1c9507c6b7 100644 --- a/src/drivers/block/loop.c +++ b/src/drivers/block/loop.c @@ -1,8 +1,10 @@ /* * drivers/block/loop.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/block/partition/dos.c b/src/drivers/block/partition/dos.c index 5767c22a18..90cafbc81e 100644 --- a/src/drivers/block/partition/dos.c +++ b/src/drivers/block/partition/dos.c @@ -1,8 +1,10 @@ /* * drivers/block/partition/dos.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/block/partition/partition.c b/src/drivers/block/partition/partition.c index e3616ed659..2a56c8d7dd 100644 --- a/src/drivers/block/partition/partition.c +++ b/src/drivers/block/partition/partition.c @@ -1,8 +1,10 @@ /* * drivers/block/partition/partition.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/block/romdisk/data.S b/src/drivers/block/romdisk/data.S index 9c38d2defd..bf4e9e709f 100644 --- a/src/drivers/block/romdisk/data.S +++ b/src/drivers/block/romdisk/data.S @@ -1,7 +1,7 @@ /* * drivers/block/romdisk/data.S * - * Copyright (c) 2007-2010 jianjun jiang + * Copyright (c) 2007-2010 Jianjun Jiang <8192542@qq.com> * official site: http://xboot.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/drivers/block/romdisk/romdisk.c b/src/drivers/block/romdisk/romdisk.c index f5681a7665..d5fc380f98 100644 --- a/src/drivers/block/romdisk/romdisk.c +++ b/src/drivers/block/romdisk/romdisk.c @@ -1,8 +1,10 @@ /* * drivers/block/romdisk/romdisk.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/bus/i2c/i2c-algo-bit.c b/src/drivers/bus/i2c/i2c-algo-bit.c index 42b576dd01..39a64c63a7 100644 --- a/src/drivers/bus/i2c/i2c-algo-bit.c +++ b/src/drivers/bus/i2c/i2c-algo-bit.c @@ -1,8 +1,10 @@ /* * drivers/bus/i2c/i2c-algo-bit.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/bus/i2c/i2c-gpio.c b/src/drivers/bus/i2c/i2c-gpio.c index 11c660be1d..60cb043f29 100644 --- a/src/drivers/bus/i2c/i2c-gpio.c +++ b/src/drivers/bus/i2c/i2c-gpio.c @@ -1,8 +1,10 @@ /* * drivers/bus/i2c/i2c-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/bus/i2c/i2c.c b/src/drivers/bus/i2c/i2c.c index 11c4e26c01..5385c11fcd 100644 --- a/src/drivers/bus/i2c/i2c.c +++ b/src/drivers/bus/i2c/i2c.c @@ -1,8 +1,10 @@ /* * drivers/bus/i2c/i2c.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/bus/uart/uart.c b/src/drivers/bus/uart/uart.c index b14d10c1f9..fd0df9d54f 100644 --- a/src/drivers/bus/uart/uart.c +++ b/src/drivers/bus/uart/uart.c @@ -1,8 +1,10 @@ /* * drivers/bus/uart/uart.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/console/console-fb-font.c b/src/drivers/console/console-fb-font.c index ed3b8b500e..e8796cf4f3 100644 --- a/src/drivers/console/console-fb-font.c +++ b/src/drivers/console/console-fb-font.c @@ -1,8 +1,10 @@ /* * drivers/console/console-fb-font.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/console/console-fb.c b/src/drivers/console/console-fb.c index 313e15be60..85110fa742 100644 --- a/src/drivers/console/console-fb.c +++ b/src/drivers/console/console-fb.c @@ -1,8 +1,10 @@ /* * drivers/console/console-fb.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/console/console-input.c b/src/drivers/console/console-input.c index 35705083c1..da952dc8bc 100644 --- a/src/drivers/console/console-input.c +++ b/src/drivers/console/console-input.c @@ -1,8 +1,10 @@ /* * drivers/console/console-input.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/console/console-uart.c b/src/drivers/console/console-uart.c index 27ee10b89f..3fc5b8565e 100644 --- a/src/drivers/console/console-uart.c +++ b/src/drivers/console/console-uart.c @@ -1,8 +1,10 @@ /* * drivers/console/console-uart.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/console/console.c b/src/drivers/console/console.c index d1dc33678d..a2163869e6 100644 --- a/src/drivers/console/console.c +++ b/src/drivers/console/console.c @@ -1,8 +1,10 @@ /* * drivers/console/console.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/fb/color.c b/src/drivers/fb/color.c index d8d93bbd20..0e09de7cfc 100644 --- a/src/drivers/fb/color.c +++ b/src/drivers/fb/color.c @@ -1,8 +1,10 @@ /* * drivers/fb/color.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/fb/fb.c b/src/drivers/fb/fb.c index 8fe23cf862..73b018d3ea 100644 --- a/src/drivers/fb/fb.c +++ b/src/drivers/fb/fb.c @@ -1,8 +1,10 @@ /* * drivers/fb/fb.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/fb/matrix.c b/src/drivers/fb/matrix.c index 9f9cd3c809..e2c4787d9e 100644 --- a/src/drivers/fb/matrix.c +++ b/src/drivers/fb/matrix.c @@ -1,8 +1,10 @@ /* * driver/fb/matrix.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/fb/rect.c b/src/drivers/fb/rect.c index 4eb631d52f..b13ed731ac 100644 --- a/src/drivers/fb/rect.c +++ b/src/drivers/fb/rect.c @@ -1,8 +1,10 @@ /* * driver/fb/rect.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/fb/render.c b/src/drivers/fb/render.c index 9ee65566d0..f0a36f5fe3 100644 --- a/src/drivers/fb/render.c +++ b/src/drivers/fb/render.c @@ -1,8 +1,10 @@ /* * drivers/fb/renderer.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/fb/sw/sw_render.c b/src/drivers/fb/sw/sw_render.c index a00de0f16e..d3d82d8800 100644 --- a/src/drivers/fb/sw/sw_render.c +++ b/src/drivers/fb/sw/sw_render.c @@ -1,8 +1,10 @@ /* * drivers/fb/sw/sw_render.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/fb/sw/sw_texture.c b/src/drivers/fb/sw/sw_texture.c index f17cd35f19..e2a9423b0b 100644 --- a/src/drivers/fb/sw/sw_texture.c +++ b/src/drivers/fb/sw/sw_texture.c @@ -1,8 +1,10 @@ /* * drivers/fb/sw/sw_texture.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/fb/sw/sw_texture_blit.c b/src/drivers/fb/sw/sw_texture_blit.c index c126863117..e67224ecc0 100644 --- a/src/drivers/fb/sw/sw_texture_blit.c +++ b/src/drivers/fb/sw/sw_texture_blit.c @@ -1,8 +1,10 @@ /* * drivers/fb/sw/sw_texture_blit.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/fb/sw/sw_texture_fill.c b/src/drivers/fb/sw/sw_texture_fill.c index c4e41d3cd7..c319d47653 100644 --- a/src/drivers/fb/sw/sw_texture_fill.c +++ b/src/drivers/fb/sw/sw_texture_fill.c @@ -1,8 +1,10 @@ /* * drivers/fb/sw/sw_texture_fill.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/fb/sw/sw_utils.c b/src/drivers/fb/sw/sw_utils.c index d617de37ae..61abdcd5a3 100644 --- a/src/drivers/fb/sw/sw_utils.c +++ b/src/drivers/fb/sw/sw_utils.c @@ -1,8 +1,10 @@ /* * drivers/fb/sw/sw_utils.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/input/input.c b/src/drivers/input/input.c index 7609ae3741..66c88452ef 100644 --- a/src/drivers/input/input.c +++ b/src/drivers/input/input.c @@ -1,8 +1,10 @@ /* * drivers/input/input.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/input/key-gpio.c b/src/drivers/input/key-gpio.c index 56bb3797cd..f1223fe27e 100644 --- a/src/drivers/input/key-gpio.c +++ b/src/drivers/input/key-gpio.c @@ -1,8 +1,10 @@ /* * driver/input/key-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/led/led-gpio.c b/src/drivers/led/led-gpio.c index 5789f3fe0d..a126cf914d 100644 --- a/src/drivers/led/led-gpio.c +++ b/src/drivers/led/led-gpio.c @@ -1,8 +1,10 @@ /* * driver/led/led-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/led/led-simple.c b/src/drivers/led/led-simple.c index 603e24a8df..1b42454caf 100644 --- a/src/drivers/led/led-simple.c +++ b/src/drivers/led/led-simple.c @@ -1,8 +1,10 @@ /* * driver/led/led-simple.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/led/led.c b/src/drivers/led/led.c index 9a8f44bb22..90bca13da9 100644 --- a/src/drivers/led/led.c +++ b/src/drivers/led/led.c @@ -1,8 +1,10 @@ /* * drivers/led/led.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/led/ledtrig-general.c b/src/drivers/led/ledtrig-general.c index c412eb5a93..e6d01850f7 100644 --- a/src/drivers/led/ledtrig-general.c +++ b/src/drivers/led/ledtrig-general.c @@ -1,8 +1,10 @@ /* * driver/led/ledtrig-general.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/led/ledtrig-heartbeat.c b/src/drivers/led/ledtrig-heartbeat.c index 744c4d8fcf..f5fa4be89d 100644 --- a/src/drivers/led/ledtrig-heartbeat.c +++ b/src/drivers/led/ledtrig-heartbeat.c @@ -1,8 +1,10 @@ /* * driver/led/ledtrig-heartbeat.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/led/ledtrig.c b/src/drivers/led/ledtrig.c index a884eb7893..8a590ff371 100644 --- a/src/drivers/led/ledtrig.c +++ b/src/drivers/led/ledtrig.c @@ -1,8 +1,10 @@ /* * drivers/led/ledtrig.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/mmc/mmc.c b/src/drivers/mmc/mmc.c index 2feb0722f4..675385b5a7 100644 --- a/src/drivers/mmc/mmc.c +++ b/src/drivers/mmc/mmc.c @@ -1,8 +1,10 @@ /* * drivers/mmc/mmc.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/mmc/mmc_card.c b/src/drivers/mmc/mmc_card.c index 3a98d19dbb..77fc2e07c9 100644 --- a/src/drivers/mmc/mmc_card.c +++ b/src/drivers/mmc/mmc_card.c @@ -1,8 +1,10 @@ /* * driver/mmc/mmc_card.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/mmc/mmc_host.c b/src/drivers/mmc/mmc_host.c index 7ea05ce96b..a0cbf8c054 100644 --- a/src/drivers/mmc/mmc_host.c +++ b/src/drivers/mmc/mmc_host.c @@ -1,8 +1,10 @@ /* * driver/mmc/mmc_host.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/mtd/mtd.c b/src/drivers/mtd/mtd.c index c7e25dc120..3a117a089e 100644 --- a/src/drivers/mtd/mtd.c +++ b/src/drivers/mtd/mtd.c @@ -1,8 +1,10 @@ /* * drivers/mtd/mtd.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/mtd/nand/nand.c b/src/drivers/mtd/nand/nand.c index 86aca7d8fa..f27ec97752 100644 --- a/src/drivers/mtd/nand/nand.c +++ b/src/drivers/mtd/nand/nand.c @@ -1,8 +1,10 @@ /* * driver/mtd/nand/nand.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/mtd/nand/nand_ids.c b/src/drivers/mtd/nand/nand_ids.c index 8e5305d72a..77288a02db 100644 --- a/src/drivers/mtd/nand/nand_ids.c +++ b/src/drivers/mtd/nand/nand_ids.c @@ -1,8 +1,10 @@ /* * drivers/mtd/nand/nand_ids.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/mtd/nand/nfc.c b/src/drivers/mtd/nand/nfc.c index 4e1ea99a63..999bc203fa 100644 --- a/src/drivers/mtd/nand/nfc.c +++ b/src/drivers/mtd/nand/nfc.c @@ -1,8 +1,10 @@ /* * driver/mtd/nand/nfc.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/drivers/rtc/rtc.c b/src/drivers/rtc/rtc.c index 9be15946f8..397b3ce485 100644 --- a/src/drivers/rtc/rtc.c +++ b/src/drivers/rtc/rtc.c @@ -1,8 +1,10 @@ /* * drivers/rtc/rtc.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/external/cairo-1.12.16/cairo-image-source.c b/src/external/cairo-1.12.16/cairo-image-source.c index ae038815df..7e6c8eb147 100644 --- a/src/external/cairo-1.12.16/cairo-image-source.c +++ b/src/external/cairo-1.12.16/cairo-image-source.c @@ -827,7 +827,7 @@ _pixman_image_for_surface (cairo_image_surface_t *dst, cairo_image_surface_t *source = (cairo_image_surface_t *) pattern->surface; cairo_surface_type_t type; -/* //xxx FIX BUG, STROKE PATH WITH IMAGE PATTERN, BY JIANJUN JIANG, PLEASE CHECK!!!! IMPORTANT!!! +/* //xxx FIX BUG, STROKE PATH WITH IMAGE PATTERN, BY Jianjun Jiang, PLEASE CHECK!!!! IMPORTANT!!! if (_cairo_surface_is_snapshot (&source->base)) { defer_free = _cairo_surface_snapshot_get_target (&source->base); source = (cairo_image_surface_t *) defer_free; diff --git a/src/framework/base64/l-base64.c b/src/framework/base64/l-base64.c index b2319e7461..2dbf8c2ec0 100644 --- a/src/framework/base64/l-base64.c +++ b/src/framework/base64/l-base64.c @@ -1,8 +1,10 @@ /* * framework/base64/l-base64.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/display/l-display.c b/src/framework/display/l-display.c index c938b2716b..57b55ba96c 100644 --- a/src/framework/display/l-display.c +++ b/src/framework/display/l-display.c @@ -1,8 +1,10 @@ /* * framework/display/l-display.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/display/l-easing.c b/src/framework/display/l-easing.c index dd88a58bb8..4342403c5a 100644 --- a/src/framework/display/l-easing.c +++ b/src/framework/display/l-easing.c @@ -1,8 +1,10 @@ /* * framework/display/l-easing.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/display/l-font.c b/src/framework/display/l-font.c index 3babb0b8ec..a9689a5811 100644 --- a/src/framework/display/l-font.c +++ b/src/framework/display/l-font.c @@ -1,8 +1,10 @@ /* * framework/display/l-font.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/display/l-matrix.c b/src/framework/display/l-matrix.c index 23a5dcfb28..7a577b56a7 100644 --- a/src/framework/display/l-matrix.c +++ b/src/framework/display/l-matrix.c @@ -1,8 +1,10 @@ /* * framework/display/l-matrix.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/display/l-ninepatch.c b/src/framework/display/l-ninepatch.c index 8a15212f08..bc81436408 100644 --- a/src/framework/display/l-ninepatch.c +++ b/src/framework/display/l-ninepatch.c @@ -1,8 +1,10 @@ /* * framework/display/l-ninepatch.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/display/l-object.c b/src/framework/display/l-object.c index f3ff9d96db..4919602fdd 100644 --- a/src/framework/display/l-object.c +++ b/src/framework/display/l-object.c @@ -1,8 +1,10 @@ /* * framework/display/l-object.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/display/l-parttern.c b/src/framework/display/l-parttern.c index 7ddc61cde9..ea8f5f9214 100644 --- a/src/framework/display/l-parttern.c +++ b/src/framework/display/l-parttern.c @@ -1,8 +1,10 @@ /* * framework/display/l-parttern.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/display/l-shape.c b/src/framework/display/l-shape.c index 9e37c45bbc..0028f01f67 100644 --- a/src/framework/display/l-shape.c +++ b/src/framework/display/l-shape.c @@ -1,8 +1,10 @@ /* * framework/display/l-shape.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/display/l-texture.c b/src/framework/display/l-texture.c index 1e64f48104..715ba07f9d 100644 --- a/src/framework/display/l-texture.c +++ b/src/framework/display/l-texture.c @@ -1,8 +1,10 @@ /* * framework/display/l-texture.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/event/l-event.c b/src/framework/event/l-event.c index f3449f43a8..f934835c42 100644 --- a/src/framework/event/l-event.c +++ b/src/framework/event/l-event.c @@ -1,8 +1,10 @@ /* * framework/event/l-event.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/framework.c b/src/framework/framework.c index 3ad965fb86..e2287986cb 100644 --- a/src/framework/framework.c +++ b/src/framework/framework.c @@ -1,8 +1,10 @@ /* * framework/framework.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/hardware/l-gpio.c b/src/framework/hardware/l-gpio.c index bf3cecb2f5..a388b283fb 100644 --- a/src/framework/hardware/l-gpio.c +++ b/src/framework/hardware/l-gpio.c @@ -1,8 +1,10 @@ /* * framework/hardware/l-gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/hardware/l-led.c b/src/framework/hardware/l-led.c index 652103de78..63e7bf2a58 100644 --- a/src/framework/hardware/l-led.c +++ b/src/framework/hardware/l-led.c @@ -1,8 +1,10 @@ /* * framework/hardware/l-led.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/hardware/l-ledtrig.c b/src/framework/hardware/l-ledtrig.c index bb254c651b..1ab55a71d5 100644 --- a/src/framework/hardware/l-ledtrig.c +++ b/src/framework/hardware/l-ledtrig.c @@ -1,8 +1,10 @@ /* * framework/hardware/l-led_trigger.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/logger/l-logger.c b/src/framework/logger/l-logger.c index 9e2daf320f..aedbeabd61 100644 --- a/src/framework/logger/l-logger.c +++ b/src/framework/logger/l-logger.c @@ -1,8 +1,10 @@ /* * framework/logger/l-logger.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/luahelper.c b/src/framework/luahelper.c index 5e8881c0cf..7f93b01247 100644 --- a/src/framework/luahelper.c +++ b/src/framework/luahelper.c @@ -1,8 +1,10 @@ /* * framework/luahelper.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/stopwatch/l-stopwatch.c b/src/framework/stopwatch/l-stopwatch.c index 13972a7a4d..5a4f056ec5 100644 --- a/src/framework/stopwatch/l-stopwatch.c +++ b/src/framework/stopwatch/l-stopwatch.c @@ -1,8 +1,10 @@ /* * framework/stopwatch/l-stopwatch.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/framework/vm.c b/src/framework/vm.c index b536f18904..9dd2d42bfa 100644 --- a/src/framework/vm.c +++ b/src/framework/vm.c @@ -1,8 +1,10 @@ /* * framework/vm.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/init/init.c b/src/init/init.c index 6be67c7663..71a8351317 100644 --- a/src/init/init.c +++ b/src/init/init.c @@ -1,8 +1,10 @@ /* * init/init.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/init/main.c b/src/init/main.c index b6c8ab382d..0f2d44b1e4 100644 --- a/src/init/main.c +++ b/src/init/main.c @@ -1,8 +1,10 @@ /* * init/main.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/init/mode/mode.c b/src/init/mode/mode.c index 20bc1066a0..ac417a2175 100644 --- a/src/init/mode/mode.c +++ b/src/init/mode/mode.c @@ -1,8 +1,10 @@ /* * init/mode/mode.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/init/mode/run_graphic.c b/src/init/mode/run_graphic.c index e5dfbb3559..935df5976f 100644 --- a/src/init/mode/run_graphic.c +++ b/src/init/mode/run_graphic.c @@ -1,8 +1,10 @@ /* * init/mode/run_graphic.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/init/mode/run_memu.c b/src/init/mode/run_memu.c index b2aa0bf2c5..ca6ca8872d 100644 --- a/src/init/mode/run_memu.c +++ b/src/init/mode/run_memu.c @@ -1,8 +1,10 @@ /* * init/mode/run_menu.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/init/mode/run_normal.c b/src/init/mode/run_normal.c index 1df0ee5935..a69c63bb4b 100644 --- a/src/init/mode/run_normal.c +++ b/src/init/mode/run_normal.c @@ -1,8 +1,10 @@ /* * init/mode/run_normal.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/init/mode/run_shell.c b/src/init/mode/run_shell.c index 3b06afa6cc..35564020c5 100644 --- a/src/init/mode/run_shell.c +++ b/src/init/mode/run_shell.c @@ -1,8 +1,10 @@ /* * init/mode/run_shell.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/init/runtime.c b/src/init/runtime.c index 91442eb4e9..9b81e8d06b 100644 --- a/src/init/runtime.c +++ b/src/init/runtime.c @@ -1,8 +1,10 @@ /* * init/runtime.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/init/version.c b/src/init/version.c index 34dcebea76..9062a2c03b 100644 --- a/src/init/version.c +++ b/src/init/version.c @@ -1,8 +1,10 @@ /* * init/version.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_cat.c b/src/kernel/command/cmd_cat.c index e27278752d..3721999fbb 100644 --- a/src/kernel/command/cmd_cat.c +++ b/src/kernel/command/cmd_cat.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_cat.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_cd.c b/src/kernel/command/cmd_cd.c index 311a657d65..ebcd9d028a 100644 --- a/src/kernel/command/cmd_cd.c +++ b/src/kernel/command/cmd_cd.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_cd.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_cksum.c b/src/kernel/command/cmd_cksum.c index 6f49fd3d9d..f31cd1452d 100644 --- a/src/kernel/command/cmd_cksum.c +++ b/src/kernel/command/cmd_cksum.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_cksum.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_clear.c b/src/kernel/command/cmd_clear.c index 2c386aaad2..b41498ef07 100644 --- a/src/kernel/command/cmd_clear.c +++ b/src/kernel/command/cmd_clear.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_clear.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_console.c b/src/kernel/command/cmd_console.c index 7d2537c9bc..5c3b910baa 100644 --- a/src/kernel/command/cmd_console.c +++ b/src/kernel/command/cmd_console.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_console.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_cp.c b/src/kernel/command/cmd_cp.c index 28d50695a0..1279f1f64f 100644 --- a/src/kernel/command/cmd_cp.c +++ b/src/kernel/command/cmd_cp.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_cp.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_echo.c b/src/kernel/command/cmd_echo.c index 5df8f99cde..030b4fec69 100644 --- a/src/kernel/command/cmd_echo.c +++ b/src/kernel/command/cmd_echo.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_echo.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_env.c b/src/kernel/command/cmd_env.c index 046033f87d..90d085d920 100644 --- a/src/kernel/command/cmd_env.c +++ b/src/kernel/command/cmd_env.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_env.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_exec.c b/src/kernel/command/cmd_exec.c index 24518488bc..cb4d92505e 100644 --- a/src/kernel/command/cmd_exec.c +++ b/src/kernel/command/cmd_exec.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_exec.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_exit.c b/src/kernel/command/cmd_exit.c index fbd0ef4fb9..c9c3c9dca6 100644 --- a/src/kernel/command/cmd_exit.c +++ b/src/kernel/command/cmd_exit.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_exit.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_fileram.c b/src/kernel/command/cmd_fileram.c index 2fb906375d..d6fec8c4af 100644 --- a/src/kernel/command/cmd_fileram.c +++ b/src/kernel/command/cmd_fileram.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_fileram.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_go.c b/src/kernel/command/cmd_go.c index 67b1b10898..bc6c10d906 100644 --- a/src/kernel/command/cmd_go.c +++ b/src/kernel/command/cmd_go.c @@ -1,8 +1,10 @@ /* * xboot/kernel/command/cmd_go.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_halt.c b/src/kernel/command/cmd_halt.c index 6a7f25656e..c324385a78 100644 --- a/src/kernel/command/cmd_halt.c +++ b/src/kernel/command/cmd_halt.c @@ -1,8 +1,10 @@ /* * xboot/kernel/command/cmd_halt.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_help.c b/src/kernel/command/cmd_help.c index 3c08637ff9..b309e7171d 100644 --- a/src/kernel/command/cmd_help.c +++ b/src/kernel/command/cmd_help.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_help.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_ls.c b/src/kernel/command/cmd_ls.c index 693b507a43..76a9245e78 100644 --- a/src/kernel/command/cmd_ls.c +++ b/src/kernel/command/cmd_ls.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_ls.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_lua.c b/src/kernel/command/cmd_lua.c index 4a38bfff8a..7ecdba82f1 100644 --- a/src/kernel/command/cmd_lua.c +++ b/src/kernel/command/cmd_lua.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_lua.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_luac.c b/src/kernel/command/cmd_luac.c index 3661def0e6..4a3a28c449 100644 --- a/src/kernel/command/cmd_luac.c +++ b/src/kernel/command/cmd_luac.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_luac.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_mc.c b/src/kernel/command/cmd_mc.c index 5ef7870394..f18a4fcfb9 100644 --- a/src/kernel/command/cmd_mc.c +++ b/src/kernel/command/cmd_mc.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_md.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_md.c b/src/kernel/command/cmd_md.c index edef5e8ce2..2cc9e5dbb0 100644 --- a/src/kernel/command/cmd_md.c +++ b/src/kernel/command/cmd_md.c @@ -1,8 +1,10 @@ /* * xboot/kernel/command/cmd_md.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_memtest.c b/src/kernel/command/cmd_memtest.c index c0b6dbfdf9..feb21a9242 100644 --- a/src/kernel/command/cmd_memtest.c +++ b/src/kernel/command/cmd_memtest.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_memtest.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_mkdir.c b/src/kernel/command/cmd_mkdir.c index ebe24e065c..e0bcd50ee8 100644 --- a/src/kernel/command/cmd_mkdir.c +++ b/src/kernel/command/cmd_mkdir.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_mkdir.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_mount.c b/src/kernel/command/cmd_mount.c index 873396e642..acc0331bfd 100644 --- a/src/kernel/command/cmd_mount.c +++ b/src/kernel/command/cmd_mount.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_mount.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_mv.c b/src/kernel/command/cmd_mv.c index 1e573deeaa..00697f4f63 100644 --- a/src/kernel/command/cmd_mv.c +++ b/src/kernel/command/cmd_mv.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_mv.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_mw.c b/src/kernel/command/cmd_mw.c index acb7a0192f..956234a7f7 100644 --- a/src/kernel/command/cmd_mw.c +++ b/src/kernel/command/cmd_mw.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_mw.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_nand.c b/src/kernel/command/cmd_nand.c index 79050ffb59..78cd98a871 100644 --- a/src/kernel/command/cmd_nand.c +++ b/src/kernel/command/cmd_nand.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_nand.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_probe.c b/src/kernel/command/cmd_probe.c index a273980439..0cd2b0f4f8 100644 --- a/src/kernel/command/cmd_probe.c +++ b/src/kernel/command/cmd_probe.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_probe.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_pwd.c b/src/kernel/command/cmd_pwd.c index f5b44c7120..449d1a9187 100644 --- a/src/kernel/command/cmd_pwd.c +++ b/src/kernel/command/cmd_pwd.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_pwd.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_reboot.c b/src/kernel/command/cmd_reboot.c index fa9ad92992..1d6709ac37 100644 --- a/src/kernel/command/cmd_reboot.c +++ b/src/kernel/command/cmd_reboot.c @@ -1,8 +1,10 @@ /* * xboot/kernel/command/cmd_reboot.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_rm.c b/src/kernel/command/cmd_rm.c index ea55a3e9a6..f47949f37c 100644 --- a/src/kernel/command/cmd_rm.c +++ b/src/kernel/command/cmd_rm.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_rm.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_rmdir.c b/src/kernel/command/cmd_rmdir.c index 3edeee5a06..16acc08548 100644 --- a/src/kernel/command/cmd_rmdir.c +++ b/src/kernel/command/cmd_rmdir.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_rmdir.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_sleep.c b/src/kernel/command/cmd_sleep.c index 66eee79dd0..4f4c4c8bb5 100644 --- a/src/kernel/command/cmd_sleep.c +++ b/src/kernel/command/cmd_sleep.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_sleep.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_sync.c b/src/kernel/command/cmd_sync.c index 770c1482a4..ae7935e5fd 100644 --- a/src/kernel/command/cmd_sync.c +++ b/src/kernel/command/cmd_sync.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_sync.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_umount.c b/src/kernel/command/cmd_umount.c index 25684f6ec2..cbb3cf0aa2 100644 --- a/src/kernel/command/cmd_umount.c +++ b/src/kernel/command/cmd_umount.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_umount.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_version.c b/src/kernel/command/cmd_version.c index 314ced1a69..2a47bc426f 100644 --- a/src/kernel/command/cmd_version.c +++ b/src/kernel/command/cmd_version.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_version.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/cmd_xm.c b/src/kernel/command/cmd_xm.c index 6880482dab..23530c5abb 100644 --- a/src/kernel/command/cmd_xm.c +++ b/src/kernel/command/cmd_xm.c @@ -1,8 +1,10 @@ /* * kernel/command/cmd_xm.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/command/command.c b/src/kernel/command/command.c index fb1e05ae1b..913b492418 100644 --- a/src/kernel/command/command.c +++ b/src/kernel/command/command.c @@ -1,8 +1,10 @@ /* * kernel/command/command.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/bus.c b/src/kernel/core/bus.c index be28f07cee..ba853ceeaa 100644 --- a/src/kernel/core/bus.c +++ b/src/kernel/core/bus.c @@ -1,8 +1,10 @@ /* * kernel/core/bus.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/clk.c b/src/kernel/core/clk.c index 8915fe5013..33d093e5fd 100644 --- a/src/kernel/core/clk.c +++ b/src/kernel/core/clk.c @@ -1,8 +1,10 @@ /* * kernel/core/clk.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/core.c b/src/kernel/core/core.c index 93c22e5b76..d54eb672f7 100644 --- a/src/kernel/core/core.c +++ b/src/kernel/core/core.c @@ -1,8 +1,10 @@ /* * kernel/core/core.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/device.c b/src/kernel/core/device.c index a27e35c26e..0024148546 100644 --- a/src/kernel/core/device.c +++ b/src/kernel/core/device.c @@ -1,8 +1,10 @@ /* * kernel/core/device.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/display.c b/src/kernel/core/display.c index d1d1f2b849..ce3497349d 100644 --- a/src/kernel/core/display.c +++ b/src/kernel/core/display.c @@ -1,8 +1,10 @@ /* * kernel/core/display.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/event.c b/src/kernel/core/event.c index 3fbe0d85d7..133082a189 100644 --- a/src/kernel/core/event.c +++ b/src/kernel/core/event.c @@ -1,8 +1,10 @@ /* * kernel/core/event.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/gpio.c b/src/kernel/core/gpio.c index 48e58c5fc8..a35790c64f 100644 --- a/src/kernel/core/gpio.c +++ b/src/kernel/core/gpio.c @@ -1,8 +1,10 @@ /* * kernel/core/gpio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/initcall.c b/src/kernel/core/initcall.c index ce3eaa83ac..9b63280ffd 100644 --- a/src/kernel/core/initcall.c +++ b/src/kernel/core/initcall.c @@ -1,8 +1,10 @@ /* * kernel/core/initcall.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/irq.c b/src/kernel/core/irq.c index 780d3259e9..918b704e58 100644 --- a/src/kernel/core/irq.c +++ b/src/kernel/core/irq.c @@ -1,8 +1,10 @@ /* * kernel/core/irq.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/kobj.c b/src/kernel/core/kobj.c index 189b5d0976..8208e66288 100644 --- a/src/kernel/core/kobj.c +++ b/src/kernel/core/kobj.c @@ -1,8 +1,10 @@ /* * kernel/core/kobj.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/logger.c b/src/kernel/core/logger.c index 509369b38b..eff727cd8c 100644 --- a/src/kernel/core/logger.c +++ b/src/kernel/core/logger.c @@ -1,8 +1,10 @@ /* * xboot/kernel/core/logger.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/machine.c b/src/kernel/core/machine.c index 6ec2b69055..21d4996057 100644 --- a/src/kernel/core/machine.c +++ b/src/kernel/core/machine.c @@ -1,8 +1,10 @@ /* * kernel/core/machine.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/menu.c b/src/kernel/core/menu.c index 7be819ac1b..630b06984b 100644 --- a/src/kernel/core/menu.c +++ b/src/kernel/core/menu.c @@ -1,8 +1,10 @@ /* * kernel/core/menu.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/module.c b/src/kernel/core/module.c index eac9944e6c..72b79aa25d 100644 --- a/src/kernel/core/module.c +++ b/src/kernel/core/module.c @@ -1,8 +1,10 @@ /* * kernel/core/module.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/proc.c b/src/kernel/core/proc.c index 2994d2a014..549a9646df 100644 --- a/src/kernel/core/proc.c +++ b/src/kernel/core/proc.c @@ -1,8 +1,10 @@ /* * kernel/core/proc.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/core/resource.c b/src/kernel/core/resource.c index f77f12de96..3ef63d6ecd 100644 --- a/src/kernel/core/resource.c +++ b/src/kernel/core/resource.c @@ -1,8 +1,10 @@ /* * xboot/kernel/core/resource.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/arfs/arfs.c b/src/kernel/fs/arfs/arfs.c index e886222b4a..364fa48187 100644 --- a/src/kernel/fs/arfs/arfs.c +++ b/src/kernel/fs/arfs/arfs.c @@ -1,8 +1,10 @@ /* * kernel/fs/arfs/arfs.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/cpiofs/cpiofs.c b/src/kernel/fs/cpiofs/cpiofs.c index 66e68db502..033933d59e 100644 --- a/src/kernel/fs/cpiofs/cpiofs.c +++ b/src/kernel/fs/cpiofs/cpiofs.c @@ -1,8 +1,10 @@ /* * kernel/fs/cpiofs/cpiofs.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/fatfs/fatfs.c b/src/kernel/fs/fatfs/fatfs.c index fdfb8eebdd..eba22d7e14 100644 --- a/src/kernel/fs/fatfs/fatfs.c +++ b/src/kernel/fs/fatfs/fatfs.c @@ -1,8 +1,10 @@ /* * kernel/fs/fatfs/fatfs.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/fileio.c b/src/kernel/fs/fileio.c index e44c280d01..54870078ea 100644 --- a/src/kernel/fs/fileio.c +++ b/src/kernel/fs/fileio.c @@ -1,8 +1,10 @@ /* * kernel/fs/fileio.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/fs.c b/src/kernel/fs/fs.c index 7899e5beff..c773e8e966 100644 --- a/src/kernel/fs/fs.c +++ b/src/kernel/fs/fs.c @@ -1,8 +1,10 @@ /* * kernel/fs/fs.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/procfs/procfs.c b/src/kernel/fs/procfs/procfs.c index 0163421e1a..115c54aff2 100644 --- a/src/kernel/fs/procfs/procfs.c +++ b/src/kernel/fs/procfs/procfs.c @@ -1,8 +1,10 @@ /* * kernel/fs/procfs/procfs.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/ramfs/ramfs.c b/src/kernel/fs/ramfs/ramfs.c index 0e1ac84f28..a3a8dc6a40 100644 --- a/src/kernel/fs/ramfs/ramfs.c +++ b/src/kernel/fs/ramfs/ramfs.c @@ -1,8 +1,10 @@ /* * kernel/fs/ramfs/ramfs.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/sysfs/sysfs.c b/src/kernel/fs/sysfs/sysfs.c index 4516e6f19e..a2fd689127 100644 --- a/src/kernel/fs/sysfs/sysfs.c +++ b/src/kernel/fs/sysfs/sysfs.c @@ -1,8 +1,10 @@ /* * kernel/fs/sysfs/sysfs.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/tarfs/tarfs.c b/src/kernel/fs/tarfs/tarfs.c index 59c8c3e54c..c041696861 100644 --- a/src/kernel/fs/tarfs/tarfs.c +++ b/src/kernel/fs/tarfs/tarfs.c @@ -1,8 +1,10 @@ /* * kernel/fs/tarfs/tarfs.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/vfs/vfs.c b/src/kernel/fs/vfs/vfs.c index c3c8f8869b..ee4168155c 100644 --- a/src/kernel/fs/vfs/vfs.c +++ b/src/kernel/fs/vfs/vfs.c @@ -1,8 +1,10 @@ /* * kernel/fs/vfs/vfs.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/vfs/vfs_lookup.c b/src/kernel/fs/vfs/vfs_lookup.c index 3a21efed90..af0a4cbab6 100644 --- a/src/kernel/fs/vfs/vfs_lookup.c +++ b/src/kernel/fs/vfs/vfs_lookup.c @@ -1,8 +1,10 @@ /* * kernel/fs/vfs/vfs_lookup.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/vfs/vfs_mount.c b/src/kernel/fs/vfs/vfs_mount.c index 69fbced9db..b46876739c 100644 --- a/src/kernel/fs/vfs/vfs_mount.c +++ b/src/kernel/fs/vfs/vfs_mount.c @@ -1,8 +1,10 @@ /* * kernel/fs/vfs/vfs_mount.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/vfs/vfs_path.c b/src/kernel/fs/vfs/vfs_path.c index acb2ad45c6..03758f1a73 100644 --- a/src/kernel/fs/vfs/vfs_path.c +++ b/src/kernel/fs/vfs/vfs_path.c @@ -1,8 +1,10 @@ /* * kernel/fs/vfs/vfs_path.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/fs/vfs/vfs_vnode.c b/src/kernel/fs/vfs/vfs_vnode.c index d5713f9704..8ec358d5fb 100644 --- a/src/kernel/fs/vfs/vfs_vnode.c +++ b/src/kernel/fs/vfs/vfs_vnode.c @@ -1,8 +1,10 @@ /* * kernel/fs/vfs/vfs_vnode.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/printk.c b/src/kernel/printk.c index fb926b683f..f606e42d3a 100644 --- a/src/kernel/printk.c +++ b/src/kernel/printk.c @@ -1,8 +1,10 @@ /* * kernel/printk.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/shell/ctrlc.c b/src/kernel/shell/ctrlc.c index dec554006c..de74a6806d 100644 --- a/src/kernel/shell/ctrlc.c +++ b/src/kernel/shell/ctrlc.c @@ -1,8 +1,10 @@ /* * kernel/shell/ctrlc.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/shell/exec.c b/src/kernel/shell/exec.c index 58a1ebccee..6f9232f83f 100644 --- a/src/kernel/shell/exec.c +++ b/src/kernel/shell/exec.c @@ -1,8 +1,10 @@ /* * kernel/shell/exec.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/shell/parser.c b/src/kernel/shell/parser.c index fd66620c9a..c87143b641 100644 --- a/src/kernel/shell/parser.c +++ b/src/kernel/shell/parser.c @@ -1,8 +1,10 @@ /* * kernel/shell/parser.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/time/delay.c b/src/kernel/time/delay.c index 4689bbc4eb..1c802e3822 100644 --- a/src/kernel/time/delay.c +++ b/src/kernel/time/delay.c @@ -4,8 +4,10 @@ * some function copyed from linux kernel. * the calibrate_delay function be write by Linus Torvalds * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/time/tick.c b/src/kernel/time/tick.c index 0e118f4c80..b0e21e8482 100644 --- a/src/kernel/time/tick.c +++ b/src/kernel/time/tick.c @@ -1,8 +1,10 @@ /* * kernel/time/tick.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/kernel/time/timer.c b/src/kernel/time/timer.c index 42982d9a73..2158c66e9e 100644 --- a/src/kernel/time/timer.c +++ b/src/kernel/time/timer.c @@ -1,8 +1,10 @@ /* * kernel/time/timer.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/lib/libc/hash.c b/src/lib/libc/hash.c index 363c7018a3..e48a7043f0 100644 --- a/src/lib/libc/hash.c +++ b/src/lib/libc/hash.c @@ -3,8 +3,10 @@ * * hash function for public. * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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/src/lib/libc/readline/readline.c b/src/lib/libc/readline/readline.c index 01816c6edc..cfc9279779 100644 --- a/src/lib/libc/readline/readline.c +++ b/src/lib/libc/readline/readline.c @@ -1,8 +1,10 @@ /* * libc/readline/readline.c * - * Copyright(c) 2007-2013 jianjun jiang - * official site: http://xboot.org + * Copyright(c) 2007-2014 Jianjun Jiang <8192542@qq.com> + * Official site: http://xboot.org + * Mobile phone: +86-18665388956 + * QQ: 8192542 * * 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