From 2d5ad370f333555872f6e74a59bc0dfda71a7808 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Wed, 13 Nov 2019 11:59:45 +0800 Subject: [PATCH] change link to licensing policy --- README.md | 2 +- include/common.h | 2 +- include/control.h | 2 +- include/ctrl/animation.h | 2 +- include/ctrl/button.h | 2 +- include/ctrl/combobox.h | 2 +- include/ctrl/coolbar.h | 2 +- include/ctrl/ctrlhelper.h | 2 +- include/ctrl/edit.h | 2 +- include/ctrl/gridview.h | 2 +- include/ctrl/iconview.h | 2 +- include/ctrl/listbox.h | 2 +- include/ctrl/listview.h | 2 +- include/ctrl/menubutton.h | 2 +- include/ctrl/monthcal.h | 2 +- include/ctrl/newtoolbar.h | 2 +- include/ctrl/progressbar.h | 2 +- include/ctrl/propsheet.h | 2 +- include/ctrl/scrollbar.h | 2 +- include/ctrl/scrollview.h | 2 +- include/ctrl/spinbox.h | 2 +- include/ctrl/static.h | 2 +- include/ctrl/textedit.h | 2 +- include/ctrl/trackbar.h | 2 +- include/ctrl/treeview.h | 2 +- include/customial.h | 2 +- include/endianrw.h | 2 +- include/exstubs.h | 2 +- include/fixedmath.h | 2 +- include/gdi.h | 2 +- include/minigui.h | 2 +- include/nucleus_pthread.h | 2 +- include/nucleus_semaphore.h | 2 +- include/ose_semaphore.h | 2 +- include/own_stdio.h | 2 +- include/psos.h | 2 +- include/psos_pthread.h | 2 +- include/psos_semaphore.h | 2 +- include/threadx_pthread.h | 2 +- include/threadx_semaphore.h | 2 +- include/ucos2_pthread.h | 2 +- include/ucos2_semaphore.h | 2 +- include/vcongui.h | 2 +- include/vxworks_pthread.h | 2 +- include/vxworks_semaphore.h | 2 +- include/win32_dirent.h | 2 +- include/window.h | 2 +- include/xvfb.h | 2 +- rtos/nucleus_startup.c | 2 +- rtos/psos_startup.c | 2 +- rtos/threadx_startup.c | 2 +- rtos/ucos2_startup.c | 2 +- rtos/vxworks_startup.c | 2 +- src/client/cliconn.c | 2 +- src/client/client.c | 2 +- src/control/bidiedit.c | 2 +- src/control/bidiedit_impl.h | 2 +- src/control/button.c | 2 +- src/control/button_impl.h | 2 +- src/control/combobox.c | 2 +- src/control/combobox_impl.h | 2 +- src/control/ctrlmisc.c | 2 +- src/control/ctrlmisc.h | 2 +- src/control/edit.c | 2 +- src/control/edit_impl.h | 2 +- src/control/listbox.c | 2 +- src/control/listbox_impl.h | 2 +- src/control/listmodel.c | 2 +- src/control/listmodel.h | 2 +- src/control/medit_impl.h | 2 +- src/control/menubutton.c | 2 +- src/control/menubutton_impl.h | 2 +- src/control/newtoolbar.c | 2 +- src/control/newtoolbar_impl.h | 2 +- src/control/progressbar.c | 2 +- src/control/progressbar_impl.h | 2 +- src/control/propsheet.c | 2 +- src/control/propsheet_impl.h | 2 +- src/control/scrollbar.c | 2 +- src/control/scrolled.c | 2 +- src/control/scrolled.h | 2 +- src/control/scrollview.c | 2 +- src/control/scrollview_impl.h | 2 +- src/control/scrollwnd.c | 2 +- src/control/scrollwnd.h | 2 +- src/control/simedit_impl.h | 2 +- src/control/static.c | 2 +- src/control/static_impl.h | 2 +- src/control/test/bidiedit_arabic.c | 2 +- src/control/test/bidiedit_hebrew.c | 2 +- src/control/test/resource.h | 2 +- src/control/test/scrollbar_test.c | 2 +- src/control/test/scrollbar_test_res.c | 2 +- src/control/text.h | 2 +- src/control/textedit.c | 2 +- src/control/textedit_impl.h | 2 +- src/control/trackbar.c | 2 +- src/control/trackbar_impl.h | 2 +- src/ex_ctrl/animation.c | 2 +- src/ex_ctrl/animation_impl.h | 2 +- src/ex_ctrl/coolbar.c | 2 +- src/ex_ctrl/coolbar_impl.h | 2 +- src/ex_ctrl/gif89a.c | 2 +- src/ex_ctrl/gridview.c | 2 +- src/ex_ctrl/gridview_impl.h | 2 +- src/ex_ctrl/gridviewcelltype.c | 2 +- src/ex_ctrl/iconview.c | 2 +- src/ex_ctrl/iconview_impl.h | 2 +- src/ex_ctrl/listview.c | 2 +- src/ex_ctrl/listview_impl.h | 2 +- src/ex_ctrl/monthcalendar.c | 2 +- src/ex_ctrl/monthcalendar_impl.h | 2 +- src/ex_ctrl/spinbox.c | 2 +- src/ex_ctrl/spinbox_impl.h | 2 +- src/ex_ctrl/treeview.c | 2 +- src/ex_ctrl/treeview_impl.h | 2 +- src/ex_ctrl/treeview_rdr.c | 2 +- src/font/big5unimap.c | 2 +- src/font/bitmapfont.c | 2 +- src/font/bitmapfont.h | 2 +- src/font/charset-arabic.c | 2 +- src/font/charset-bidi.c | 2 +- src/font/charset.c | 2 +- src/font/charset.h | 2 +- src/font/convgbmap.c | 2 +- src/font/devfont.c | 2 +- src/font/euckrunimap.c | 2 +- src/font/font-engines.c | 2 +- src/font/fontcache.c | 2 +- src/font/fontname.c | 2 +- src/font/freetype1.c | 2 +- src/font/freetype1.h | 2 +- src/font/freetype2.c | 2 +- src/font/freetype2.h | 2 +- src/font/gb18030unimap.c | 2 +- src/font/gbkunimap.c | 2 +- src/font/gbunimap.c | 2 +- src/font/gunichartables.h | 2 +- src/font/gunicode.h | 2 +- src/font/in-core/rbf_fixedsys_8x15.c | 2 +- src/font/in-core/rbf_terminal_8x12.c | 2 +- src/font/in-core/rbf_vgaoem_8x8.c | 2 +- src/font/in-core/upf_smoothtimes_100_50.c | 2 +- src/font/in-core/upf_times_12x10.c | 2 +- src/font/in-core/upf_times_17x14.c | 2 +- src/font/in-core/vbf_courier_8x13.c | 2 +- src/font/in-core/vbf_sansserif_11x13.c | 2 +- src/font/in-core/vbf_system_14x16.c | 2 +- src/font/jisunimap.c | 2 +- src/font/logfont.c | 2 +- src/font/mapunitobig5.c | 2 +- src/font/mapunitogb.c | 2 +- src/font/mapunitogb18030.c | 2 +- src/font/mapunitogbk.c | 2 +- src/font/my_debug.h | 2 +- src/font/palette.h | 2 +- src/font/qpf.c | 2 +- src/font/qpf.h | 2 +- src/font/rawbitmap.c | 2 +- src/font/rawbitmap.h | 2 +- src/font/scripteasy.c | 2 +- src/font/se_minigui.h | 2 +- src/font/sjisunimap.c | 2 +- src/font/sysfont.c | 2 +- src/font/sysfont.old.c | 2 +- src/font/test/arabic/arabic_test.c | 2 +- src/font/test/arabic/combin_test.c | 2 +- src/font/test/arabic/shape_test.c | 2 +- src/font/test/avl/avl-test.c | 2 +- src/font/test/avl/bmpfonttest.c | 2 +- src/font/test/avl/bmpfonttest.h | 2 +- src/font/test/bmpf/bmpf-test-italic.c | 2 +- src/font/test/bmpf/bmpf-test.c | 2 +- src/font/test/compatible/cmtp-test.c | 2 +- src/font/test/hebrew/hebrew_test.c | 2 +- src/font/test/hebrew/helloworld.c | 2 +- src/font/textops.c | 2 +- src/font/type1.c | 2 +- src/font/type1.h | 2 +- src/font/ujisunimap.c | 2 +- src/font/unicode-bidi-tables.h | 2 +- src/font/upf.c | 2 +- src/font/upf.h | 2 +- src/font/utils/bdf2vbf.c | 2 +- src/font/utils/bin2c.c | 2 +- src/font/utils/dumpqpf.c | 2 +- src/font/utils/dumpupf.c | 2 +- src/font/utils/dumpvbf.c | 2 +- src/font/utils/makegbkrbf.c | 2 +- src/font/utils/makegbksong24rbf.c | 2 +- src/font/utils/makegbrbf.c | 2 +- src/font/utils/makepytab.c | 2 +- src/font/utils/mkmap-gb18030-ucs.c | 2 +- src/font/utils/mkmap-ucs-gb18030.c | 2 +- src/font/utils/mkmap-ucs-gb2312.c | 2 +- src/font/utils/my_debug.h | 2 +- src/font/utils/qpf2c.c | 2 +- src/font/utils/qpf2c.h | 2 +- src/font/utils/qpf2upf.c | 2 +- src/font/utils/sjisunimap.c | 2 +- src/font/utils/upf2c.c | 2 +- src/font/utils/upgradevbf.c | 2 +- src/font/utils/vbf.h | 2 +- src/font/utils/vbf2c.c | 2 +- src/font/varbitmap.c | 2 +- src/font/varbitmap.h | 2 +- src/gui/accelkey.c | 2 +- src/gui/arabickeymap.c | 2 +- src/gui/caret.c | 2 +- src/gui/ctrlclass.c | 2 +- src/gui/de-kmap.c | 2 +- src/gui/de-latin1-kmap.c | 2 +- src/gui/de-latin1-nodeadkeys-kmap.c | 2 +- src/gui/defkeymap.c | 2 +- src/gui/dialog.c | 2 +- src/gui/es-cp850-kmap.c | 2 +- src/gui/es-kmap.c | 2 +- src/gui/fr-kmap.c | 2 +- src/gui/fr-pc-kmap.c | 2 +- src/gui/hebrewkeymap.c | 2 +- src/gui/it-kmap.c | 2 +- src/gui/keyboard.c | 2 +- src/gui/keyboard.h | 2 +- src/gui/lf_classic.c | 2 +- src/gui/lf_common.c | 2 +- src/gui/lf_common.h | 2 +- src/gui/lf_fashion.c | 2 +- src/gui/lf_flat.c | 2 +- src/gui/lf_manager.c | 2 +- src/gui/lf_skin.c | 2 +- src/gui/lf_test/autogen.sh | 2 +- src/gui/lf_test/src/button_my.c | 2 +- src/gui/lf_test/src/combobox.c | 2 +- src/gui/lf_test/src/coolbar.c | 2 +- src/gui/lf_test/src/ctrldemo.c | 2 +- src/gui/lf_test/src/ctrls.h | 2 +- src/gui/lf_test/src/draw_fold.c | 2 +- src/gui/lf_test/src/draw_radio.c | 2 +- src/gui/lf_test/src/edit.c | 2 +- src/gui/lf_test/src/font_dialog.c | 2 +- src/gui/lf_test/src/grid.c | 2 +- src/gui/lf_test/src/helloworld.c | 2 +- src/gui/lf_test/src/listbox.c | 2 +- src/gui/lf_test/src/listview.c | 2 +- src/gui/lf_test/src/menubutton.c | 2 +- src/gui/lf_test/src/monthcalendar.c | 2 +- src/gui/lf_test/src/my_debug.h | 2 +- src/gui/lf_test/src/newtoolbar.c | 2 +- src/gui/lf_test/src/progbar.c | 2 +- src/gui/lf_test/src/resource.h | 2 +- src/gui/lf_test/src/spinbox.c | 2 +- src/gui/lf_test/src/static.c | 2 +- src/gui/lf_test/src/subclass.c | 2 +- src/gui/lf_test/src/test_calccolor.c | 2 +- src/gui/lf_test/src/test_draw.c | 2 +- src/gui/lf_test/src/test_draw_menu.c | 2 +- src/gui/lf_test/src/test_window.c | 2 +- src/gui/lf_test/src/timeedit.c | 2 +- src/gui/lf_test/src/tmp.c | 2 +- src/gui/lf_test/src/toolbar.c | 2 +- src/gui/lf_test/src/trackbar.c | 2 +- src/gui/lf_test/src/treeview.c | 2 +- src/gui/lf_tiny.c | 2 +- src/gui/linux_kd.h | 2 +- src/gui/linux_keyboard.h | 2 +- src/gui/linux_types.h | 2 +- src/gui/menu.c | 2 +- src/gui/nrw_test/mem_test/mem_test.c | 2 +- src/gui/nrw_test/mem_test/mginit.c | 2 +- src/gui/nrw_test/mem_test/mtrace.sh | 2 +- src/gui/nrw_test/mem_test/mtrace_test.c | 2 +- src/gui/nrw_test/mem_test/valgrind.sh | 2 +- src/gui/nrw_test/mybmp2region/mginit.c | 2 +- src/gui/nrw_test/mybmp2region/mybmp2region.c | 2 +- src/gui/nrw_test/performance_test/mginit.c | 2 +- src/gui/nrw_test/performance_test/normalwin.c | 2 +- src/gui/nrw_test/performance_test/nr_btn.c | 2 +- src/gui/nrw_test/performance_test/nr_ctrl.c | 2 +- src/gui/nrw_test/performance_test/nr_ctrl2.c | 2 +- src/gui/nrw_test/performance_test/nr_edit.c | 2 +- src/gui/nrw_test/performance_test/nr_prog.c | 2 +- src/gui/nrw_test/performance_test/nr_win.c | 2 +- src/gui/nrw_test/performance_test/roundcornerwin.c | 2 +- src/gui/nrw_test/performance_test/thread_test.c | 2 +- src/gui/nrw_test/performance_test/trans_nr_win.c | 2 +- src/gui/transkey.c | 2 +- src/gui/window.c | 2 +- src/ial/2410.c | 2 +- src/ial/2410.h | 2 +- src/ial/2440.c | 2 +- src/ial/2440.h | 2 +- src/ial/abs_signal_driver.c | 2 +- src/ial/abs_signal_driver.h | 2 +- src/ial/abssig.c | 2 +- src/ial/abssig.h | 2 +- src/ial/ads.c | 2 +- src/ial/ads.h | 2 +- src/ial/ads7846.c | 2 +- src/ial/ads7846.h | 2 +- src/ial/ads_internal.h | 2 +- src/ial/arm3000.c | 2 +- src/ial/arm3000.h | 2 +- src/ial/auto-protocol.h | 2 +- src/ial/auto.c | 2 +- src/ial/auto.h | 2 +- src/ial/c33l05.c | 2 +- src/ial/c33l05.h | 2 +- src/ial/calib.c | 2 +- src/ial/cisco_touchpad.c | 2 +- src/ial/cisco_touchpad.h | 2 +- src/ial/comminput.c | 2 +- src/ial/comminput.h | 2 +- src/ial/custom.h | 2 +- src/ial/davinci6446.c | 2 +- src/ial/davinci6446.h | 2 +- src/ial/dfb.c | 2 +- src/ial/dfb.h | 2 +- src/ial/dlcustom/dlcustom.c | 2 +- src/ial/dlcustom/dlcustom.h | 2 +- src/ial/dlcustom/sample/iale_custom.c | 2 +- src/ial/dlcustom/sample/iale_custom.h | 2 +- src/ial/dm270.c | 2 +- src/ial/dm270.h | 2 +- src/ial/dmg-stb.c | 2 +- src/ial/dmg-stb.h | 2 +- src/ial/dummy.c | 2 +- src/ial/dummy.h | 2 +- src/ial/em85.c | 2 +- src/ial/em85.h | 2 +- src/ial/em86.c | 2 +- src/ial/em86.h | 2 +- src/ial/em8620.c | 2 +- src/ial/em8620.h | 2 +- src/ial/embest2410.c | 2 +- src/ial/embest2410.h | 2 +- src/ial/embest44b0.c | 2 +- src/ial/embest44b0.h | 2 +- src/ial/ep7211.c | 2 +- src/ial/ep7211.h | 2 +- src/ial/ep7211_internal.h | 2 +- src/ial/evmv10.c | 2 +- src/ial/evmv10.h | 2 +- src/ial/fft7202.c | 2 +- src/ial/fft7202.h | 2 +- src/ial/figueroa.c | 2 +- src/ial/figueroa.h | 2 +- src/ial/fip.c | 2 +- src/ial/fip.h | 2 +- src/ial/fxrm9200.c | 2 +- src/ial/fxrm9200.h | 2 +- src/ial/fz_custom.c | 2 +- src/ial/helio.c | 2 +- src/ial/helio.h | 2 +- src/ial/hh2410r3.c | 2 +- src/ial/hh2410r3.h | 2 +- src/ial/hh2440.c | 2 +- src/ial/hh2440.h | 2 +- src/ial/hh5249kbdir.c | 2 +- src/ial/hh5249kbdir.h | 2 +- src/ial/hi3510.c | 2 +- src/ial/hi3510.h | 2 +- src/ial/ial.c | 2 +- src/ial/init_ts.c | 2 +- src/ial/ipaq-h3600.c | 2 +- src/ial/ipaq-h3600.h | 2 +- src/ial/ipaq-h5400.c | 2 +- src/ial/ipaq-h5400.h | 2 +- src/ial/jz4740.c | 2 +- src/ial/jz4740.h | 2 +- src/ial/l7200.c | 2 +- src/ial/l7200.h | 2 +- src/ial/libmc.h | 2 +- src/ial/lide.c | 2 +- src/ial/lide.h | 2 +- src/ial/mc68x328.c | 2 +- src/ial/mc68x328.h | 2 +- src/ial/mgsock.c | 2 +- src/ial/mpc823.c | 2 +- src/ial/mpc823.h | 2 +- src/ial/mstarial.c | 2 +- src/ial/mstarial.h | 2 +- src/ial/native/kbd_event.c | 2 +- src/ial/native/kbd_tty.c | 2 +- src/ial/native/mou_gpm.c | 2 +- src/ial/native/mou_imps2.c | 2 +- src/ial/native/mou_ms.c | 2 +- src/ial/native/mou_ms3.c | 2 +- src/ial/native/mou_ps2.c | 2 +- src/ial/native/native.c | 2 +- src/ial/native/native.h | 2 +- src/ial/native/vtswitch-lite.c | 2 +- src/ial/netial/netial.c | 2 +- src/ial/netial/netial.h | 2 +- src/ial/nexusial/nexus.c | 2 +- src/ial/nexusial/nexus.h | 2 +- src/ial/palm2.c | 2 +- src/ial/palm2.h | 2 +- src/ial/pcxvfb.h | 2 +- src/ial/pcxvfbial.c | 2 +- src/ial/ps2-conv.c | 2 +- src/ial/ps2-keycode.h | 2 +- src/ial/px255b.c | 2 +- src/ial/px255b.h | 2 +- src/ial/qemu.c | 2 +- src/ial/qemu.h | 2 +- src/ial/qvfb.c | 2 +- src/ial/qvfb.h | 2 +- src/ial/random.c | 2 +- src/ial/random.h | 2 +- src/ial/remoteial/client/netial.c | 2 +- src/ial/remoteial/client/netial_ctrlwin.c | 2 +- src/ial/remoteial/client/netial_ctrlwin.h | 2 +- src/ial/remoteial/netial_server.c | 2 +- src/ial/rtos_xvfb.c | 2 +- src/ial/rtos_xvfb.h | 2 +- src/ial/skyeye-ep7312.c | 2 +- src/ial/skyeye-ep7312.h | 2 +- src/ial/svgalib.c | 2 +- src/ial/svgalib.h | 2 +- src/ial/svpxx.c | 2 +- src/ial/svpxx.h | 2 +- src/ial/t800.c | 2 +- src/ial/t800.h | 2 +- src/ial/tf-code.h | 2 +- src/ial/tf-stb.c | 2 +- src/ial/tf-stb.h | 2 +- src/ial/thor.c | 2 +- src/ial/thor.h | 2 +- src/ial/tslibial.c | 2 +- src/ial/tslibial.h | 2 +- src/ial/ucb1x00.c | 2 +- src/ial/ucb1x00.h | 2 +- src/ial/usvfbinput.c | 2 +- src/ial/usvfbinput.h | 2 +- src/ial/utpmc.c | 2 +- src/ial/utpmc.h | 2 +- src/ial/vp2008.c | 2 +- src/ial/vp2008.h | 2 +- src/ial/vr4181.c | 2 +- src/ial/vr4181.h | 2 +- src/ial/vxi386_input.c | 2 +- src/ial/vxppc_input.c | 2 +- src/ial/winial.c | 2 +- src/ial/winial.h | 2 +- src/ial/wvfb.h | 2 +- src/ial/wvfbial.c | 2 +- src/image/cdjpeg.h | 2 +- src/image/gif.c | 2 +- src/image/imgapi.c | 2 +- src/image/imgapi.h | 2 +- src/image/jcomapi.c | 2 +- src/image/jdapimin.c | 2 +- src/image/jdapistd.c | 2 +- src/image/jdatasrc.c | 2 +- src/image/jdcoefct.c | 2 +- src/image/jdcolor.c | 2 +- src/image/jdct.h | 2 +- src/image/jddctmgr.c | 2 +- src/image/jdhuff.c | 2 +- src/image/jdhuff.h | 2 +- src/image/jdinput.c | 2 +- src/image/jdmainct.c | 2 +- src/image/jdmarker.c | 2 +- src/image/jdmaster.c | 2 +- src/image/jdmerge.c | 2 +- src/image/jdphuff.c | 2 +- src/image/jdpostct.c | 2 +- src/image/jdsample.c | 2 +- src/image/jdtrans.c | 2 +- src/image/jidct.c | 2 +- src/image/jmorecfg.h | 2 +- src/image/jpegint.h | 2 +- src/image/jpeglib.h | 2 +- src/image/jpg.c | 2 +- src/image/jutils.c | 2 +- src/ime/hzinput.c | 2 +- src/ime/hzinput.h | 2 +- src/ime/pinyin.c | 2 +- src/ime/pinyin.h | 2 +- src/include/accelkey.h | 2 +- src/include/bidi.h | 2 +- src/include/bitmap.h | 2 +- src/include/blockheap.h | 2 +- src/include/client.h | 2 +- src/include/clipboard.h | 2 +- src/include/cliprect.h | 2 +- src/include/ctrlclass.h | 2 +- src/include/cursor.h | 2 +- src/include/dc.h | 2 +- src/include/devfont.h | 2 +- src/include/drawsemop.h | 2 +- src/include/element.h | 2 +- src/include/event.h | 2 +- src/include/fontname.h | 2 +- src/include/gal.h | 2 +- src/include/gif.h | 2 +- src/include/glyph.h | 2 +- src/include/hash.h | 2 +- src/include/ial.h | 2 +- src/include/icon.h | 2 +- src/include/incoreres.h | 2 +- src/include/inline.h | 2 +- src/include/internals.h | 2 +- src/include/jpg.h | 2 +- src/include/license.h | 2 +- src/include/list.h | 2 +- src/include/md5.h | 2 +- src/include/memops.h | 2 +- src/include/menu.h | 2 +- src/include/mgsock.h | 2 +- src/include/misc.h | 2 +- src/include/msgstr.h | 2 +- src/include/newgal.h | 2 +- src/include/oldgal.h | 2 +- src/include/ourhdr.h | 2 +- src/include/readbmp.h | 2 +- src/include/server.h | 2 +- src/include/sharedres.h | 2 +- src/include/sockio.h | 2 +- src/include/sysfont.h | 2 +- src/include/sysres.h | 2 +- src/include/timer.h | 2 +- src/include/zorder.h | 2 +- src/kernel/blockheap.c | 2 +- src/kernel/cursor-comm.c | 2 +- src/kernel/cursor-procs.c | 2 +- src/kernel/cursor-sa.c | 2 +- src/kernel/cursor.c | 2 +- src/kernel/desktop-comm.c | 2 +- src/kernel/desktop-procs.c | 2 +- src/kernel/desktop-sa.c | 2 +- src/kernel/desktop-ths.c | 2 +- src/kernel/desktop.c | 2 +- src/kernel/event.c | 2 +- src/kernel/fixstr.c | 2 +- src/kernel/hash.c | 2 +- src/kernel/init-lite.c | 2 +- src/kernel/init.c | 2 +- src/kernel/message.c | 2 +- src/kernel/sharedres.c | 2 +- src/kernel/slotset.c | 2 +- src/kernel/timer.c | 2 +- src/kernel/timer_posix.c | 2 +- src/kernel/zorder.c | 2 +- src/libc/defdev.c | 2 +- src/libc/fnprintf.c | 2 +- src/libc/fprintf.c | 2 +- src/libc/fscanf.c | 2 +- src/libc/ieeefp.h | 2 +- src/libc/malloc.c | 2 +- src/libc/nucleus_mutex.c | 2 +- src/libc/nucleus_pprivate.h | 2 +- src/libc/nucleus_pthread.c | 2 +- src/libc/nucleus_sem.c | 2 +- src/libc/ose_sem.c | 2 +- src/libc/printf.c | 2 +- src/libc/psos_mutex.c | 2 +- src/libc/psos_pprivate.c | 2 +- src/libc/psos_pprivate.h | 2 +- src/libc/psos_pthread.c | 2 +- src/libc/psos_sem.c | 2 +- src/libc/scanf.c | 2 +- src/libc/snprintf.c | 2 +- src/libc/sprintf.c | 2 +- src/libc/sscanf.c | 2 +- src/libc/stdioinlines.c | 2 +- src/libc/sysvipc_mutex.c | 2 +- src/libc/sysvipc_private.c | 2 +- src/libc/sysvipc_private.h | 2 +- src/libc/sysvipc_sem.c | 2 +- src/libc/threadx_mutex.c | 2 +- src/libc/threadx_pprivate.c | 2 +- src/libc/threadx_pprivate.h | 2 +- src/libc/threadx_pthread.c | 2 +- src/libc/threadx_sem.c | 2 +- src/libc/ucos2_mutex.c | 2 +- src/libc/ucos2_pprivate.h | 2 +- src/libc/ucos2_pthread.c | 2 +- src/libc/ucos2_sem.c | 2 +- src/libc/vfnprintf.c | 2 +- src/libc/vfscanf.c | 2 +- src/libc/vsnprintf.c | 2 +- src/libc/vsscanf.c | 2 +- src/libc/vxworks_mutex.c | 2 +- src/libc/vxworks_pprivate.h | 2 +- src/libc/vxworks_pthread.c | 2 +- src/libc/vxworks_sem.c | 2 +- src/main/main.c | 2 +- src/main/minigui-win32.c | 2 +- src/misc/about.c | 2 +- src/misc/clipboard.c | 2 +- src/misc/drawsemop.c | 2 +- src/misc/endianrw.c | 2 +- src/misc/error.c | 2 +- src/misc/errorlog.c | 2 +- src/misc/license.c | 2 +- src/misc/listenfd.c | 2 +- src/misc/math.c | 2 +- src/misc/misc-dt.c | 2 +- src/misc/misc-win.c | 2 +- src/misc/misc.c | 2 +- src/misc/nposix.c | 2 +- src/misc/rc4.c | 2 +- src/misc/rc4.h | 2 +- src/misc/rwops.c | 2 +- src/misc/sockio.c | 2 +- src/misc/systext.c | 2 +- src/mybmp/gif.c | 2 +- src/mybmp/jpeg.c | 2 +- src/mybmp/lbm.c | 2 +- src/mybmp/mybmp.c | 2 +- src/mybmp/pcx.c | 2 +- src/mybmp/png.c | 2 +- src/mybmp/tga.c | 2 +- src/mybmp/winbmp.c | 2 +- src/newgal/RLEaccel.c | 2 +- src/newgal/RLEaccel_c.h | 2 +- src/newgal/bf533/bf533video.c | 2 +- src/newgal/bf533/bf533video.h | 2 +- src/newgal/blit.c | 2 +- src/newgal/blit.h | 2 +- src/newgal/blit_0.c | 2 +- src/newgal/blit_1.c | 2 +- src/newgal/blit_A.c | 2 +- src/newgal/blit_A.h | 2 +- src/newgal/blit_N.c | 2 +- src/newgal/commlcd/axlinux_c33l05.c | 2 +- src/newgal/commlcd/axlinux_c33l05.h | 2 +- src/newgal/commlcd/commlcd.c | 2 +- src/newgal/commlcd/commlcd.h | 2 +- src/newgal/commlcd/ecos_generic.c | 2 +- src/newgal/commlcd/ecos_mv6600.c | 2 +- src/newgal/commlcd/extern.c | 2 +- src/newgal/commlcd/ose_mx21.c | 2 +- src/newgal/commlcd/vxworks_i386.c | 2 +- src/newgal/commlcd/vxworks_ppc.c | 2 +- src/newgal/commlcd/win_generic.c | 2 +- src/newgal/dfb/dfbvideo.c | 2 +- src/newgal/dfb/dfbvideo.h | 2 +- src/newgal/dfb/st7167_video.c | 2 +- src/newgal/dfb/st7167_video.h | 2 +- src/newgal/dummy/nullvideo.c | 2 +- src/newgal/dummy/nullvideo.h | 2 +- src/newgal/em85xxosd/em85xxosd.c | 2 +- src/newgal/em85xxosd/em85xxosd.h | 2 +- src/newgal/em85xxosd/realmagichwl_userland_api.c | 2 +- src/newgal/em85xxyuv/em85xxyuv.c | 2 +- src/newgal/em85xxyuv/em85xxyuv.h | 2 +- src/newgal/em85xxyuv/realmagichwl_userland_api.c | 2 +- src/newgal/em86gfx/em86gfx.c | 2 +- src/newgal/em86gfx/em86gfx.h | 2 +- src/newgal/fbcon/3dfx_mmio.h | 2 +- src/newgal/fbcon/3dfx_regs.h | 2 +- src/newgal/fbcon/compiler.h | 2 +- src/newgal/fbcon/fb3dfx.c | 2 +- src/newgal/fbcon/fb3dfx.h | 2 +- src/newgal/fbcon/fbmatrox.c | 2 +- src/newgal/fbcon/fbmatrox.h | 2 +- src/newgal/fbcon/fbneomagic.c | 2 +- src/newgal/fbcon/fbneomagic.h | 2 +- src/newgal/fbcon/fbvideo.c | 2 +- src/newgal/fbcon/fbvideo.h | 2 +- src/newgal/fbcon/hi3560aInit/hi3560a_init.c | 2 +- src/newgal/fbcon/matrox_mmio.h | 2 +- src/newgal/fbcon/matrox_regs.h | 2 +- src/newgal/fbcon/neomagic_mmio.h | 2 +- src/newgal/fbcon/pci_smi.c | 2 +- src/newgal/fbcon/pci_smi.h | 2 +- src/newgal/fbcon/pciinfo.h | 2 +- src/newgal/fbcon/pcivideo.c | 2 +- src/newgal/fbcon/pcivideo.h | 2 +- src/newgal/gamma.c | 2 +- src/newgal/gdl/gdl_video.c | 2 +- src/newgal/gdl/gdl_video.h | 2 +- src/newgal/hisi/gal_hi3560a.c | 2 +- src/newgal/hisi/gal_hi3560a.h | 2 +- src/newgal/hisi/hi3510_fb.h | 2 +- src/newgal/hisi/hi3510_fbvideo.c | 2 +- src/newgal/hisi/hi3510_fbvideo.h | 2 +- src/newgal/hisi/hi3560_fb.h | 2 +- src/newgal/hisi/hi3560_fbvideo.c | 2 +- src/newgal/hisi/hi3560_fbvideo.h | 2 +- src/newgal/hisi/hi_tde.h | 2 +- src/newgal/hisi/pix_array.c | 2 +- src/newgal/hisi/tde.c | 2 +- src/newgal/hisi/tde_reg.h | 2 +- src/newgal/leaks.h | 2 +- src/newgal/mb93493/mb93493video.c | 2 +- src/newgal/mb93493/mb93493video.h | 2 +- src/newgal/mb93493/vdc_init.c | 2 +- src/newgal/mb93493/vdc_init.h | 2 +- src/newgal/mlshadow/mlshadow-proc.c | 2 +- src/newgal/mlshadow/mlshadow-proc.h | 2 +- src/newgal/mlshadow/mlshadow-ths.c | 2 +- src/newgal/mlshadow/mlshadow-ths.h | 2 +- src/newgal/mlshadow/test/mlshadowtest_left.c | 2 +- src/newgal/mlshadow/test/mlshadowtest_right.c | 2 +- src/newgal/mlshadow/test/window_mini_max.c | 2 +- src/newgal/mstar/mstar_video.c | 2 +- src/newgal/mstar/mstar_video.h | 2 +- src/newgal/newgal.c | 2 +- src/newgal/nexus/nexusvideo.c | 2 +- src/newgal/nexus/nexusvideo.h | 2 +- src/newgal/nexus/nexusvideo_pri.c | 2 +- src/newgal/nexus/nexusvideo_pri.h | 2 +- src/newgal/pcxvfb/pcxvfb-winfb.c | 2 +- src/newgal/pcxvfb/pcxvfb-winfb.h | 2 +- src/newgal/pcxvfb/pcxvfb.c | 2 +- src/newgal/pcxvfb/pcxvfb.h | 2 +- src/newgal/pixels.c | 2 +- src/newgal/pixels_c.h | 2 +- src/newgal/qvfb/qvfb.c | 2 +- src/newgal/qvfb/qvfb.h | 2 +- src/newgal/rtos_xvfb/rtos_xvfb.c | 2 +- src/newgal/rtos_xvfb/rtos_xvfb.h | 2 +- src/newgal/rtos_xvfb/test/hello.c | 2 +- src/newgal/rtos_xvfb/test/xvfb.c | 2 +- src/newgal/rtos_xvfb/test/xvfb.h | 2 +- src/newgal/s3c6410/gal-s3c6410.c | 2 +- src/newgal/s3c6410/gal-s3c6410.h | 2 +- src/newgal/shadow/ecos_generic.c | 2 +- src/newgal/shadow/nucleus_monaco.c | 2 +- src/newgal/shadow/shadow.c | 2 +- src/newgal/shadow/shadow.h | 2 +- src/newgal/shadow/shadow_refresh_msb_left.c | 2 +- src/newgal/shadow/shadow_refresh_msb_right.c | 2 +- src/newgal/shadow/threadx_anvil.c | 2 +- src/newgal/shadow/unknown.c | 2 +- src/newgal/sigma8654/sigma8654.c | 2 +- src/newgal/sigma8654/sigma8654.h | 2 +- src/newgal/sigma8654/sigma8654_pri.h | 2 +- src/newgal/stgfb/st_include/layer_rev.h | 2 +- src/newgal/stgfb/st_include/linuxcommon.h | 2 +- src/newgal/stgfb/st_include/linuxwrapper.h | 2 +- src/newgal/stgfb/st_include/stavmem.h | 2 +- src/newgal/stgfb/st_include/stblit.h | 2 +- src/newgal/stgfb/st_include/stblit_ioctl.h | 2 +- src/newgal/stgfb/st_include/stcommon.h | 2 +- src/newgal/stgfb/st_include/stddefs.h | 2 +- src/newgal/stgfb/st_include/stdevice.h | 2 +- src/newgal/stgfb/st_include/stevt.h | 2 +- src/newgal/stgfb/st_include/stevt_ioctl.h | 2 +- src/newgal/stgfb/st_include/stgfb.h | 2 +- src/newgal/stgfb/st_include/stgxobj.h | 2 +- src/newgal/stgfb/st_include/stlayer.h | 2 +- src/newgal/stgfb/st_include/stlayer_ioctl.h | 2 +- src/newgal/stgfb/st_include/stlite.h | 2 +- src/newgal/stgfb/st_include/stos.h | 2 +- src/newgal/stgfb/st_include/stsys.h | 2 +- src/newgal/stgfb/stgfb_video.c | 2 +- src/newgal/stgfb/stgfb_video.h | 2 +- src/newgal/stretch.c | 2 +- src/newgal/stretch_c.h | 2 +- src/newgal/surface.c | 2 +- src/newgal/svpxxosd/svphead.h | 2 +- src/newgal/svpxxosd/svpxxosd.c | 2 +- src/newgal/svpxxosd/svpxxosd.h | 2 +- src/newgal/sysvideo.h | 2 +- src/newgal/usvfb/usvfb.c | 2 +- src/newgal/usvfb/usvfb.h | 2 +- src/newgal/utpmc/utpmcvideo-lite.c | 2 +- src/newgal/utpmc/utpmcvideo-lite.h | 2 +- src/newgal/utpmc/utpmcvideo.c | 2 +- src/newgal/utpmc/utpmcvideo.h | 2 +- src/newgal/video.c | 2 +- src/newgal/videomem-bucket.c | 2 +- src/newgal/videomem-bucket.h | 2 +- src/newgal/wvfb/winfb.c | 2 +- src/newgal/wvfb/winfb.h | 2 +- src/newgal/wvfb/wvfb.c | 2 +- src/newgal/wvfb/wvfb.h | 2 +- src/newgal/xlib/xlibvideo.c | 2 +- src/newgal/xlib/xlibvideo.h | 2 +- src/newgal/xlib/xxvfb/define.h | 2 +- src/newgal/xlib/xxvfb/main.c | 2 +- src/newgal/xlib/xxvfb/xxvfb.c | 2 +- src/newgal/xlib/xxvfb/xxvfb.h | 2 +- src/newgal/xlib/xxvfb/xxvfb_common.c | 2 +- src/newgal/xlib/xxvfb/xxvfb_common.h | 2 +- src/newgal/xlib/xxvfb/xxvfb_input.c | 2 +- src/newgal/xlib/xxvfb/xxvfb_input.h | 2 +- src/newgal/xlib/xxvfb/xxvfbhdr.h | 2 +- src/newgal/yuv.c | 2 +- src/newgal/yuv_mmx.c | 2 +- src/newgal/yuv_sw.c | 2 +- src/newgal/yuv_sw_c.h | 2 +- src/newgal/yuvfuncs.h | 2 +- src/newgdi/advapi.c | 2 +- src/newgdi/arc.c | 2 +- src/newgdi/attr.c | 2 +- src/newgdi/bidi.c | 2 +- src/newgdi/bitmap.c | 2 +- src/newgdi/clip.c | 2 +- src/newgdi/coor.c | 2 +- src/newgdi/drawtext.c | 2 +- src/newgdi/drawtext.h | 2 +- src/newgdi/flood.c | 2 +- src/newgdi/gdi.c | 2 +- src/newgdi/generators.c | 2 +- src/newgdi/glyph.c | 2 +- src/newgdi/icon.c | 2 +- src/newgdi/line.c | 2 +- src/newgdi/map.c | 2 +- src/newgdi/mi.h | 2 +- src/newgdi/miarc.c | 2 +- src/newgdi/midash.c | 2 +- src/newgdi/midc.h | 2 +- src/newgdi/mifillarc.c | 2 +- src/newgdi/mifillarc.h | 2 +- src/newgdi/mifpoly.h | 2 +- src/newgdi/mifpolycon.c | 2 +- src/newgdi/mispans.c | 2 +- src/newgdi/mispans.h | 2 +- src/newgdi/mistruct.h | 2 +- src/newgdi/miwideline.c | 2 +- src/newgdi/miwideline.h | 2 +- src/newgdi/palette.c | 2 +- src/newgdi/pixel.c | 2 +- src/newgdi/pixel_ops.c | 2 +- src/newgdi/pixel_ops.h | 2 +- src/newgdi/polygon.c | 2 +- src/newgdi/polygon.h | 2 +- src/newgdi/readbmp.c | 2 +- src/newgdi/rect.c | 2 +- src/newgdi/region.c | 2 +- src/newgdi/rotatebmp.c | 2 +- src/newgdi/screen.c | 2 +- src/newgdi/tabbedtextout.c | 2 +- src/newgdi/test/glyph/glyph-bitmap.c | 2 +- src/newgdi/test/glyph/glyph-draw.c | 2 +- src/newgdi/test/glyph/glyph-test.c | 2 +- src/newgdi/text.c | 2 +- src/newgdi/textout.c | 2 +- src/newgdi/yuv.c | 2 +- src/server/client.c | 2 +- src/server/layer.c | 2 +- src/server/request.c | 2 +- src/server/servaccept.c | 2 +- src/server/server.c | 2 +- src/server/servlisten.c | 2 +- src/standalone/standalone.c | 2 +- src/sysres/bmp/_bmp_inner_res.c | 2 +- src/sysres/bmp/classic_check_button.bmp.c | 2 +- src/sysres/bmp/classic_radio_button.bmp.c | 2 +- src/sysres/bmp/flat_check_button.bmp.c | 2 +- src/sysres/bmp/flat_radio_button.bmp.c | 2 +- src/sysres/bmp/skin_arrows.gif.c | 2 +- src/sysres/bmp/skin_arrows_shell.bmp.c | 2 +- src/sysres/bmp/skin_bborder.bmp.c | 2 +- src/sysres/bmp/skin_bkgnd.bmp.c | 2 +- src/sysres/bmp/skin_caption.gif.c | 2 +- src/sysres/bmp/skin_checkbtn.bmp.c | 2 +- src/sysres/bmp/skin_cpn_btn.gif.c | 2 +- src/sysres/bmp/skin_header.bmp.c | 2 +- src/sysres/bmp/skin_lborder.bmp.c | 2 +- src/sysres/bmp/skin_pb_htrack.gif.c | 2 +- src/sysres/bmp/skin_pb_htruck.bmp.c | 2 +- src/sysres/bmp/skin_pb_vtrack.gif.c | 2 +- src/sysres/bmp/skin_pb_vtruck.bmp.c | 2 +- src/sysres/bmp/skin_pushbtn.gif.c | 2 +- src/sysres/bmp/skin_radiobtn.gif.c | 2 +- src/sysres/bmp/skin_rborder.bmp.c | 2 +- src/sysres/bmp/skin_sb_arrows.bmp.c | 2 +- src/sysres/bmp/skin_sb_hshaft.bmp.c | 2 +- src/sysres/bmp/skin_sb_hthumb.bmp.c | 2 +- src/sysres/bmp/skin_sb_vshaft.bmp.c | 2 +- src/sysres/bmp/skin_sb_vthumb.bmp.c | 2 +- src/sysres/bmp/skin_tab.gif.c | 2 +- src/sysres/bmp/skin_tb_horz.gif.c | 2 +- src/sysres/bmp/skin_tb_vert.gif.c | 2 +- src/sysres/bmp/skin_tborder.bmp.c | 2 +- src/sysres/bmp/skin_tbslider_h.gif.c | 2 +- src/sysres/bmp/skin_tbslider_v.gif.c | 2 +- src/sysres/bmp/skin_tree.bmp.c | 2 +- src/sysres/cursor/cursors.c | 2 +- src/sysres/font/_font_inner_res.c | 2 +- src/sysres/font/incore-font00.c | 2 +- src/sysres/font/incore-font01.c | 2 +- src/sysres/font/incore-font02.c | 2 +- src/sysres/font/incore-font03.c | 2 +- src/sysres/font/incore-font04.c | 2 +- src/sysres/font/incore-font05.c | 2 +- src/sysres/font/incore-font06.c | 2 +- src/sysres/font/incore-font07.c | 2 +- src/sysres/font/incore-font08.c | 2 +- src/sysres/font/incore-font09.c | 2 +- src/sysres/font/incore-font10.c | 2 +- src/sysres/font/incore-font11.c | 2 +- src/sysres/font/incore-font12.c | 2 +- src/sysres/font/incore-font13.c | 2 +- src/sysres/font/incore-font14.c | 2 +- src/sysres/font/incore-font15.c | 2 +- src/sysres/font/incore-font16.c | 2 +- src/sysres/font/incore-font17.c | 2 +- src/sysres/font/incore-font18.c | 2 +- src/sysres/font/incore-font19.c | 2 +- src/sysres/font/incore-font20.c | 2 +- src/sysres/font/incore-font21.c | 2 +- src/sysres/font/incore-font22.c | 2 +- src/sysres/font/incore-font23.c | 2 +- src/sysres/font/incore-font24.c | 2 +- src/sysres/font/incore-font25.c | 2 +- src/sysres/font/incore-font26.c | 2 +- src/sysres/font/incore-font27.c | 2 +- src/sysres/font/incore-font28.c | 2 +- src/sysres/font/incore-font29.c | 2 +- src/sysres/font/incore-font30.c | 2 +- src/sysres/font/incore-font31.c | 2 +- src/sysres/icon/_icon_inner_res.c | 2 +- src/sysres/icon/excalmatory-flat.ico.c | 2 +- src/sysres/icon/excalmatory.ico.c | 2 +- src/sysres/icon/failed-flat.ico.c | 2 +- src/sysres/icon/failed.ico.c | 2 +- src/sysres/icon/fold-flat.ico.c | 2 +- src/sysres/icon/fold.ico.c | 2 +- src/sysres/icon/folder-flat.ico.c | 2 +- src/sysres/icon/folder.ico.c | 2 +- src/sysres/icon/form-flat.ico.c | 2 +- src/sysres/icon/form.ico.c | 2 +- src/sysres/icon/help-flat.ico.c | 2 +- src/sysres/icon/help.ico.c | 2 +- src/sysres/icon/textfile-flat.ico.c | 2 +- src/sysres/icon/textfile.ico.c | 2 +- src/sysres/icon/unfold-flat.ico.c | 2 +- src/sysres/icon/unfold.ico.c | 2 +- src/sysres/icon/warning-flat.ico.c | 2 +- src/sysres/icon/warning.ico.c | 2 +- src/sysres/incoreres.c | 2 +- src/sysres/license/genkey.sh | 2 +- src/sysres/license/runme.sh | 2 +- src/sysres/mgetc.c | 2 +- src/sysres/mgetc_win32.c | 2 +- src/sysres/mkinnerres.sh | 2 +- src/sysres/resmgr.c | 2 +- src/sysres/resmgr.h | 2 +- src/sysres/resource.c | 2 +- src/sysres/test/drawcursor.c | 2 +- src/sysres/test/drawicon.c | 2 +- src/sysres/test/drawimage.c | 2 +- src/sysres/test/incore_pic.c | 2 +- src/sysres/test/skin_test.c | 2 +- src/sysres/test/tools/qsort.c | 2 +- src/template.c | 2 +- src/template.h | 2 +- src/textedit/mbtree.c | 2 +- src/textedit/mbtree.h | 2 +- src/textedit/mtextedit.c | 2 +- src/textedit/mtextedit.h | 2 +- src/textedit/mtexteditbase.h | 2 +- src/textedit/mwidget.c | 2 +- src/textedit/mwidget.h | 2 +- src/textedit/object.c | 2 +- src/textedit/object.h | 2 +- 953 files changed, 953 insertions(+), 953 deletions(-) diff --git a/README.md b/README.md index 39ea1642..91cac3c4 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ If you have got a commercial license of this program, please use it under the terms and conditions of the commercial license. For more information about the commercial license, please refer to -. +. ### Special Statement diff --git a/include/common.h b/include/common.h index 3364b6cc..69b24d85 100644 --- a/include/common.h +++ b/include/common.h @@ -38,7 +38,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/control.h b/include/control.h index 39f415a1..417880af 100644 --- a/include/control.h +++ b/include/control.h @@ -37,7 +37,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/animation.h b/include/ctrl/animation.h index fb305668..9f5e61bb 100644 --- a/include/ctrl/animation.h +++ b/include/ctrl/animation.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/button.h b/include/ctrl/button.h index b35d9004..8c70a4da 100644 --- a/include/ctrl/button.h +++ b/include/ctrl/button.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/combobox.h b/include/ctrl/combobox.h index 0f1ed120..5739a821 100644 --- a/include/ctrl/combobox.h +++ b/include/ctrl/combobox.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/coolbar.h b/include/ctrl/coolbar.h index ccdc976d..fc1bbfd7 100644 --- a/include/ctrl/coolbar.h +++ b/include/ctrl/coolbar.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/ctrlhelper.h b/include/ctrl/ctrlhelper.h index 8341a999..ab017863 100644 --- a/include/ctrl/ctrlhelper.h +++ b/include/ctrl/ctrlhelper.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/edit.h b/include/ctrl/edit.h index 07e06f85..636a14d5 100644 --- a/include/ctrl/edit.h +++ b/include/ctrl/edit.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/gridview.h b/include/ctrl/gridview.h index f46ee9dd..627ece31 100644 --- a/include/ctrl/gridview.h +++ b/include/ctrl/gridview.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/iconview.h b/include/ctrl/iconview.h index 5c849c37..f74d5bfa 100644 --- a/include/ctrl/iconview.h +++ b/include/ctrl/iconview.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/listbox.h b/include/ctrl/listbox.h index d12e7007..288fb1d4 100644 --- a/include/ctrl/listbox.h +++ b/include/ctrl/listbox.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/listview.h b/include/ctrl/listview.h index 04285a45..f0ce82a2 100644 --- a/include/ctrl/listview.h +++ b/include/ctrl/listview.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/menubutton.h b/include/ctrl/menubutton.h index f0bb4a18..e62862fb 100644 --- a/include/ctrl/menubutton.h +++ b/include/ctrl/menubutton.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/monthcal.h b/include/ctrl/monthcal.h index 044b8eb1..d41d0767 100644 --- a/include/ctrl/monthcal.h +++ b/include/ctrl/monthcal.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/newtoolbar.h b/include/ctrl/newtoolbar.h index 23de71d5..aa733796 100644 --- a/include/ctrl/newtoolbar.h +++ b/include/ctrl/newtoolbar.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/progressbar.h b/include/ctrl/progressbar.h index 17e8b669..d90a3ffe 100644 --- a/include/ctrl/progressbar.h +++ b/include/ctrl/progressbar.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/propsheet.h b/include/ctrl/propsheet.h index 46df029e..46a35fe8 100644 --- a/include/ctrl/propsheet.h +++ b/include/ctrl/propsheet.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/scrollbar.h b/include/ctrl/scrollbar.h index c653ba57..a6d13690 100644 --- a/include/ctrl/scrollbar.h +++ b/include/ctrl/scrollbar.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/scrollview.h b/include/ctrl/scrollview.h index 27fe2c2f..bd1dc7c9 100644 --- a/include/ctrl/scrollview.h +++ b/include/ctrl/scrollview.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/spinbox.h b/include/ctrl/spinbox.h index a039ca7d..124d121d 100644 --- a/include/ctrl/spinbox.h +++ b/include/ctrl/spinbox.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/static.h b/include/ctrl/static.h index 57f1fbab..24c05814 100644 --- a/include/ctrl/static.h +++ b/include/ctrl/static.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/textedit.h b/include/ctrl/textedit.h index bb57d1af..2ff3ac0c 100644 --- a/include/ctrl/textedit.h +++ b/include/ctrl/textedit.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/trackbar.h b/include/ctrl/trackbar.h index f75936f5..0d6c21bb 100644 --- a/include/ctrl/trackbar.h +++ b/include/ctrl/trackbar.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ctrl/treeview.h b/include/ctrl/treeview.h index ddb93711..e302fe3a 100644 --- a/include/ctrl/treeview.h +++ b/include/ctrl/treeview.h @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/customial.h b/include/customial.h index a6ab8dbc..e702342e 100644 --- a/include/customial.h +++ b/include/customial.h @@ -36,7 +36,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/endianrw.h b/include/endianrw.h index 63669629..988efd22 100644 --- a/include/endianrw.h +++ b/include/endianrw.h @@ -40,7 +40,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/exstubs.h b/include/exstubs.h index 13bc0133..fdc6da27 100644 --- a/include/exstubs.h +++ b/include/exstubs.h @@ -37,7 +37,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/fixedmath.h b/include/fixedmath.h index e146bfd7..6f85a954 100644 --- a/include/fixedmath.h +++ b/include/fixedmath.h @@ -37,7 +37,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/gdi.h b/include/gdi.h index eb22baad..ba742913 100644 --- a/include/gdi.h +++ b/include/gdi.h @@ -37,7 +37,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/minigui.h b/include/minigui.h index 58766bc8..ee69355e 100644 --- a/include/minigui.h +++ b/include/minigui.h @@ -37,7 +37,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/nucleus_pthread.h b/include/nucleus_pthread.h index 95fdf47f..42854abe 100644 --- a/include/nucleus_pthread.h +++ b/include/nucleus_pthread.h @@ -42,7 +42,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/nucleus_semaphore.h b/include/nucleus_semaphore.h index 4550a6b1..b5f4f0ca 100644 --- a/include/nucleus_semaphore.h +++ b/include/nucleus_semaphore.h @@ -45,7 +45,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ose_semaphore.h b/include/ose_semaphore.h index cbddb1b0..7ced3990 100644 --- a/include/ose_semaphore.h +++ b/include/ose_semaphore.h @@ -45,7 +45,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/own_stdio.h b/include/own_stdio.h index 95486e61..b2a2fc17 100644 --- a/include/own_stdio.h +++ b/include/own_stdio.h @@ -37,7 +37,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/psos.h b/include/psos.h index 6733b731..f43ff24a 100644 --- a/include/psos.h +++ b/include/psos.h @@ -37,7 +37,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/psos_pthread.h b/include/psos_pthread.h index 8304238b..e22abec7 100644 --- a/include/psos_pthread.h +++ b/include/psos_pthread.h @@ -45,7 +45,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/psos_semaphore.h b/include/psos_semaphore.h index ef08cddd..9a8be8ba 100644 --- a/include/psos_semaphore.h +++ b/include/psos_semaphore.h @@ -45,7 +45,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/threadx_pthread.h b/include/threadx_pthread.h index 624866ac..95b1757d 100644 --- a/include/threadx_pthread.h +++ b/include/threadx_pthread.h @@ -44,7 +44,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/threadx_semaphore.h b/include/threadx_semaphore.h index c4bdde7e..6024418d 100644 --- a/include/threadx_semaphore.h +++ b/include/threadx_semaphore.h @@ -44,7 +44,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ucos2_pthread.h b/include/ucos2_pthread.h index 38ef4e82..103e128e 100644 --- a/include/ucos2_pthread.h +++ b/include/ucos2_pthread.h @@ -37,7 +37,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/ucos2_semaphore.h b/include/ucos2_semaphore.h index 05230e81..3a3067c5 100644 --- a/include/ucos2_semaphore.h +++ b/include/ucos2_semaphore.h @@ -38,7 +38,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/vcongui.h b/include/vcongui.h index db773f87..299181a0 100644 --- a/include/vcongui.h +++ b/include/vcongui.h @@ -40,7 +40,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/vxworks_pthread.h b/include/vxworks_pthread.h index 4d61f9b5..20208ed6 100644 --- a/include/vxworks_pthread.h +++ b/include/vxworks_pthread.h @@ -44,7 +44,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/vxworks_semaphore.h b/include/vxworks_semaphore.h index f27a517a..99cba935 100644 --- a/include/vxworks_semaphore.h +++ b/include/vxworks_semaphore.h @@ -49,7 +49,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/win32_dirent.h b/include/win32_dirent.h index c2d3c603..36207723 100644 --- a/include/win32_dirent.h +++ b/include/win32_dirent.h @@ -37,7 +37,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/window.h b/include/window.h index d1f3577b..eab3518d 100644 --- a/include/window.h +++ b/include/window.h @@ -37,7 +37,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/include/xvfb.h b/include/xvfb.h index 9491f05f..7e64a745 100644 --- a/include/xvfb.h +++ b/include/xvfb.h @@ -37,7 +37,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/rtos/nucleus_startup.c b/rtos/nucleus_startup.c index 024d00e9..a93c108a 100644 --- a/rtos/nucleus_startup.c +++ b/rtos/nucleus_startup.c @@ -35,7 +35,7 @@ under the terms and conditions of the commercial license. For more information about the commercial license, please refer to - . + . \endverbatim */ diff --git a/rtos/psos_startup.c b/rtos/psos_startup.c index 919de77d..cfb55f7e 100644 --- a/rtos/psos_startup.c +++ b/rtos/psos_startup.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/rtos/threadx_startup.c b/rtos/threadx_startup.c index 2092ae96..2d68be51 100644 --- a/rtos/threadx_startup.c +++ b/rtos/threadx_startup.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/rtos/ucos2_startup.c b/rtos/ucos2_startup.c index 3720922f..6ead6ee9 100644 --- a/rtos/ucos2_startup.c +++ b/rtos/ucos2_startup.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/rtos/vxworks_startup.c b/rtos/vxworks_startup.c index b6d9a922..1562746d 100644 --- a/rtos/vxworks_startup.c +++ b/rtos/vxworks_startup.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/client/cliconn.c b/src/client/cliconn.c index 58e1383b..b1de052b 100644 --- a/src/client/cliconn.c +++ b/src/client/cliconn.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** cliconn.c: Create a client endpoint and connect to a server. diff --git a/src/client/client.c b/src/client/client.c index 1075a12b..2d8fb650 100644 --- a/src/client/client.c +++ b/src/client/client.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** client.c: routines for client. diff --git a/src/control/bidiedit.c b/src/control/bidiedit.c index c9843aa4..11f3797a 100644 --- a/src/control/bidiedit.c +++ b/src/control/bidiedit.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** bidiedit.c: the BIDI Single Line Edit Control module. diff --git a/src/control/bidiedit_impl.h b/src/control/bidiedit_impl.h index 88165dd6..6d9a0060 100644 --- a/src/control/bidiedit_impl.h +++ b/src/control/bidiedit_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** bidiedit_impl.h: the head file of BidiEdit Control module. diff --git a/src/control/button.c b/src/control/button.c index 77a40c17..b03a4415 100644 --- a/src/control/button.c +++ b/src/control/button.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** button.c: the Button Control module. diff --git a/src/control/button_impl.h b/src/control/button_impl.h index 7e95ee77..93eb0ce6 100644 --- a/src/control/button_impl.h +++ b/src/control/button_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** button.h: the head file of Button Control module. diff --git a/src/control/combobox.c b/src/control/combobox.c index 60af5d30..5ee7f5b0 100644 --- a/src/control/combobox.c +++ b/src/control/combobox.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** cobmobox.c: the cobmobox control. diff --git a/src/control/combobox_impl.h b/src/control/combobox_impl.h index 93e848fc..4487a93f 100644 --- a/src/control/combobox_impl.h +++ b/src/control/combobox_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** combobox.h: the head file of ComboBox control. diff --git a/src/control/ctrlmisc.c b/src/control/ctrlmisc.c index f9639203..bb23622b 100644 --- a/src/control/ctrlmisc.c +++ b/src/control/ctrlmisc.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ctrlmisc.c: the help routines for MiniGUI control. diff --git a/src/control/ctrlmisc.h b/src/control/ctrlmisc.h index 64756b3c..91c23ae0 100644 --- a/src/control/ctrlmisc.h +++ b/src/control/ctrlmisc.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ctrlmisc.c: the head file of Control Misc module. diff --git a/src/control/edit.c b/src/control/edit.c index 639bae00..6d707ceb 100644 --- a/src/control/edit.c +++ b/src/control/edit.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** edit.c: the Single Line Edit Control module. diff --git a/src/control/edit_impl.h b/src/control/edit_impl.h index a23b3d9d..9b2ee1b0 100644 --- a/src/control/edit_impl.h +++ b/src/control/edit_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** edit_impl.h: the head file of Edit Control module. diff --git a/src/control/listbox.c b/src/control/listbox.c index 940e3ac7..4fce70fc 100644 --- a/src/control/listbox.c +++ b/src/control/listbox.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** listbox.c: the List Box Control module. diff --git a/src/control/listbox_impl.h b/src/control/listbox_impl.h index e501ad5f..ac014d8e 100644 --- a/src/control/listbox_impl.h +++ b/src/control/listbox_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** listbox.h: the head file of ListBox control. diff --git a/src/control/listmodel.c b/src/control/listmodel.c index 19c2394d..97e15197 100644 --- a/src/control/listmodel.c +++ b/src/control/listmodel.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** listmodel.c: List data model. diff --git a/src/control/listmodel.h b/src/control/listmodel.h index 301c8be6..6ee4c86a 100644 --- a/src/control/listmodel.h +++ b/src/control/listmodel.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** listmodel.h: header file of item data model. diff --git a/src/control/medit_impl.h b/src/control/medit_impl.h index 2c054dcf..9890e8de 100644 --- a/src/control/medit_impl.h +++ b/src/control/medit_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** medit.h: the head file of Multi-Line Edit control. diff --git a/src/control/menubutton.c b/src/control/menubutton.c index 031815b8..ef0177d8 100644 --- a/src/control/menubutton.c +++ b/src/control/menubutton.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** button.c: the Menu Button Control module. diff --git a/src/control/menubutton_impl.h b/src/control/menubutton_impl.h index 5e8e478f..5b437081 100644 --- a/src/control/menubutton_impl.h +++ b/src/control/menubutton_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** menubutton.h: the head file of menu button control. diff --git a/src/control/newtoolbar.c b/src/control/newtoolbar.c index a7c25a76..1319c3b4 100644 --- a/src/control/newtoolbar.c +++ b/src/control/newtoolbar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** newtoolbar.c: the new-toolbar control module. diff --git a/src/control/newtoolbar_impl.h b/src/control/newtoolbar_impl.h index baa5ce95..dc699a3d 100644 --- a/src/control/newtoolbar_impl.h +++ b/src/control/newtoolbar_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** newtoolbar.h: the head file of NewToolBar control module. diff --git a/src/control/progressbar.c b/src/control/progressbar.c index 954fd57a..27b7c505 100644 --- a/src/control/progressbar.c +++ b/src/control/progressbar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** progressbar.c: the Progress Bar Control module. diff --git a/src/control/progressbar_impl.h b/src/control/progressbar_impl.h index 89d12310..a8636c9a 100644 --- a/src/control/progressbar_impl.h +++ b/src/control/progressbar_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** prograssbar.h: the head file of PrograssBar control. diff --git a/src/control/propsheet.c b/src/control/propsheet.c index dfea4106..7c0dd71c 100644 --- a/src/control/propsheet.c +++ b/src/control/propsheet.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** propsheet.c: the Property Sheet (Tab) control. diff --git a/src/control/propsheet_impl.h b/src/control/propsheet_impl.h index 0e9185f8..c6753ded 100644 --- a/src/control/propsheet_impl.h +++ b/src/control/propsheet_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** propsheet.h: the head file of PropSheet control. diff --git a/src/control/scrollbar.c b/src/control/scrollbar.c index 7cd47ca4..67e19664 100644 --- a/src/control/scrollbar.c +++ b/src/control/scrollbar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scrollbar.c: the scrollbar control. diff --git a/src/control/scrolled.c b/src/control/scrolled.c index c1f3b4bd..564d61f8 100644 --- a/src/control/scrolled.c +++ b/src/control/scrolled.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scrolled.c: basic scrolled window support diff --git a/src/control/scrolled.h b/src/control/scrolled.h index 3201e330..c8897200 100644 --- a/src/control/scrolled.h +++ b/src/control/scrolled.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scrolled.h: header file of scrolled window support module. diff --git a/src/control/scrollview.c b/src/control/scrollview.c index da89357f..280b99fc 100644 --- a/src/control/scrollview.c +++ b/src/control/scrollview.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scrollview.c: a scrollview control diff --git a/src/control/scrollview_impl.h b/src/control/scrollview_impl.h index 8359912b..c5f3020f 100644 --- a/src/control/scrollview_impl.h +++ b/src/control/scrollview_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scrollview.h: header file of ScrollView control. diff --git a/src/control/scrollwnd.c b/src/control/scrollwnd.c index 0888d432..6bad5bce 100644 --- a/src/control/scrollwnd.c +++ b/src/control/scrollwnd.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scrollwnd.c: scrollwnd control, a scrollable container window diff --git a/src/control/scrollwnd.h b/src/control/scrollwnd.h index dbd6fa6d..9971a08b 100644 --- a/src/control/scrollwnd.h +++ b/src/control/scrollwnd.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scrollwnd.h: header file of ScrollView control. diff --git a/src/control/simedit_impl.h b/src/control/simedit_impl.h index 39dd7e36..24771d60 100644 --- a/src/control/simedit_impl.h +++ b/src/control/simedit_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** simedit.h: the head file of Simple Edit Control module. diff --git a/src/control/static.c b/src/control/static.c index ff9bae4a..1e00b681 100644 --- a/src/control/static.c +++ b/src/control/static.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** static.c: the Static Control module. diff --git a/src/control/static_impl.h b/src/control/static_impl.h index 4081c996..d18ffd6f 100644 --- a/src/control/static_impl.h +++ b/src/control/static_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** static.h: the head file of Static Control module. diff --git a/src/control/test/bidiedit_arabic.c b/src/control/test/bidiedit_arabic.c index a715ca46..ec31a6aa 100644 --- a/src/control/test/bidiedit_arabic.c +++ b/src/control/test/bidiedit_arabic.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/control/test/bidiedit_hebrew.c b/src/control/test/bidiedit_hebrew.c index 4ae793d5..a855e3c4 100644 --- a/src/control/test/bidiedit_hebrew.c +++ b/src/control/test/bidiedit_hebrew.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/control/test/resource.h b/src/control/test/resource.h index 3c561a33..a9beffec 100644 --- a/src/control/test/resource.h +++ b/src/control/test/resource.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define IDM_NEW 110 #define IDM_OPEN 120 diff --git a/src/control/test/scrollbar_test.c b/src/control/test/scrollbar_test.c index 305e53c6..9802ddde 100644 --- a/src/control/test/scrollbar_test.c +++ b/src/control/test/scrollbar_test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scrollbar_test.c: The scrollbar control unit test program. diff --git a/src/control/test/scrollbar_test_res.c b/src/control/test/scrollbar_test_res.c index c449a2b5..687e62b8 100644 --- a/src/control/test/scrollbar_test_res.c +++ b/src/control/test/scrollbar_test_res.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scrollbar_test_res.c: The scrollbar control test's dialog box templates. diff --git a/src/control/text.h b/src/control/text.h index 6c417cfb..1f4e1caf 100644 --- a/src/control/text.h +++ b/src/control/text.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** text.h: header file of text operations. diff --git a/src/control/textedit.c b/src/control/textedit.c index 21b0ed16..cea9fd48 100644 --- a/src/control/textedit.c +++ b/src/control/textedit.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** textedit.c: text edit control diff --git a/src/control/textedit_impl.h b/src/control/textedit_impl.h index 8009d3fd..ec6218fa 100644 --- a/src/control/textedit_impl.h +++ b/src/control/textedit_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** textedit.h: header file of TextEdit control. diff --git a/src/control/trackbar.c b/src/control/trackbar.c index d97a301f..7d985e16 100644 --- a/src/control/trackbar.c +++ b/src/control/trackbar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** trackbar.c: the TrackBar Control module. diff --git a/src/control/trackbar_impl.h b/src/control/trackbar_impl.h index 13e6e9ef..fc9f15df 100644 --- a/src/control/trackbar_impl.h +++ b/src/control/trackbar_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** trackbar.h: the head file of TrackBar(Slider) control. diff --git a/src/ex_ctrl/animation.c b/src/ex_ctrl/animation.c index 70ea09f3..acc9334a 100644 --- a/src/ex_ctrl/animation.c +++ b/src/ex_ctrl/animation.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** animation.c: the Animation control diff --git a/src/ex_ctrl/animation_impl.h b/src/ex_ctrl/animation_impl.h index 0f124720..2f905c47 100644 --- a/src/ex_ctrl/animation_impl.h +++ b/src/ex_ctrl/animation_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Create date: 2004/7/14 diff --git a/src/ex_ctrl/coolbar.c b/src/ex_ctrl/coolbar.c index 83907a15..bec5390b 100644 --- a/src/ex_ctrl/coolbar.c +++ b/src/ex_ctrl/coolbar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** coolbar.c: the Coolbar Control module. diff --git a/src/ex_ctrl/coolbar_impl.h b/src/ex_ctrl/coolbar_impl.h index d76acc6e..0245f7db 100644 --- a/src/ex_ctrl/coolbar_impl.h +++ b/src/ex_ctrl/coolbar_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Create date: 2000/9/20 diff --git a/src/ex_ctrl/gif89a.c b/src/ex_ctrl/gif89a.c index 7828ece2..46c1a6cc 100644 --- a/src/ex_ctrl/gif89a.c +++ b/src/ex_ctrl/gif89a.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** gif89a.c: the animation GIF89a module. diff --git a/src/ex_ctrl/gridview.c b/src/ex_ctrl/gridview.c index 36d9fcf1..64c7b0e4 100644 --- a/src/ex_ctrl/gridview.c +++ b/src/ex_ctrl/gridview.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** gridview.c: an grid control diff --git a/src/ex_ctrl/gridview_impl.h b/src/ex_ctrl/gridview_impl.h index c343c5be..d406b5c8 100644 --- a/src/ex_ctrl/gridview_impl.h +++ b/src/ex_ctrl/gridview_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** gridview.c: an grid control diff --git a/src/ex_ctrl/gridviewcelltype.c b/src/ex_ctrl/gridviewcelltype.c index f6b70242..67c8aa95 100644 --- a/src/ex_ctrl/gridviewcelltype.c +++ b/src/ex_ctrl/gridviewcelltype.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** gridview.c: an grid control diff --git a/src/ex_ctrl/iconview.c b/src/ex_ctrl/iconview.c index e4dfbf27..69c1218c 100644 --- a/src/ex_ctrl/iconview.c +++ b/src/ex_ctrl/iconview.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** iconview.c: an iconview control diff --git a/src/ex_ctrl/iconview_impl.h b/src/ex_ctrl/iconview_impl.h index cc59a70c..651153f2 100644 --- a/src/ex_ctrl/iconview_impl.h +++ b/src/ex_ctrl/iconview_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** iconview.h: header file of ScrollView control. diff --git a/src/ex_ctrl/listview.c b/src/ex_ctrl/listview.c index d7bcb81c..2807707d 100644 --- a/src/ex_ctrl/listview.c +++ b/src/ex_ctrl/listview.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** listview.c: the ListView control diff --git a/src/ex_ctrl/listview_impl.h b/src/ex_ctrl/listview_impl.h index a565321f..3425a72d 100644 --- a/src/ex_ctrl/listview_impl.h +++ b/src/ex_ctrl/listview_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** listview.h: header file of ListView control. diff --git a/src/ex_ctrl/monthcalendar.c b/src/ex_ctrl/monthcalendar.c index 253e1980..929ac28f 100644 --- a/src/ex_ctrl/monthcalendar.c +++ b/src/ex_ctrl/monthcalendar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** monthcalendar.c: the month calendar Control module. diff --git a/src/ex_ctrl/monthcalendar_impl.h b/src/ex_ctrl/monthcalendar_impl.h index bbb314fd..34ee4394 100644 --- a/src/ex_ctrl/monthcalendar_impl.h +++ b/src/ex_ctrl/monthcalendar_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** monthcalendar.h: the header for MonthCalendar control. diff --git a/src/ex_ctrl/spinbox.c b/src/ex_ctrl/spinbox.c index dd95524c..4efc42e0 100644 --- a/src/ex_ctrl/spinbox.c +++ b/src/ex_ctrl/spinbox.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** spinbox.c: the SpinBox control diff --git a/src/ex_ctrl/spinbox_impl.h b/src/ex_ctrl/spinbox_impl.h index 24ff4e0f..0a5fe591 100644 --- a/src/ex_ctrl/spinbox_impl.h +++ b/src/ex_ctrl/spinbox_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Create date: 2000/9/20 diff --git a/src/ex_ctrl/treeview.c b/src/ex_ctrl/treeview.c index 2102f4ed..a0d48336 100644 --- a/src/ex_ctrl/treeview.c +++ b/src/ex_ctrl/treeview.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** treeview.c: TreeView Control. diff --git a/src/ex_ctrl/treeview_impl.h b/src/ex_ctrl/treeview_impl.h index d80ec9ea..e9f1a108 100644 --- a/src/ex_ctrl/treeview_impl.h +++ b/src/ex_ctrl/treeview_impl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** treeview.h: the head file for TreeView Control. diff --git a/src/ex_ctrl/treeview_rdr.c b/src/ex_ctrl/treeview_rdr.c index 237e7241..5e2c46c8 100644 --- a/src/ex_ctrl/treeview_rdr.c +++ b/src/ex_ctrl/treeview_rdr.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** treeview.c: TreeView Control. diff --git a/src/font/big5unimap.c b/src/font/big5unimap.c index e2e06c8c..f56dc137 100644 --- a/src/font/big5unimap.c +++ b/src/font/big5unimap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** big5unimap.c: BIG5 to UNICODE map. diff --git a/src/font/bitmapfont.c b/src/font/bitmapfont.c index 2a7ca0c9..c7ceba94 100644 --- a/src/font/bitmapfont.c +++ b/src/font/bitmapfont.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** bitmapfont.c: The Bitmap Font operation set. diff --git a/src/font/bitmapfont.h b/src/font/bitmapfont.h index 43152dcb..b4fbf10e 100644 --- a/src/font/bitmapfont.h +++ b/src/font/bitmapfont.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/font/charset-arabic.c b/src/font/charset-arabic.c index 909400e1..d1b262c1 100644 --- a/src/font/charset-arabic.c +++ b/src/font/charset-arabic.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** charset.c: The charset's arabic operation set. diff --git a/src/font/charset-bidi.c b/src/font/charset-bidi.c index 17b0f615..ef489fd8 100644 --- a/src/font/charset-bidi.c +++ b/src/font/charset-bidi.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** charset-bidi.c: The charset Bidirectional Algorithm. diff --git a/src/font/charset.c b/src/font/charset.c index 06c2985d..28101437 100644 --- a/src/font/charset.c +++ b/src/font/charset.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** charset.c: The charset operation set. diff --git a/src/font/charset.h b/src/font/charset.h index 4f24ab09..04cb904f 100644 --- a/src/font/charset.h +++ b/src/font/charset.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** charset.h: the head file of charset operation set. diff --git a/src/font/convgbmap.c b/src/font/convgbmap.c index 7063a4c2..891da109 100644 --- a/src/font/convgbmap.c +++ b/src/font/convgbmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/font/devfont.c b/src/font/devfont.c index 72b4ebdc..aef704ac 100644 --- a/src/font/devfont.c +++ b/src/font/devfont.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** defont.c: Device fonts management. diff --git a/src/font/euckrunimap.c b/src/font/euckrunimap.c index 97df1c60..038ad117 100644 --- a/src/font/euckrunimap.c +++ b/src/font/euckrunimap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** euckrunimap.c: EUC-KR to UNICODE map. diff --git a/src/font/font-engines.c b/src/font/font-engines.c index 5a8ff735..5dc01220 100644 --- a/src/font/font-engines.c +++ b/src/font/font-engines.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" #include "minigui.h" diff --git a/src/font/fontcache.c b/src/font/fontcache.c index cedc41b8..56776186 100644 --- a/src/font/fontcache.c +++ b/src/font/fontcache.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fontcache.c: Font cache for TrueType fonts. diff --git a/src/font/fontname.c b/src/font/fontname.c index 60435620..46315f74 100644 --- a/src/font/fontname.c +++ b/src/font/fontname.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fontname.c: Font name parser. diff --git a/src/font/freetype1.c b/src/font/freetype1.c index 2fbf20fc..7235d8e6 100644 --- a/src/font/freetype1.c +++ b/src/font/freetype1.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** freetype1.c: TrueType font support based on FreeType 1.3.1. diff --git a/src/font/freetype1.h b/src/font/freetype1.h index efe1915f..dc577945 100644 --- a/src/font/freetype1.h +++ b/src/font/freetype1.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** freetype1.h: TrueType font support based on FreeType V1.3.x. diff --git a/src/font/freetype2.c b/src/font/freetype2.c index e35ad162..06a7f8a0 100644 --- a/src/font/freetype2.c +++ b/src/font/freetype2.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** freetype2.c: TrueType font support based on FreeType 2. diff --git a/src/font/freetype2.h b/src/font/freetype2.h index 19c9fcd5..6753e0c6 100644 --- a/src/font/freetype2.h +++ b/src/font/freetype2.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** freetype2.h: TrueType font support based on FreeType 2. diff --git a/src/font/gb18030unimap.c b/src/font/gb18030unimap.c index a53cc358..a3555017 100644 --- a/src/font/gb18030unimap.c +++ b/src/font/gb18030unimap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** gb18030unimap.c: GB18030 to UCS2 mapping table. diff --git a/src/font/gbkunimap.c b/src/font/gbkunimap.c index ff0fb4c8..cd060a6b 100644 --- a/src/font/gbkunimap.c +++ b/src/font/gbkunimap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** gbkunimap.c: GBK to UCS-2 map diff --git a/src/font/gbunimap.c b/src/font/gbunimap.c index ea40eb3c..2c83108b 100644 --- a/src/font/gbunimap.c +++ b/src/font/gbunimap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** gbunimap.c: GB2312 to UCS-2 map diff --git a/src/font/gunichartables.h b/src/font/gunichartables.h index 403ee55b..9e4c88c5 100644 --- a/src/font/gunichartables.h +++ b/src/font/gunichartables.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* This file is automatically generated. DO NOT EDIT! Instead, edit gen-unicode-tables.pl and re-run. */ diff --git a/src/font/gunicode.h b/src/font/gunicode.h index 09b50849..63609d11 100644 --- a/src/font/gunicode.h +++ b/src/font/gunicode.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef __G_UNICODE_H__ diff --git a/src/font/in-core/rbf_fixedsys_8x15.c b/src/font/in-core/rbf_fixedsys_8x15.c index 55cff1f6..eccb41a1 100644 --- a/src/font/in-core/rbf_fixedsys_8x15.c +++ b/src/font/in-core/rbf_fixedsys_8x15.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fixedsys_8x15.c: Fixed system 8x15 VBF font data. diff --git a/src/font/in-core/rbf_terminal_8x12.c b/src/font/in-core/rbf_terminal_8x12.c index 1ad60e3c..0a97abdb 100644 --- a/src/font/in-core/rbf_terminal_8x12.c +++ b/src/font/in-core/rbf_terminal_8x12.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** terminal_8x12.c: Terminal 8x12 VBF font data. diff --git a/src/font/in-core/rbf_vgaoem_8x8.c b/src/font/in-core/rbf_vgaoem_8x8.c index 5151d8b7..567635ad 100644 --- a/src/font/in-core/rbf_vgaoem_8x8.c +++ b/src/font/in-core/rbf_vgaoem_8x8.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** rbf_vgarom_8x8.c: VGA ROM 8x8 small font data. diff --git a/src/font/in-core/upf_smoothtimes_100_50.c b/src/font/in-core/upf_smoothtimes_100_50.c index cd12b31b..e3151269 100644 --- a/src/font/in-core/upf_smoothtimes_100_50.c +++ b/src/font/in-core/upf_smoothtimes_100_50.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** In-core UPF file for __mgif_upf_smoothtimes_100_50. diff --git a/src/font/in-core/upf_times_12x10.c b/src/font/in-core/upf_times_12x10.c index 6f1ee7ae..acd19e47 100644 --- a/src/font/in-core/upf_times_12x10.c +++ b/src/font/in-core/upf_times_12x10.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** In-core UPF file for __mgif_upf_times_12x10. diff --git a/src/font/in-core/upf_times_17x14.c b/src/font/in-core/upf_times_17x14.c index c8e16319..1025f3d8 100644 --- a/src/font/in-core/upf_times_17x14.c +++ b/src/font/in-core/upf_times_17x14.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** In-core UPF file for __mgif_upf_times_17x14. diff --git a/src/font/in-core/vbf_courier_8x13.c b/src/font/in-core/vbf_courier_8x13.c index 09b6943f..decc4d6f 100644 --- a/src/font/in-core/vbf_courier_8x13.c +++ b/src/font/in-core/vbf_courier_8x13.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: courier_8x13.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/font/in-core/vbf_sansserif_11x13.c b/src/font/in-core/vbf_sansserif_11x13.c index babf4a9e..6650eb66 100644 --- a/src/font/in-core/vbf_sansserif_11x13.c +++ b/src/font/in-core/vbf_sansserif_11x13.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: sansserif_11x13.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/font/in-core/vbf_system_14x16.c b/src/font/in-core/vbf_system_14x16.c index 7b97243e..472ec7a0 100644 --- a/src/font/in-core/vbf_system_14x16.c +++ b/src/font/in-core/vbf_system_14x16.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: system_14x16.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/font/jisunimap.c b/src/font/jisunimap.c index add78fa9..73f768a5 100644 --- a/src/font/jisunimap.c +++ b/src/font/jisunimap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** jisunimap.c: EUC-JIS to UNICODE map. diff --git a/src/font/logfont.c b/src/font/logfont.c index e36cb425..b5733898 100644 --- a/src/font/logfont.c +++ b/src/font/logfont.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** logfont.c: Log fonts management. diff --git a/src/font/mapunitobig5.c b/src/font/mapunitobig5.c index f6d80b66..c2212eed 100644 --- a/src/font/mapunitobig5.c +++ b/src/font/mapunitobig5.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mapunitobig5.c: Map UCS-2 to BIG5. diff --git a/src/font/mapunitogb.c b/src/font/mapunitogb.c index 932ca40d..0fc808ec 100644 --- a/src/font/mapunitogb.c +++ b/src/font/mapunitogb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mapunitogb.c: Map UCS-2 to GB2312. diff --git a/src/font/mapunitogb18030.c b/src/font/mapunitogb18030.c index d44e6a1a..1577cdfd 100644 --- a/src/font/mapunitogb18030.c +++ b/src/font/mapunitogb18030.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mapunitogb18030.c: Map UCS to GB18030. diff --git a/src/font/mapunitogbk.c b/src/font/mapunitogbk.c index 28a09579..66534bfb 100644 --- a/src/font/mapunitogbk.c +++ b/src/font/mapunitogbk.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mapunitogbk.c: Map UCS-2 to GBK. diff --git a/src/font/my_debug.h b/src/font/my_debug.h index d3301ac7..3b6be989 100644 --- a/src/font/my_debug.h +++ b/src/font/my_debug.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef MY_DEBUG_H #define MY_DEBUG_H diff --git a/src/font/palette.h b/src/font/palette.h index c8dceba2..d62c446e 100644 --- a/src/font/palette.h +++ b/src/font/palette.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ static const unsigned char PALETTE1A[256] = diff --git a/src/font/qpf.c b/src/font/qpf.c index 139f8afc..9baaf3c0 100644 --- a/src/font/qpf.c +++ b/src/font/qpf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** qpf.c: The Qt Prerendered Font operation set. diff --git a/src/font/qpf.h b/src/font/qpf.h index ed9fdd72..0f9cdc2a 100644 --- a/src/font/qpf.h +++ b/src/font/qpf.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** qpf.h: the head file of Qt Prerendered Font operation set. diff --git a/src/font/rawbitmap.c b/src/font/rawbitmap.c index f351d08a..9a41094e 100644 --- a/src/font/rawbitmap.c +++ b/src/font/rawbitmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** rawbitmap.c: The Raw Bitmap Font operation set. diff --git a/src/font/rawbitmap.h b/src/font/rawbitmap.h index 47345ccc..3b032626 100644 --- a/src/font/rawbitmap.h +++ b/src/font/rawbitmap.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: rawbitmap.h 10974 2008-10-06 07:40:27Z houhuihua $ diff --git a/src/font/scripteasy.c b/src/font/scripteasy.c index 35637a18..6d494cdd 100644 --- a/src/font/scripteasy.c +++ b/src/font/scripteasy.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/font/se_minigui.h b/src/font/se_minigui.h index 0286aad7..70050f2a 100644 --- a/src/font/se_minigui.h +++ b/src/font/se_minigui.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef SE_MINIGUI_H diff --git a/src/font/sjisunimap.c b/src/font/sjisunimap.c index 10797dc0..c7f4284d 100644 --- a/src/font/sjisunimap.c +++ b/src/font/sjisunimap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sjisunimap.c: Shift-JIS to UNICODE map. diff --git a/src/font/sysfont.c b/src/font/sysfont.c index 37f40aa9..98285cfe 100644 --- a/src/font/sysfont.c +++ b/src/font/sysfont.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sysfont.c: Load, create and handle system font and system charset. diff --git a/src/font/sysfont.old.c b/src/font/sysfont.old.c index 1609c8bf..fa985831 100644 --- a/src/font/sysfont.old.c +++ b/src/font/sysfont.old.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sysfont.c: Load, create and handle system font and system charset. diff --git a/src/font/test/arabic/arabic_test.c b/src/font/test/arabic/arabic_test.c index 7997a58d..6ecf8dca 100644 --- a/src/font/test/arabic/arabic_test.c +++ b/src/font/test/arabic/arabic_test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/font/test/arabic/combin_test.c b/src/font/test/arabic/combin_test.c index 7c6b963d..241da3a7 100644 --- a/src/font/test/arabic/combin_test.c +++ b/src/font/test/arabic/combin_test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/font/test/arabic/shape_test.c b/src/font/test/arabic/shape_test.c index 98afa1d7..5e354e8e 100644 --- a/src/font/test/arabic/shape_test.c +++ b/src/font/test/arabic/shape_test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/font/test/avl/avl-test.c b/src/font/test/avl/avl-test.c index f746b8d6..2881ffae 100644 --- a/src/font/test/avl/avl-test.c +++ b/src/font/test/avl/avl-test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/font/test/avl/bmpfonttest.c b/src/font/test/avl/bmpfonttest.c index 99a751a9..9ef6f33c 100644 --- a/src/font/test/avl/bmpfonttest.c +++ b/src/font/test/avl/bmpfonttest.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/font/test/avl/bmpfonttest.h b/src/font/test/avl/bmpfonttest.h index db3b5ad1..fd8b9c3a 100644 --- a/src/font/test/avl/bmpfonttest.h +++ b/src/font/test/avl/bmpfonttest.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/font/test/bmpf/bmpf-test-italic.c b/src/font/test/bmpf/bmpf-test-italic.c index 0a5eaa85..c7a096f8 100644 --- a/src/font/test/bmpf/bmpf-test-italic.c +++ b/src/font/test/bmpf/bmpf-test-italic.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/font/test/bmpf/bmpf-test.c b/src/font/test/bmpf/bmpf-test.c index 1b6fa0ab..7743d387 100644 --- a/src/font/test/bmpf/bmpf-test.c +++ b/src/font/test/bmpf/bmpf-test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/font/test/compatible/cmtp-test.c b/src/font/test/compatible/cmtp-test.c index 949b34d9..5ad46082 100644 --- a/src/font/test/compatible/cmtp-test.c +++ b/src/font/test/compatible/cmtp-test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/font/test/hebrew/hebrew_test.c b/src/font/test/hebrew/hebrew_test.c index e13fecb3..bc0eb7bb 100644 --- a/src/font/test/hebrew/hebrew_test.c +++ b/src/font/test/hebrew/hebrew_test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/font/test/hebrew/helloworld.c b/src/font/test/hebrew/helloworld.c index e63a6973..e5864d3f 100644 --- a/src/font/test/hebrew/helloworld.c +++ b/src/font/test/hebrew/helloworld.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/font/textops.c b/src/font/textops.c index dbcda7af..de6a389e 100644 --- a/src/font/textops.c +++ b/src/font/textops.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** textops.c: The text operations based on logical font. diff --git a/src/font/type1.c b/src/font/type1.c index 53393b0c..130e328b 100644 --- a/src/font/type1.c +++ b/src/font/type1.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** type1.c: Type1 font support based on t1lib. diff --git a/src/font/type1.h b/src/font/type1.h index b8b3d103..fc14ca95 100644 --- a/src/font/type1.h +++ b/src/font/type1.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** type1.h: Type1 font support based on t1lib. diff --git a/src/font/ujisunimap.c b/src/font/ujisunimap.c index 102bd67a..f1a2f2b6 100644 --- a/src/font/ujisunimap.c +++ b/src/font/ujisunimap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ujisunimap.c: JIS0208-0 to UNICODE map. diff --git a/src/font/unicode-bidi-tables.h b/src/font/unicode-bidi-tables.h index 89781be4..b763b3b8 100644 --- a/src/font/unicode-bidi-tables.h +++ b/src/font/unicode-bidi-tables.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** unicode-bidi-tables.h: the Unicode BIDI tables. diff --git a/src/font/upf.c b/src/font/upf.c index ceb711a1..c6266e74 100644 --- a/src/font/upf.c +++ b/src/font/upf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** upf.c: The Unicode Prerendered Font operation set. diff --git a/src/font/upf.h b/src/font/upf.h index f5fb9c1e..f40ab3a5 100644 --- a/src/font/upf.h +++ b/src/font/upf.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** upf.h: the head file of Unicode Prerendered Font operation set. diff --git a/src/font/utils/bdf2vbf.c b/src/font/utils/bdf2vbf.c index eadce7e3..b9e3c0ce 100644 --- a/src/font/utils/bdf2vbf.c +++ b/src/font/utils/bdf2vbf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/font/utils/bin2c.c b/src/font/utils/bin2c.c index 24834918..0c350500 100644 --- a/src/font/utils/bin2c.c +++ b/src/font/utils/bin2c.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/font/utils/dumpqpf.c b/src/font/utils/dumpqpf.c index 176708a6..78f4b2fd 100644 --- a/src/font/utils/dumpqpf.c +++ b/src/font/utils/dumpqpf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: dumpqpf.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/font/utils/dumpupf.c b/src/font/utils/dumpupf.c index 470bdfce..6931ba6c 100644 --- a/src/font/utils/dumpupf.c +++ b/src/font/utils/dumpupf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/font/utils/dumpvbf.c b/src/font/utils/dumpvbf.c index 73d4ea5f..71850c6c 100644 --- a/src/font/utils/dumpvbf.c +++ b/src/font/utils/dumpvbf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * Usage: diff --git a/src/font/utils/makegbkrbf.c b/src/font/utils/makegbkrbf.c index 6964d2b7..3de811d9 100644 --- a/src/font/utils/makegbkrbf.c +++ b/src/font/utils/makegbkrbf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/font/utils/makegbksong24rbf.c b/src/font/utils/makegbksong24rbf.c index fcc4adc4..e374039f 100644 --- a/src/font/utils/makegbksong24rbf.c +++ b/src/font/utils/makegbksong24rbf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/font/utils/makegbrbf.c b/src/font/utils/makegbrbf.c index e3174fa6..76b54de0 100644 --- a/src/font/utils/makegbrbf.c +++ b/src/font/utils/makegbrbf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/font/utils/makepytab.c b/src/font/utils/makepytab.c index 2821209f..2d1d6df4 100644 --- a/src/font/utils/makepytab.c +++ b/src/font/utils/makepytab.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/font/utils/mkmap-gb18030-ucs.c b/src/font/utils/mkmap-gb18030-ucs.c index ff5e4657..01ffeb98 100644 --- a/src/font/utils/mkmap-gb18030-ucs.c +++ b/src/font/utils/mkmap-gb18030-ucs.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/font/utils/mkmap-ucs-gb18030.c b/src/font/utils/mkmap-ucs-gb18030.c index 9daf8fe4..b2dbecca 100644 --- a/src/font/utils/mkmap-ucs-gb18030.c +++ b/src/font/utils/mkmap-ucs-gb18030.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/font/utils/mkmap-ucs-gb2312.c b/src/font/utils/mkmap-ucs-gb2312.c index a57931e4..9f776492 100644 --- a/src/font/utils/mkmap-ucs-gb2312.c +++ b/src/font/utils/mkmap-ucs-gb2312.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/font/utils/my_debug.h b/src/font/utils/my_debug.h index 01fa1699..63f82bb5 100644 --- a/src/font/utils/my_debug.h +++ b/src/font/utils/my_debug.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef MY_DEBUG_H #define MY_DEBUG_H diff --git a/src/font/utils/qpf2c.c b/src/font/utils/qpf2c.c index 4607072e..3fc5b343 100644 --- a/src/font/utils/qpf2c.c +++ b/src/font/utils/qpf2c.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/font/utils/qpf2c.h b/src/font/utils/qpf2c.h index bf050ab7..78f68f94 100644 --- a/src/font/utils/qpf2c.h +++ b/src/font/utils/qpf2c.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef QPF2C_FOR_MINIGUI3_H #define QPF2C_FOR_MINIGUI3_H diff --git a/src/font/utils/qpf2upf.c b/src/font/utils/qpf2upf.c index 95097fff..514c954a 100644 --- a/src/font/utils/qpf2upf.c +++ b/src/font/utils/qpf2upf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: qpf2upf.c 8944 2008-1-29 08:29:16Z hejian $ diff --git a/src/font/utils/sjisunimap.c b/src/font/utils/sjisunimap.c index da12fba1..dddb98b5 100644 --- a/src/font/utils/sjisunimap.c +++ b/src/font/utils/sjisunimap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/font/utils/upf2c.c b/src/font/utils/upf2c.c index 2b6024e6..acfdfd51 100644 --- a/src/font/utils/upf2c.c +++ b/src/font/utils/upf2c.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * ** vi: tabstop=4:expandtab diff --git a/src/font/utils/upgradevbf.c b/src/font/utils/upgradevbf.c index 638e86fc..f1d96895 100644 --- a/src/font/utils/upgradevbf.c +++ b/src/font/utils/upgradevbf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/font/utils/vbf.h b/src/font/utils/vbf.h index fb8d1dc9..927b1a8a 100644 --- a/src/font/utils/vbf.h +++ b/src/font/utils/vbf.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifdef __cplusplus diff --git a/src/font/utils/vbf2c.c b/src/font/utils/vbf2c.c index e217e575..2e940307 100644 --- a/src/font/utils/vbf2c.c +++ b/src/font/utils/vbf2c.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vi: tabstop=4:expandtab diff --git a/src/font/varbitmap.c b/src/font/varbitmap.c index 3d814da7..140d0304 100644 --- a/src/font/varbitmap.c +++ b/src/font/varbitmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** varbitmap.c: The Var Bitmap Font operation set. diff --git a/src/font/varbitmap.h b/src/font/varbitmap.h index fe02dd04..8fc41744 100644 --- a/src/font/varbitmap.h +++ b/src/font/varbitmap.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** varbitmap.h: the head file of raw bitmap font operation set. diff --git a/src/gui/accelkey.c b/src/gui/accelkey.c index 642554cc..55c9c757 100644 --- a/src/gui/accelkey.c +++ b/src/gui/accelkey.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** accelkey.c: The Accelerator module. diff --git a/src/gui/arabickeymap.c b/src/gui/arabickeymap.c index 5b588f8f..b19cac82 100644 --- a/src/gui/arabickeymap.c +++ b/src/gui/arabickeymap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Do not edit this file! It was automatically generated by */ diff --git a/src/gui/caret.c b/src/gui/caret.c index 6b4fc84a..a421623b 100644 --- a/src/gui/caret.c +++ b/src/gui/caret.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** caret.c: The Caret module. diff --git a/src/gui/ctrlclass.c b/src/gui/ctrlclass.c index bf017d35..9b7f659c 100644 --- a/src/gui/ctrlclass.c +++ b/src/gui/ctrlclass.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ctrlclass.c: the Control Class module. diff --git a/src/gui/de-kmap.c b/src/gui/de-kmap.c index 4b6db9ea..d11f6174 100644 --- a/src/gui/de-kmap.c +++ b/src/gui/de-kmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Do not edit this file! It was automatically generated by */ /* loadkeys --mktable defkeymap.map > defkeymap.c */ diff --git a/src/gui/de-latin1-kmap.c b/src/gui/de-latin1-kmap.c index 12f94f3d..0a9822db 100644 --- a/src/gui/de-latin1-kmap.c +++ b/src/gui/de-latin1-kmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Do not edit this file! It was automatically generated by */ /* loadkeys --mktable defkeymap.map > defkeymap.c */ diff --git a/src/gui/de-latin1-nodeadkeys-kmap.c b/src/gui/de-latin1-nodeadkeys-kmap.c index debd7be2..b85a8744 100644 --- a/src/gui/de-latin1-nodeadkeys-kmap.c +++ b/src/gui/de-latin1-nodeadkeys-kmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Do not edit this file! It was automatically generated by */ /* loadkeys --mktable defkeymap.map > defkeymap.c */ diff --git a/src/gui/defkeymap.c b/src/gui/defkeymap.c index 9b1e5ba9..e9884709 100644 --- a/src/gui/defkeymap.c +++ b/src/gui/defkeymap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Do not edit this file! It was automatically generated by */ /* loadkeys --mktable defkeymap.map > defkeymap.c */ diff --git a/src/gui/dialog.c b/src/gui/dialog.c index c2715145..d570f25a 100644 --- a/src/gui/dialog.c +++ b/src/gui/dialog.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** dialog.c: The Dialog module. diff --git a/src/gui/es-cp850-kmap.c b/src/gui/es-cp850-kmap.c index b2dae2e5..97b252dd 100644 --- a/src/gui/es-cp850-kmap.c +++ b/src/gui/es-cp850-kmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Do not edit this file! It was automatically generated by */ /* loadkeys --mktable defkeymap.map > defkeymap.c */ diff --git a/src/gui/es-kmap.c b/src/gui/es-kmap.c index c983ab95..5b4e617d 100644 --- a/src/gui/es-kmap.c +++ b/src/gui/es-kmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Do not edit this file! It was automatically generated by */ /* loadkeys --mktable defkeymap.map > defkeymap.c */ diff --git a/src/gui/fr-kmap.c b/src/gui/fr-kmap.c index 2e8b6940..53c5b435 100644 --- a/src/gui/fr-kmap.c +++ b/src/gui/fr-kmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Do not edit this file! It was automatically generated by */ /* loadkeys --mktable defkeymap.map > defkeymap.c */ diff --git a/src/gui/fr-pc-kmap.c b/src/gui/fr-pc-kmap.c index 6550d783..8aa6f839 100644 --- a/src/gui/fr-pc-kmap.c +++ b/src/gui/fr-pc-kmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Do not edit this file! It was automatically generated by */ /* loadkeys --mktable defkeymap.map > defkeymap.c */ diff --git a/src/gui/hebrewkeymap.c b/src/gui/hebrewkeymap.c index f3580724..8161ec5d 100644 --- a/src/gui/hebrewkeymap.c +++ b/src/gui/hebrewkeymap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Do not edit this file! It was automatically generated by */ diff --git a/src/gui/it-kmap.c b/src/gui/it-kmap.c index 5338f539..dec1447e 100644 --- a/src/gui/it-kmap.c +++ b/src/gui/it-kmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Do not edit this file! It was automatically generated by */ /* loadkeys --mktable defkeymap.map > defkeymap.c */ diff --git a/src/gui/keyboard.c b/src/gui/keyboard.c index 8a680ed5..fd624104 100644 --- a/src/gui/keyboard.c +++ b/src/gui/keyboard.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** keyboard.c: scancode to keycode, the new TranslateMessage implementation. diff --git a/src/gui/keyboard.h b/src/gui/keyboard.h index 8e70a243..b2887ccc 100644 --- a/src/gui/keyboard.h +++ b/src/gui/keyboard.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * key.h: head file of Key handling module. diff --git a/src/gui/lf_classic.c b/src/gui/lf_classic.c index 48c9aca8..b7697766 100644 --- a/src/gui/lf_classic.c +++ b/src/gui/lf_classic.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** lf_classic.c: The classic LF implementation file. diff --git a/src/gui/lf_common.c b/src/gui/lf_common.c index 9cdf7d5e..045bcd89 100644 --- a/src/gui/lf_common.c +++ b/src/gui/lf_common.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*! ============================================================================ * @file lf_common.c diff --git a/src/gui/lf_common.h b/src/gui/lf_common.h index fe248b72..079aa596 100644 --- a/src/gui/lf_common.h +++ b/src/gui/lf_common.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef LF_COMMON_H diff --git a/src/gui/lf_fashion.c b/src/gui/lf_fashion.c index 1e9ec6cd..64e9b44d 100644 --- a/src/gui/lf_fashion.c +++ b/src/gui/lf_fashion.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** lf_fashion.c: The fashion LF implementation file. diff --git a/src/gui/lf_flat.c b/src/gui/lf_flat.c index e8485aac..eb22ddc0 100644 --- a/src/gui/lf_flat.c +++ b/src/gui/lf_flat.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** lf_flat.c: The flat LF implementation file. diff --git a/src/gui/lf_manager.c b/src/gui/lf_manager.c index 7528317c..a52c67c4 100644 --- a/src/gui/lf_manager.c +++ b/src/gui/lf_manager.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** lf_manager.c: The Look and Feel manager file. diff --git a/src/gui/lf_skin.c b/src/gui/lf_skin.c index a3b38401..a60d9a73 100644 --- a/src/gui/lf_skin.c +++ b/src/gui/lf_skin.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** lf_fashion.c: The fashion LF implementation file. diff --git a/src/gui/lf_test/autogen.sh b/src/gui/lf_test/autogen.sh index cffc73cc..b6e8a0de 100755 --- a/src/gui/lf_test/autogen.sh +++ b/src/gui/lf_test/autogen.sh @@ -30,7 +30,7 @@ ## under the terms and conditions of the commercial license. ## ## For more information about the commercial license, please refer to -## . +## . ## aclocal diff --git a/src/gui/lf_test/src/button_my.c b/src/gui/lf_test/src/button_my.c index 439205a2..b1707d46 100644 --- a/src/gui/lf_test/src/button_my.c +++ b/src/gui/lf_test/src/button_my.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: button.c,v 1.17 2007-12-06 02:24:59 xwyan Exp $ diff --git a/src/gui/lf_test/src/combobox.c b/src/gui/lf_test/src/combobox.c index c4e410c5..99f3fb69 100644 --- a/src/gui/lf_test/src/combobox.c +++ b/src/gui/lf_test/src/combobox.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: combobox.c,v 1.14 2007-12-06 02:24:59 xwyan Exp $ diff --git a/src/gui/lf_test/src/coolbar.c b/src/gui/lf_test/src/coolbar.c index 7872f81f..769f118d 100644 --- a/src/gui/lf_test/src/coolbar.c +++ b/src/gui/lf_test/src/coolbar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: coolbar.c,v 1.11 2007-12-06 02:24:59 xwyan Exp $ diff --git a/src/gui/lf_test/src/ctrldemo.c b/src/gui/lf_test/src/ctrldemo.c index 7e0a97aa..89dc9561 100644 --- a/src/gui/lf_test/src/ctrldemo.c +++ b/src/gui/lf_test/src/ctrldemo.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: main.c,v 1.22 2007-12-06 02:24:59 xwyan Exp $ diff --git a/src/gui/lf_test/src/ctrls.h b/src/gui/lf_test/src/ctrls.h index c7e8ff24..c62fe329 100644 --- a/src/gui/lf_test/src/ctrls.h +++ b/src/gui/lf_test/src/ctrls.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ void static_demo (HWND hwnd); diff --git a/src/gui/lf_test/src/draw_fold.c b/src/gui/lf_test/src/draw_fold.c index 7c94c296..be909825 100644 --- a/src/gui/lf_test/src/draw_fold.c +++ b/src/gui/lf_test/src/draw_fold.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * draw_fold.c diff --git a/src/gui/lf_test/src/draw_radio.c b/src/gui/lf_test/src/draw_radio.c index 614439d3..90435906 100644 --- a/src/gui/lf_test/src/draw_radio.c +++ b/src/gui/lf_test/src/draw_radio.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/gui/lf_test/src/edit.c b/src/gui/lf_test/src/edit.c index 9b8023a5..02e20537 100644 --- a/src/gui/lf_test/src/edit.c +++ b/src/gui/lf_test/src/edit.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: edit.c,v 1.23 2007-12-06 02:24:59 xwyan Exp $ diff --git a/src/gui/lf_test/src/font_dialog.c b/src/gui/lf_test/src/font_dialog.c index f3443ade..739b501e 100644 --- a/src/gui/lf_test/src/font_dialog.c +++ b/src/gui/lf_test/src/font_dialog.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/gui/lf_test/src/grid.c b/src/gui/lf_test/src/grid.c index 4594d6ff..f56244b1 100644 --- a/src/gui/lf_test/src/grid.c +++ b/src/gui/lf_test/src/grid.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/gui/lf_test/src/helloworld.c b/src/gui/lf_test/src/helloworld.c index 8f86cd0c..7de7ac31 100644 --- a/src/gui/lf_test/src/helloworld.c +++ b/src/gui/lf_test/src/helloworld.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/gui/lf_test/src/listbox.c b/src/gui/lf_test/src/listbox.c index 77c3cb6a..6aeb9983 100644 --- a/src/gui/lf_test/src/listbox.c +++ b/src/gui/lf_test/src/listbox.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: listbox.c,v 1.17 2007-12-06 02:24:59 xwyan Exp $ diff --git a/src/gui/lf_test/src/listview.c b/src/gui/lf_test/src/listview.c index e91c6a15..ec19f937 100644 --- a/src/gui/lf_test/src/listview.c +++ b/src/gui/lf_test/src/listview.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: listview.c,v 1.36 2007-12-06 02:24:59 xwyan Exp $ diff --git a/src/gui/lf_test/src/menubutton.c b/src/gui/lf_test/src/menubutton.c index 943d4662..32fd457f 100644 --- a/src/gui/lf_test/src/menubutton.c +++ b/src/gui/lf_test/src/menubutton.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: menubutton.c,v 1.13 2007-12-06 02:24:59 xwyan Exp $ diff --git a/src/gui/lf_test/src/monthcalendar.c b/src/gui/lf_test/src/monthcalendar.c index 5dce4aed..14107416 100644 --- a/src/gui/lf_test/src/monthcalendar.c +++ b/src/gui/lf_test/src/monthcalendar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: monthcalendar.c,v 1.11 2007-12-06 02:25:00 xwyan Exp $ diff --git a/src/gui/lf_test/src/my_debug.h b/src/gui/lf_test/src/my_debug.h index 48d08c72..6a347a86 100644 --- a/src/gui/lf_test/src/my_debug.h +++ b/src/gui/lf_test/src/my_debug.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef MY_DEBUG_H #define MY_DEBUG_H diff --git a/src/gui/lf_test/src/newtoolbar.c b/src/gui/lf_test/src/newtoolbar.c index 7fe56732..c3854bdd 100644 --- a/src/gui/lf_test/src/newtoolbar.c +++ b/src/gui/lf_test/src/newtoolbar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: newtoolbar.c,v 1.15 2007-12-03 03:39:57 xwyan Exp $ diff --git a/src/gui/lf_test/src/progbar.c b/src/gui/lf_test/src/progbar.c index 1e241bce..5f6611c9 100644 --- a/src/gui/lf_test/src/progbar.c +++ b/src/gui/lf_test/src/progbar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: progbar.c,v 1.11 2007-12-06 02:25:00 xwyan Exp $ diff --git a/src/gui/lf_test/src/resource.h b/src/gui/lf_test/src/resource.h index 6151fb7e..f1fe8208 100644 --- a/src/gui/lf_test/src/resource.h +++ b/src/gui/lf_test/src/resource.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define IDM_NEW 111 #define IDM_OPEN 112 diff --git a/src/gui/lf_test/src/spinbox.c b/src/gui/lf_test/src/spinbox.c index 67bf840a..06c4ac62 100644 --- a/src/gui/lf_test/src/spinbox.c +++ b/src/gui/lf_test/src/spinbox.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: spinbox.c,v 1.6 2007-08-30 02:02:03 xwyan Exp $ diff --git a/src/gui/lf_test/src/static.c b/src/gui/lf_test/src/static.c index d503c324..0ffe6f4c 100644 --- a/src/gui/lf_test/src/static.c +++ b/src/gui/lf_test/src/static.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: static.c,v 1.13 2007-12-06 02:25:00 xwyan Exp $ diff --git a/src/gui/lf_test/src/subclass.c b/src/gui/lf_test/src/subclass.c index 33d375e2..34a35277 100644 --- a/src/gui/lf_test/src/subclass.c +++ b/src/gui/lf_test/src/subclass.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: subclass.c,v 1.9 2007-12-06 02:25:00 xwyan Exp $ diff --git a/src/gui/lf_test/src/test_calccolor.c b/src/gui/lf_test/src/test_calccolor.c index 69d276ba..4fbce959 100644 --- a/src/gui/lf_test/src/test_calccolor.c +++ b/src/gui/lf_test/src/test_calccolor.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/gui/lf_test/src/test_draw.c b/src/gui/lf_test/src/test_draw.c index 85683167..bbd48310 100644 --- a/src/gui/lf_test/src/test_draw.c +++ b/src/gui/lf_test/src/test_draw.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/gui/lf_test/src/test_draw_menu.c b/src/gui/lf_test/src/test_draw_menu.c index e7158b8a..ed368e41 100644 --- a/src/gui/lf_test/src/test_draw_menu.c +++ b/src/gui/lf_test/src/test_draw_menu.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/gui/lf_test/src/test_window.c b/src/gui/lf_test/src/test_window.c index a004d975..eccf1037 100644 --- a/src/gui/lf_test/src/test_window.c +++ b/src/gui/lf_test/src/test_window.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/gui/lf_test/src/timeedit.c b/src/gui/lf_test/src/timeedit.c index 03a38cbc..1c27502c 100644 --- a/src/gui/lf_test/src/timeedit.c +++ b/src/gui/lf_test/src/timeedit.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: timeedit.c,v 1.13 2007-12-06 02:25:00 xwyan Exp $ diff --git a/src/gui/lf_test/src/tmp.c b/src/gui/lf_test/src/tmp.c index 9151e2a7..de797d05 100644 --- a/src/gui/lf_test/src/tmp.c +++ b/src/gui/lf_test/src/tmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* \param other Other rendering features, can be one of the following values: diff --git a/src/gui/lf_test/src/toolbar.c b/src/gui/lf_test/src/toolbar.c index 90716e6f..b968e924 100644 --- a/src/gui/lf_test/src/toolbar.c +++ b/src/gui/lf_test/src/toolbar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: toolbar.c,v 1.4 2007-08-30 02:02:03 xwyan Exp $ diff --git a/src/gui/lf_test/src/trackbar.c b/src/gui/lf_test/src/trackbar.c index a187a6de..d41e9901 100644 --- a/src/gui/lf_test/src/trackbar.c +++ b/src/gui/lf_test/src/trackbar.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: trackbar.c,v 1.10 2007-12-06 02:25:00 xwyan Exp $ diff --git a/src/gui/lf_test/src/treeview.c b/src/gui/lf_test/src/treeview.c index 11022a65..a0457048 100644 --- a/src/gui/lf_test/src/treeview.c +++ b/src/gui/lf_test/src/treeview.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: treeview.c,v 1.11 2007-12-06 02:25:00 xwyan Exp $ diff --git a/src/gui/lf_tiny.c b/src/gui/lf_tiny.c index f9559482..84f5347d 100644 --- a/src/gui/lf_tiny.c +++ b/src/gui/lf_tiny.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** lf_tiny.c: The tiny LF implementation file. diff --git a/src/gui/linux_kd.h b/src/gui/linux_kd.h index ec7f3ef4..90b8f79b 100644 --- a/src/gui/linux_kd.h +++ b/src/gui/linux_kd.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _LINUX_KD_H #define _LINUX_KD_H diff --git a/src/gui/linux_keyboard.h b/src/gui/linux_keyboard.h index c40dcdfa..688d9c21 100644 --- a/src/gui/linux_keyboard.h +++ b/src/gui/linux_keyboard.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef __LINUX_KEYBOARD_H #define __LINUX_KEYBOARD_H diff --git a/src/gui/linux_types.h b/src/gui/linux_types.h index c8691c51..fee42ee2 100644 --- a/src/gui/linux_types.h +++ b/src/gui/linux_types.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _LINUX_TYPES_H #define _LINUX_TYPES_H diff --git a/src/gui/menu.c b/src/gui/menu.c index 2a1c7c4b..e1fed5df 100644 --- a/src/gui/menu.c +++ b/src/gui/menu.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** menu.c: The Menu module. diff --git a/src/gui/nrw_test/mem_test/mem_test.c b/src/gui/nrw_test/mem_test/mem_test.c index 6716dd83..929a51f3 100644 --- a/src/gui/nrw_test/mem_test/mem_test.c +++ b/src/gui/nrw_test/mem_test/mem_test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * mem_test.c diff --git a/src/gui/nrw_test/mem_test/mginit.c b/src/gui/nrw_test/mem_test/mginit.c index 3a73626b..7e5349c3 100644 --- a/src/gui/nrw_test/mem_test/mginit.c +++ b/src/gui/nrw_test/mem_test/mginit.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/gui/nrw_test/mem_test/mtrace.sh b/src/gui/nrw_test/mem_test/mtrace.sh index 8cf68227..c146e5bb 100755 --- a/src/gui/nrw_test/mem_test/mtrace.sh +++ b/src/gui/nrw_test/mem_test/mtrace.sh @@ -30,6 +30,6 @@ ## under the terms and conditions of the commercial license. ## ## For more information about the commercial license, please refer to -## . +## . ## mtrace ./mtrace_test ./memtrace.log diff --git a/src/gui/nrw_test/mem_test/mtrace_test.c b/src/gui/nrw_test/mem_test/mtrace_test.c index ea82d684..7bf32f7a 100644 --- a/src/gui/nrw_test/mem_test/mtrace_test.c +++ b/src/gui/nrw_test/mem_test/mtrace_test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * mtrace_test.c diff --git a/src/gui/nrw_test/mem_test/valgrind.sh b/src/gui/nrw_test/mem_test/valgrind.sh index 799c3ceb..76e7942f 100755 --- a/src/gui/nrw_test/mem_test/valgrind.sh +++ b/src/gui/nrw_test/mem_test/valgrind.sh @@ -29,6 +29,6 @@ ## under the terms and conditions of the commercial license. ## ## For more information about the commercial license, please refer to -## . +## . ## valgrind --tool=memcheck --leak-check=full ./mem_test diff --git a/src/gui/nrw_test/mybmp2region/mginit.c b/src/gui/nrw_test/mybmp2region/mginit.c index 3a73626b..7e5349c3 100644 --- a/src/gui/nrw_test/mybmp2region/mginit.c +++ b/src/gui/nrw_test/mybmp2region/mginit.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/gui/nrw_test/mybmp2region/mybmp2region.c b/src/gui/nrw_test/mybmp2region/mybmp2region.c index 1a35a510..53375b79 100644 --- a/src/gui/nrw_test/mybmp2region/mybmp2region.c +++ b/src/gui/nrw_test/mybmp2region/mybmp2region.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * mybmp2region_test.c diff --git a/src/gui/nrw_test/performance_test/mginit.c b/src/gui/nrw_test/performance_test/mginit.c index 7a4d3bcc..020e2eac 100644 --- a/src/gui/nrw_test/performance_test/mginit.c +++ b/src/gui/nrw_test/performance_test/mginit.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/gui/nrw_test/performance_test/normalwin.c b/src/gui/nrw_test/performance_test/normalwin.c index cfc95524..229101d5 100644 --- a/src/gui/nrw_test/performance_test/normalwin.c +++ b/src/gui/nrw_test/performance_test/normalwin.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * normalwin.c diff --git a/src/gui/nrw_test/performance_test/nr_btn.c b/src/gui/nrw_test/performance_test/nr_btn.c index 4f8e420c..10adf5e8 100644 --- a/src/gui/nrw_test/performance_test/nr_btn.c +++ b/src/gui/nrw_test/performance_test/nr_btn.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * nr_btn.c diff --git a/src/gui/nrw_test/performance_test/nr_ctrl.c b/src/gui/nrw_test/performance_test/nr_ctrl.c index 32177739..4386590a 100644 --- a/src/gui/nrw_test/performance_test/nr_ctrl.c +++ b/src/gui/nrw_test/performance_test/nr_ctrl.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * nrctrldemo.c diff --git a/src/gui/nrw_test/performance_test/nr_ctrl2.c b/src/gui/nrw_test/performance_test/nr_ctrl2.c index e7b8dded..455f673a 100644 --- a/src/gui/nrw_test/performance_test/nr_ctrl2.c +++ b/src/gui/nrw_test/performance_test/nr_ctrl2.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * nr_btn.c diff --git a/src/gui/nrw_test/performance_test/nr_edit.c b/src/gui/nrw_test/performance_test/nr_edit.c index f07e03d3..7a34df81 100644 --- a/src/gui/nrw_test/performance_test/nr_edit.c +++ b/src/gui/nrw_test/performance_test/nr_edit.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * nr_edit.c diff --git a/src/gui/nrw_test/performance_test/nr_prog.c b/src/gui/nrw_test/performance_test/nr_prog.c index 21ad72bb..947cb3ee 100644 --- a/src/gui/nrw_test/performance_test/nr_prog.c +++ b/src/gui/nrw_test/performance_test/nr_prog.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * nr_prog.c diff --git a/src/gui/nrw_test/performance_test/nr_win.c b/src/gui/nrw_test/performance_test/nr_win.c index 77ba707e..50eb6a88 100644 --- a/src/gui/nrw_test/performance_test/nr_win.c +++ b/src/gui/nrw_test/performance_test/nr_win.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * nr_win.c diff --git a/src/gui/nrw_test/performance_test/roundcornerwin.c b/src/gui/nrw_test/performance_test/roundcornerwin.c index ba9c1d23..0fa20d44 100644 --- a/src/gui/nrw_test/performance_test/roundcornerwin.c +++ b/src/gui/nrw_test/performance_test/roundcornerwin.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* $Id: roundcornerwin.c 9578 2008-02-29 07:32:26Z wangjian $ diff --git a/src/gui/nrw_test/performance_test/thread_test.c b/src/gui/nrw_test/performance_test/thread_test.c index 876a6fc6..69e38be7 100644 --- a/src/gui/nrw_test/performance_test/thread_test.c +++ b/src/gui/nrw_test/performance_test/thread_test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * thread_test.c diff --git a/src/gui/nrw_test/performance_test/trans_nr_win.c b/src/gui/nrw_test/performance_test/trans_nr_win.c index 6bffaf00..ac9a2a3c 100644 --- a/src/gui/nrw_test/performance_test/trans_nr_win.c +++ b/src/gui/nrw_test/performance_test/trans_nr_win.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * trans_nr_win.c diff --git a/src/gui/transkey.c b/src/gui/transkey.c index 6d3c3fc5..9759fc38 100644 --- a/src/gui/transkey.c +++ b/src/gui/transkey.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** transkey.c: The Key Messages Translator diff --git a/src/gui/window.c b/src/gui/window.c index 37b10c15..77ba49f9 100644 --- a/src/gui/window.c +++ b/src/gui/window.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** window.c: The Window module. diff --git a/src/ial/2410.c b/src/ial/2410.c index 980c9b08..f8249755 100644 --- a/src/ial/2410.c +++ b/src/ial/2410.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** 2410.c: Low Level Input Engine for SMDK2410 Dev Board. diff --git a/src/ial/2410.h b/src/ial/2410.h index d0c9780e..8659067f 100644 --- a/src/ial/2410.h +++ b/src/ial/2410.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** 2410.h: 2410 the head file of Low Level Input Engine for S3C2410. diff --git a/src/ial/2440.c b/src/ial/2440.c index 57a6f1f2..10a2e646 100644 --- a/src/ial/2440.c +++ b/src/ial/2440.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** 2410.c: Low Level Input Engine for SMDK2410 Dev Board. diff --git a/src/ial/2440.h b/src/ial/2440.h index c5c465e2..d39ade27 100644 --- a/src/ial/2440.h +++ b/src/ial/2440.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** custom.h:. the head file for Custom IAL Engine. diff --git a/src/ial/abs_signal_driver.c b/src/ial/abs_signal_driver.c index 4dccd3aa..11224df2 100644 --- a/src/ial/abs_signal_driver.c +++ b/src/ial/abs_signal_driver.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** abs_signal_driver.c: this is the process file of abs signal driver module diff --git a/src/ial/abs_signal_driver.h b/src/ial/abs_signal_driver.h index 2b656814..8b3f22d7 100644 --- a/src/ial/abs_signal_driver.h +++ b/src/ial/abs_signal_driver.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /****************************************************************************** * diff --git a/src/ial/abssig.c b/src/ial/abssig.c index c648216a..d413a58a 100644 --- a/src/ial/abssig.c +++ b/src/ial/abssig.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** abssig.c: Low Level Input Engine for frv-uclinux ABSSIG. diff --git a/src/ial/abssig.h b/src/ial/abssig.h index ed48ac60..82d8fb6b 100644 --- a/src/ial/abssig.h +++ b/src/ial/abssig.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** abssig.h:. the head file of Low Level Input Engine for iPAQ diff --git a/src/ial/ads.c b/src/ial/ads.c index 419f6936..0f4673f7 100644 --- a/src/ial/ads.c +++ b/src/ial/ads.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ads.c: Low Level Input Engine for ADS Graphics Client. diff --git a/src/ial/ads.h b/src/ial/ads.h index 2a3aa4f5..0164b7e3 100644 --- a/src/ial/ads.h +++ b/src/ial/ads.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ads.h:. the head file of Low Level Input Engine for ADS Graphics Client. diff --git a/src/ial/ads7846.c b/src/ial/ads7846.c index ec452414..03db67f0 100644 --- a/src/ial/ads7846.c +++ b/src/ial/ads7846.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ads7846.c: Low Level Input Engine for Arca Tpanel Ads7846. diff --git a/src/ial/ads7846.h b/src/ial/ads7846.h index a82cba89..bc302184 100644 --- a/src/ial/ads7846.h +++ b/src/ial/ads7846.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ads7846.h:. the head file of Low Level Input Engine for Arca Tpanel Ads7846. diff --git a/src/ial/ads_internal.h b/src/ial/ads_internal.h index 45ad31b6..1afd2acd 100644 --- a/src/ial/ads_internal.h +++ b/src/ial/ads_internal.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ typedef struct tagPOS { diff --git a/src/ial/arm3000.c b/src/ial/arm3000.c index 73d9923c..1c653f6c 100644 --- a/src/ial/arm3000.c +++ b/src/ial/arm3000.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** arm3000.c: Low Level Input Engine for UP-NETARM3000 diff --git a/src/ial/arm3000.h b/src/ial/arm3000.h index 4e35aeee..4ec08bda 100644 --- a/src/ial/arm3000.h +++ b/src/ial/arm3000.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** arm3000.h:. the head file of Low Level Input Engine for NET-ARM3000 diff --git a/src/ial/auto-protocol.h b/src/ial/auto-protocol.h index 1356d0e1..90b7f104 100644 --- a/src/ial/auto-protocol.h +++ b/src/ial/auto-protocol.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _AUTO_PROTOCOL_H #define _AUTO_PROTOCOL_H diff --git a/src/ial/auto.c b/src/ial/auto.c index de9dde82..5f07276c 100644 --- a/src/ial/auto.c +++ b/src/ial/auto.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** auto.c: Automatic Input Engine diff --git a/src/ial/auto.h b/src/ial/auto.h index 7077e56b..90da7d16 100644 --- a/src/ial/auto.h +++ b/src/ial/auto.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** auto.h: head file for automatic Input Engine diff --git a/src/ial/c33l05.c b/src/ial/c33l05.c index 80480d8f..d206a11e 100644 --- a/src/ial/c33l05.c +++ b/src/ial/c33l05.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** c33l05.c: Low Level Input Engine for c33l05, EPSONARM7-LCD-R4 Dev Boards. diff --git a/src/ial/c33l05.h b/src/ial/c33l05.h index 37ce13d5..049a7e8f 100644 --- a/src/ial/c33l05.h +++ b/src/ial/c33l05.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** c33l05.h: the head file of Low Level Input Engine for C33L05. diff --git a/src/ial/calib.c b/src/ial/calib.c index 5e612cfe..89b73390 100644 --- a/src/ial/calib.c +++ b/src/ial/calib.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #if 0 #include diff --git a/src/ial/cisco_touchpad.c b/src/ial/cisco_touchpad.c index cd7afc9b..077cb4e3 100644 --- a/src/ial/cisco_touchpad.c +++ b/src/ial/cisco_touchpad.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define dbg() printf("%s %d\n", __FUNCTION__, __LINE__) diff --git a/src/ial/cisco_touchpad.h b/src/ial/cisco_touchpad.h index 3d8441da..53280428 100644 --- a/src/ial/cisco_touchpad.h +++ b/src/ial/cisco_touchpad.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** cisco_touchpad.h: the head file of Low Level Input Engine for diff --git a/src/ial/comminput.c b/src/ial/comminput.c index 8c341c2f..71c1a472 100644 --- a/src/ial/comminput.c +++ b/src/ial/comminput.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** comminput.c: Common Input Engine for eCos, uC/OS-II, VxWorks, ... diff --git a/src/ial/comminput.h b/src/ial/comminput.h index c335060b..ad85c4e1 100644 --- a/src/ial/comminput.h +++ b/src/ial/comminput.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** comminput.h: head file for comm Input Engine diff --git a/src/ial/custom.h b/src/ial/custom.h index 4138a21d..72008eb4 100644 --- a/src/ial/custom.h +++ b/src/ial/custom.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** custom.h:. the head file for Custom IAL Engine. diff --git a/src/ial/davinci6446.c b/src/ial/davinci6446.c index 4253fa80..b345084c 100644 --- a/src/ial/davinci6446.c +++ b/src/ial/davinci6446.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hh2410r3.c: Low Level Input Engine for HH2410-R3, HHARM9-LCD-R4 Dev Boards. diff --git a/src/ial/davinci6446.h b/src/ial/davinci6446.h index e0423387..64a1e9a8 100644 --- a/src/ial/davinci6446.h +++ b/src/ial/davinci6446.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef GUI_IAL_DAVINCI6446_H #define GUI_IAL_DAVINCI6446_H diff --git a/src/ial/dfb.c b/src/ial/dfb.c index ef9a8775..507d7ac9 100644 --- a/src/ial/dfb.c +++ b/src/ial/dfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** dfb.c: Low Level Input Engine for DirectFB. diff --git a/src/ial/dfb.h b/src/ial/dfb.h index 669bc693..f8dfbbe7 100644 --- a/src/ial/dfb.h +++ b/src/ial/dfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** dfb.h: Low Level Input Engine for DirectFB. diff --git a/src/ial/dlcustom/dlcustom.c b/src/ial/dlcustom/dlcustom.c index b4d36f1b..f65cf3a6 100644 --- a/src/ial/dlcustom/dlcustom.c +++ b/src/ial/dlcustom/dlcustom.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/ial/dlcustom/dlcustom.h b/src/ial/dlcustom/dlcustom.h index cb426e10..09002f7b 100644 --- a/src/ial/dlcustom/dlcustom.h +++ b/src/ial/dlcustom/dlcustom.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: dlcustom.h 6566 2006-05-10 01:44:57Z wanzheng $ diff --git a/src/ial/dlcustom/sample/iale_custom.c b/src/ial/dlcustom/sample/iale_custom.c index 736f8cc5..1f717f32 100644 --- a/src/ial/dlcustom/sample/iale_custom.c +++ b/src/ial/dlcustom/sample/iale_custom.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** iale_custom.c:. the C file of dlcustom engine sample. diff --git a/src/ial/dlcustom/sample/iale_custom.h b/src/ial/dlcustom/sample/iale_custom.h index 7bdb1fd4..0ee9b8b7 100644 --- a/src/ial/dlcustom/sample/iale_custom.h +++ b/src/ial/dlcustom/sample/iale_custom.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** iale_custom.h:. the head file of dlcustom engine sample. diff --git a/src/ial/dm270.c b/src/ial/dm270.c index 22fbd058..381c2778 100644 --- a/src/ial/dm270.c +++ b/src/ial/dm270.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** dm270.c: Low Level Input Engine for DigiPro DM270. diff --git a/src/ial/dm270.h b/src/ial/dm270.h index a5a882f5..5616a61f 100644 --- a/src/ial/dm270.h +++ b/src/ial/dm270.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** dm270.h:. the head file of Low Level Input Engine for dm270 diff --git a/src/ial/dmg-stb.c b/src/ial/dmg-stb.c index ecec6bff..43669593 100644 --- a/src/ial/dmg-stb.c +++ b/src/ial/dmg-stb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** dmg-stb.c: IAL Engine for Intel DMG GEN10 STB. diff --git a/src/ial/dmg-stb.h b/src/ial/dmg-stb.h index 115100f4..cba485ca 100644 --- a/src/ial/dmg-stb.h +++ b/src/ial/dmg-stb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** tf-stb.h:. the head file of Intel DMG GEN10 STB IAL engine. diff --git a/src/ial/dummy.c b/src/ial/dummy.c index 175c2170..0ac965ba 100644 --- a/src/ial/dummy.c +++ b/src/ial/dummy.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** dummy.c: The dummy IAL engine. diff --git a/src/ial/dummy.h b/src/ial/dummy.h index f4c4189b..76ea9eb3 100644 --- a/src/ial/dummy.h +++ b/src/ial/dummy.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** dummy.h:. the head file of Dummy IAL Engine. diff --git a/src/ial/em85.c b/src/ial/em85.c index 8a28a0ca..1c721208 100644 --- a/src/ial/em85.c +++ b/src/ial/em85.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** em85.c: IAL Engine for EM85xx Front Panel and Remote Controller diff --git a/src/ial/em85.h b/src/ial/em85.h index 8136ed0b..106ae9b8 100644 --- a/src/ial/em85.h +++ b/src/ial/em85.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fip.h:. the head file for IAL Engine of EM85xx Front Panel and Remote Controller diff --git a/src/ial/em86.c b/src/ial/em86.c index c3e90b9a..75a72101 100644 --- a/src/ial/em86.c +++ b/src/ial/em86.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** em86.c: IAL Engine for EM86xx Remote Controller. diff --git a/src/ial/em86.h b/src/ial/em86.h index 9868392d..af547e56 100644 --- a/src/ial/em86.h +++ b/src/ial/em86.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _EM86_H_ #define _EM86_H_ diff --git a/src/ial/em8620.c b/src/ial/em8620.c index 59a0fb4c..772bd9d7 100644 --- a/src/ial/em8620.c +++ b/src/ial/em8620.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** em8620.c: IAL Engine for EM8620L diff --git a/src/ial/em8620.h b/src/ial/em8620.h index 97450b81..9e2ccb47 100644 --- a/src/ial/em8620.h +++ b/src/ial/em8620.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** em8620.h:. the head file for IAL Engine of EM8520L diff --git a/src/ial/embest2410.c b/src/ial/embest2410.c index f86058b5..428502da 100644 --- a/src/ial/embest2410.c +++ b/src/ial/embest2410.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** embest2410.c: Low Level Input Engine for EMBEST ARM2410 diff --git a/src/ial/embest2410.h b/src/ial/embest2410.h index 28fb55bc..bb0f7df9 100644 --- a/src/ial/embest2410.h +++ b/src/ial/embest2410.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** embest2410.h:. the head file of Low Level Input Engine for EMBEST ARM2410 diff --git a/src/ial/embest44b0.c b/src/ial/embest44b0.c index 462e0751..fbac8617 100644 --- a/src/ial/embest44b0.c +++ b/src/ial/embest44b0.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hh44b0.c: Low Level Input Engine for Embest ARM44B0 diff --git a/src/ial/embest44b0.h b/src/ial/embest44b0.h index cc09518d..cf4a8248 100644 --- a/src/ial/embest44b0.h +++ b/src/ial/embest44b0.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef GUI_IAL_HH44B0_H #define GUI_IAL_HH44B0_H diff --git a/src/ial/ep7211.c b/src/ial/ep7211.c index 39b58433..ba28a4b5 100644 --- a/src/ial/ep7211.c +++ b/src/ial/ep7211.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ep7211.c: Low Level Input Engine for EP7211. diff --git a/src/ial/ep7211.h b/src/ial/ep7211.h index 3fa85ca1..34bfffd9 100644 --- a/src/ial/ep7211.h +++ b/src/ial/ep7211.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ep7211.h:. the head file of Low Level Input Engine for EP7211 diff --git a/src/ial/ep7211_internal.h b/src/ial/ep7211_internal.h index 6fd36125..e9e22a6f 100644 --- a/src/ial/ep7211_internal.h +++ b/src/ial/ep7211_internal.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ typedef struct tagPOS { diff --git a/src/ial/evmv10.c b/src/ial/evmv10.c index 038fefae..15a8f43d 100644 --- a/src/ial/evmv10.c +++ b/src/ial/evmv10.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** evmv10e.c: Low Level Input Engine for DigiPro xScale EVMV 1.0. diff --git a/src/ial/evmv10.h b/src/ial/evmv10.h index 30b31e00..29d4777c 100644 --- a/src/ial/evmv10.h +++ b/src/ial/evmv10.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** evmv10.h:. the head file of Low Level Input Engine for EVMV10 diff --git a/src/ial/fft7202.c b/src/ial/fft7202.c index ef8dd0d3..7570db60 100644 --- a/src/ial/fft7202.c +++ b/src/ial/fft7202.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fft7202.c: Low Level Input Engine for FFT 7202 diff --git a/src/ial/fft7202.h b/src/ial/fft7202.h index 6b9aee02..d2cc9c2d 100644 --- a/src/ial/fft7202.h +++ b/src/ial/fft7202.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fft7202.h:. the head file of Low Level Input Engine for iPAQ diff --git a/src/ial/figueroa.c b/src/ial/figueroa.c index f4e94898..6432b884 100644 --- a/src/ial/figueroa.c +++ b/src/ial/figueroa.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** figueroa.c: Low Level Input Engine for D2 FiguaOA diff --git a/src/ial/figueroa.h b/src/ial/figueroa.h index b5793fa2..5f1ba2a7 100644 --- a/src/ial/figueroa.h +++ b/src/ial/figueroa.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** figueroa.h:. the head file of Low Level Input Engine for FiguerOA diff --git a/src/ial/fip.c b/src/ial/fip.c index be8dc45b..c3eab0c9 100644 --- a/src/ial/fip.c +++ b/src/ial/fip.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fip.c: IAL Engine for EM85xx Front Panel and Remote Controller diff --git a/src/ial/fip.h b/src/ial/fip.h index 1679442b..75832f99 100644 --- a/src/ial/fip.h +++ b/src/ial/fip.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fip.h:. the head file for IAL Engine of EM85xx Front Panel and Remote Controller diff --git a/src/ial/fxrm9200.c b/src/ial/fxrm9200.c index 2cd3253e..56ab9aee 100644 --- a/src/ial/fxrm9200.c +++ b/src/ial/fxrm9200.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fxrm9200.c: Low Level Input Engine for fuxu rm9200. diff --git a/src/ial/fxrm9200.h b/src/ial/fxrm9200.h index 25722690..603a9fed 100644 --- a/src/ial/fxrm9200.h +++ b/src/ial/fxrm9200.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fxrm9200.h:. the head file of Low Level Input Engine for fuxu rm9200. diff --git a/src/ial/fz_custom.c b/src/ial/fz_custom.c index fe5329a7..07d3b2e4 100644 --- a/src/ial/fz_custom.c +++ b/src/ial/fz_custom.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** 2410.c: Low Level Input Engine for SMDK2410 Dev Board. diff --git a/src/ial/helio.c b/src/ial/helio.c index 885b2151..0ec15d76 100644 --- a/src/ial/helio.c +++ b/src/ial/helio.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** helio.c: Low Level Input Engine for Helio Touch Panel diff --git a/src/ial/helio.h b/src/ial/helio.h index 9209b3b1..70e55888 100644 --- a/src/ial/helio.h +++ b/src/ial/helio.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** helio.h:. the head file of Low Level Input Engine for Helio Touche Panel. diff --git a/src/ial/hh2410r3.c b/src/ial/hh2410r3.c index 99f8f39a..6e6061ca 100644 --- a/src/ial/hh2410r3.c +++ b/src/ial/hh2410r3.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hh2410r3.c: Low Level Input Engine for HH2410-R3, HHARM9-LCD-R4 Dev Boards. diff --git a/src/ial/hh2410r3.h b/src/ial/hh2410r3.h index 3e40dcdc..3860c61b 100644 --- a/src/ial/hh2410r3.h +++ b/src/ial/hh2410r3.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hh2410r3.h: the head file of Low Level Input Engine for HHARM2410R3. diff --git a/src/ial/hh2440.c b/src/ial/hh2440.c index 5f2f3f2c..5979eaa7 100644 --- a/src/ial/hh2440.c +++ b/src/ial/hh2440.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hh2440.c: Low Level Input Engine for Huaheng ARM S3C2440 Dev Board. diff --git a/src/ial/hh2440.h b/src/ial/hh2440.h index 84dd7330..cc61e2e8 100644 --- a/src/ial/hh2440.h +++ b/src/ial/hh2440.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hh2440.h: the head file of Low Level Input Engine for HHARM2440. diff --git a/src/ial/hh5249kbdir.c b/src/ial/hh5249kbdir.c index 7d1af138..33a42d20 100644 --- a/src/ial/hh5249kbdir.c +++ b/src/ial/hh5249kbdir.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hh5249kbdir.c: IAL Engine for HH5249 PS/2 keyboard and IrDA. diff --git a/src/ial/hh5249kbdir.h b/src/ial/hh5249kbdir.h index 89fd09c1..89601960 100644 --- a/src/ial/hh5249kbdir.h +++ b/src/ial/hh5249kbdir.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hh5249kbdir.h:. the head file of HH5249 PS/2 keyboard and IrDA IAL engine. diff --git a/src/ial/hi3510.c b/src/ial/hi3510.c index fec9ec53..2d3c8c4b 100644 --- a/src/ial/hi3510.c +++ b/src/ial/hi3510.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hi3510.c: Input Engine for hi3510 diff --git a/src/ial/hi3510.h b/src/ial/hi3510.h index de3fe99f..cbd313e5 100644 --- a/src/ial/hi3510.h +++ b/src/ial/hi3510.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hi3510.h: head file of Input Engine for hi3510 diff --git a/src/ial/ial.c b/src/ial/ial.c index b64b3c93..2d90cea3 100644 --- a/src/ial/ial.c +++ b/src/ial/ial.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** The Input Abstract Layer of MiniGUI. diff --git a/src/ial/init_ts.c b/src/ial/init_ts.c index e2b0aff8..774e153a 100644 --- a/src/ial/init_ts.c +++ b/src/ial/init_ts.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** init_ts.c diff --git a/src/ial/ipaq-h3600.c b/src/ial/ipaq-h3600.c index a1ccd3a6..99dc303f 100644 --- a/src/ial/ipaq-h3600.c +++ b/src/ial/ipaq-h3600.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ipaq-h3600.c: Low Level Input Engine for iPAQ H3600/H3800 diff --git a/src/ial/ipaq-h3600.h b/src/ial/ipaq-h3600.h index 23f4603e..6a909207 100644 --- a/src/ial/ipaq-h3600.h +++ b/src/ial/ipaq-h3600.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ipaq_h3600.h:. the head file of Low Level Input Engine for iPAQ diff --git a/src/ial/ipaq-h5400.c b/src/ial/ipaq-h5400.c index 3aff8a3c..8e95c902 100644 --- a/src/ial/ipaq-h5400.c +++ b/src/ial/ipaq-h5400.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ipaq-h5400.c: Low Level Input Engine for iPAQ H5400. diff --git a/src/ial/ipaq-h5400.h b/src/ial/ipaq-h5400.h index 4098df91..c39eb1f4 100644 --- a/src/ial/ipaq-h5400.h +++ b/src/ial/ipaq-h5400.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ipaq_h5400.h:. the head file of Low Level Input Engine for iPAQ diff --git a/src/ial/jz4740.c b/src/ial/jz4740.c index 995bffee..58b0ac24 100644 --- a/src/ial/jz4740.c +++ b/src/ial/jz4740.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: jz4740.c 7335 2008-12-24 03:38:27Z lvlei $ diff --git a/src/ial/jz4740.h b/src/ial/jz4740.h index c06250ab..f0b30fe2 100644 --- a/src/ial/jz4740.h +++ b/src/ial/jz4740.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef GUI_IAL_TSLIB_H #define GUI_IAL_TSLIB_H diff --git a/src/ial/l7200.c b/src/ial/l7200.c index 9762bde8..01e16c9c 100644 --- a/src/ial/l7200.c +++ b/src/ial/l7200.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** l7200.c: Low Level Input Engine for LinkUp System L7200 SDB diff --git a/src/ial/l7200.h b/src/ial/l7200.h index 3d8de497..c2b84fca 100644 --- a/src/ial/l7200.h +++ b/src/ial/l7200.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ipaq.h:. the head file of Low Level Input Engine for iPAQ diff --git a/src/ial/libmc.h b/src/ial/libmc.h index 5a7d9b11..81f97757 100644 --- a/src/ial/libmc.h +++ b/src/ial/libmc.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef __LIBMC_H__ #define __LIBMC_H__ diff --git a/src/ial/lide.c b/src/ial/lide.c index 250a7b93..e3055fe4 100644 --- a/src/ial/lide.c +++ b/src/ial/lide.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** jz4740.c: Low Level Input Engine for HH2410-R3, HHARM9-LCD-R4 Dev Boards. diff --git a/src/ial/lide.h b/src/ial/lide.h index 7d49c9d7..9ba5b46e 100644 --- a/src/ial/lide.h +++ b/src/ial/lide.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifdef __cplusplus extern "C" { diff --git a/src/ial/mc68x328.c b/src/ial/mc68x328.c index 78c0c42c..7e7ac0bc 100644 --- a/src/ial/mc68x328.c +++ b/src/ial/mc68x328.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mc68x328.c: Low Level Input Engine for uClinux touch screen palm/mc68ez328 diff --git a/src/ial/mc68x328.h b/src/ial/mc68x328.h index d72563ed..7fff9694 100644 --- a/src/ial/mc68x328.h +++ b/src/ial/mc68x328.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mc68x328.h: the head file of Low Level Input Engine for diff --git a/src/ial/mgsock.c b/src/ial/mgsock.c index 1a072fec..c74b42ce 100644 --- a/src/ial/mgsock.c +++ b/src/ial/mgsock.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "mgconfig.h" diff --git a/src/ial/mpc823.c b/src/ial/mpc823.c index b4a2019b..babf9636 100644 --- a/src/ial/mpc823.c +++ b/src/ial/mpc823.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mpc823.c: Low Level Input Engine for sinovee sc823 board diff --git a/src/ial/mpc823.h b/src/ial/mpc823.h index 5c769d50..3eaf8589 100644 --- a/src/ial/mpc823.h +++ b/src/ial/mpc823.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mpc823.h:. the head file of Low Level Input Engine for sinovee sc823 board. diff --git a/src/ial/mstarial.c b/src/ial/mstarial.c index cdd38b6e..498e18a4 100644 --- a/src/ial/mstarial.c +++ b/src/ial/mstarial.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define ENTER() printf(">>> entering %s %s\n", __FILE__, __FUNCTION__) #define LEAVE() printf("<<< leaving %s %s\n", __FILE__, __FUNCTION__) diff --git a/src/ial/mstarial.h b/src/ial/mstarial.h index 22729090..dddb099e 100644 --- a/src/ial/mstarial.h +++ b/src/ial/mstarial.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mstarial.h: the head file of Low Level Input Engine for diff --git a/src/ial/native/kbd_event.c b/src/ial/native/kbd_event.c index 341e511c..225e4b14 100644 --- a/src/ial/native/kbd_event.c +++ b/src/ial/native/kbd_event.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** kbd_event.c: /dev/input/eventX Keyboard Driver diff --git a/src/ial/native/kbd_tty.c b/src/ial/native/kbd_tty.c index f11b2f50..e729889d 100644 --- a/src/ial/native/kbd_tty.c +++ b/src/ial/native/kbd_tty.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** kbd_tty.c: /dev/tty TTY Keyboard Driver diff --git a/src/ial/native/mou_gpm.c b/src/ial/native/mou_gpm.c index 3bac3b81..8b4e8efe 100644 --- a/src/ial/native/mou_gpm.c +++ b/src/ial/native/mou_gpm.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mou_gpm.c: GPM Mouse Driver diff --git a/src/ial/native/mou_imps2.c b/src/ial/native/mou_imps2.c index ad226073..fc57f910 100644 --- a/src/ial/native/mou_imps2.c +++ b/src/ial/native/mou_imps2.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mou_imps2.c: Intelligent PS/2 Mouse Driver diff --git a/src/ial/native/mou_ms.c b/src/ial/native/mou_ms.c index 4133bf1d..b98838b5 100644 --- a/src/ial/native/mou_ms.c +++ b/src/ial/native/mou_ms.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mou_ms.c: MS Mouse Driver diff --git a/src/ial/native/mou_ms3.c b/src/ial/native/mou_ms3.c index b12d6ab6..53d51066 100644 --- a/src/ial/native/mou_ms3.c +++ b/src/ial/native/mou_ms3.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mou_ms3.c: MS3 Mouse Driver diff --git a/src/ial/native/mou_ps2.c b/src/ial/native/mou_ps2.c index c0827bba..e1f8d2a1 100644 --- a/src/ial/native/mou_ps2.c +++ b/src/ial/native/mou_ps2.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mou_ps2.c: PS/2 mouse driver. diff --git a/src/ial/native/native.c b/src/ial/native/native.c index dbbfe6a8..c178a543 100644 --- a/src/ial/native/native.c +++ b/src/ial/native/native.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** native.c: Native IAL engine diff --git a/src/ial/native/native.h b/src/ial/native/native.h index 3822858e..9f5d8ea7 100644 --- a/src/ial/native/native.h +++ b/src/ial/native/native.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** native.h: the head file of native Low Level Input Engine diff --git a/src/ial/native/vtswitch-lite.c b/src/ial/native/vtswitch-lite.c index 70a66534..271d7a81 100644 --- a/src/ial/native/vtswitch-lite.c +++ b/src/ial/native/vtswitch-lite.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vtswitch-lite.c: VT switching. diff --git a/src/ial/netial/netial.c b/src/ial/netial/netial.c index 2258eae0..09ec3e43 100644 --- a/src/ial/netial/netial.c +++ b/src/ial/netial/netial.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/ial/netial/netial.h b/src/ial/netial/netial.h index 1067fd0e..b3bbefe6 100644 --- a/src/ial/netial/netial.h +++ b/src/ial/netial/netial.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef GUI_IAL_NET_H diff --git a/src/ial/nexusial/nexus.c b/src/ial/nexusial/nexus.c index 9ddafb02..3f12b26b 100644 --- a/src/ial/nexusial/nexus.c +++ b/src/ial/nexusial/nexus.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ipb5310remote.c: Low Level Input Engine for iPB5310 remote control. diff --git a/src/ial/nexusial/nexus.h b/src/ial/nexusial/nexus.h index 1c3ba4fc..8f0ea102 100644 --- a/src/ial/nexusial/nexus.h +++ b/src/ial/nexusial/nexus.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Created by ChenLei, 2009/01/16 diff --git a/src/ial/palm2.c b/src/ial/palm2.c index 7aea7a7f..39e91742 100644 --- a/src/ial/palm2.c +++ b/src/ial/palm2.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** palm2.c: Low Level Input Engine for OKWAP PalmII. diff --git a/src/ial/palm2.h b/src/ial/palm2.h index cc5e8c01..a03c4857 100644 --- a/src/ial/palm2.h +++ b/src/ial/palm2.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** palm2.h: the head file of Low Level Input Engine for OKWAP Palm2. diff --git a/src/ial/pcxvfb.h b/src/ial/pcxvfb.h index 463da13c..83d01dbb 100644 --- a/src/ial/pcxvfb.h +++ b/src/ial/pcxvfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** pcxvfb.h: head file of Input Engine for PCX Virtual FrameBuffer diff --git a/src/ial/pcxvfbial.c b/src/ial/pcxvfbial.c index 1b67d0a9..0eae1dc6 100644 --- a/src/ial/pcxvfbial.c +++ b/src/ial/pcxvfbial.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** pcxvfb.c: Input Engine for PCX Virtual FrameBuffer diff --git a/src/ial/ps2-conv.c b/src/ial/ps2-conv.c index e9d9f0f7..e53fc3c1 100644 --- a/src/ial/ps2-conv.c +++ b/src/ial/ps2-conv.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ps2-conv.c: convert scancode from set2 to set1. diff --git a/src/ial/ps2-keycode.h b/src/ial/ps2-keycode.h index 8672ded2..c54af76f 100644 --- a/src/ial/ps2-keycode.h +++ b/src/ial/ps2-keycode.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ps2-keycode.h: the head file for IAL Engine of EM85xx Front Panel and Remote Controller diff --git a/src/ial/px255b.c b/src/ial/px255b.c index f2370956..f984c6ae 100644 --- a/src/ial/px255b.c +++ b/src/ial/px255b.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** px255b.c: IAL engine for PX255B dev. board. diff --git a/src/ial/px255b.h b/src/ial/px255b.h index 29b48b36..707dfe73 100644 --- a/src/ial/px255b.h +++ b/src/ial/px255b.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef GUI_IAL_PX255B_H #define GUI_IAL_PX255B_H diff --git a/src/ial/qemu.c b/src/ial/qemu.c index 9c049917..33ab1372 100644 --- a/src/ial/qemu.c +++ b/src/ial/qemu.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** qemu.c: Low Level Input Engine for QEMU diff --git a/src/ial/qemu.h b/src/ial/qemu.h index 55b38419..3546bfdd 100644 --- a/src/ial/qemu.h +++ b/src/ial/qemu.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** qemu.h:. the head file of Low Level Input Engine for QEMU diff --git a/src/ial/qvfb.c b/src/ial/qvfb.c index 8c11f4f7..51812ad3 100644 --- a/src/ial/qvfb.c +++ b/src/ial/qvfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** qvfb.c: Input Engine for Qt Virtual FrameBuffer diff --git a/src/ial/qvfb.h b/src/ial/qvfb.h index 9efe422c..80c192c7 100644 --- a/src/ial/qvfb.h +++ b/src/ial/qvfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** qvfb.h: head file of Input Engine for Qt Virtual FrameBuffer diff --git a/src/ial/random.c b/src/ial/random.c index b3097e01..5b94c7d1 100644 --- a/src/ial/random.c +++ b/src/ial/random.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** random.c: A random IAL Engine diff --git a/src/ial/random.h b/src/ial/random.h index 46cab4c3..eae226bf 100644 --- a/src/ial/random.h +++ b/src/ial/random.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** random.h: head file for random IAL Engine diff --git a/src/ial/remoteial/client/netial.c b/src/ial/remoteial/client/netial.c index ded1e543..60a2b375 100644 --- a/src/ial/remoteial/client/netial.c +++ b/src/ial/remoteial/client/netial.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/ial/remoteial/client/netial_ctrlwin.c b/src/ial/remoteial/client/netial_ctrlwin.c index 5b8f709f..6bd3c082 100644 --- a/src/ial/remoteial/client/netial_ctrlwin.c +++ b/src/ial/remoteial/client/netial_ctrlwin.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/ial/remoteial/client/netial_ctrlwin.h b/src/ial/remoteial/client/netial_ctrlwin.h index 1cffefba..6b7ad73e 100644 --- a/src/ial/remoteial/client/netial_ctrlwin.h +++ b/src/ial/remoteial/client/netial_ctrlwin.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/ial/remoteial/netial_server.c b/src/ial/remoteial/netial_server.c index 4086da3e..3d7aeb5a 100644 --- a/src/ial/remoteial/netial_server.c +++ b/src/ial/remoteial/netial_server.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/ial/rtos_xvfb.c b/src/ial/rtos_xvfb.c index a47d6298..287bda22 100644 --- a/src/ial/rtos_xvfb.c +++ b/src/ial/rtos_xvfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** rtos_xvfb.c: Input Engine for RTOS X Virtual FrameBuffer diff --git a/src/ial/rtos_xvfb.h b/src/ial/rtos_xvfb.h index cc6eea8c..7a4747eb 100644 --- a/src/ial/rtos_xvfb.h +++ b/src/ial/rtos_xvfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** rtos_xvfb.h: head file of Input Engine for RTOS X Virtual FrameBuffer diff --git a/src/ial/skyeye-ep7312.c b/src/ial/skyeye-ep7312.c index 2eb37358..1a14351b 100644 --- a/src/ial/skyeye-ep7312.c +++ b/src/ial/skyeye-ep7312.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** skyeye-ep7312.c: Low Level Input Engine for touch screen of diff --git a/src/ial/skyeye-ep7312.h b/src/ial/skyeye-ep7312.h index 06907d5b..ca027689 100644 --- a/src/ial/skyeye-ep7312.h +++ b/src/ial/skyeye-ep7312.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** skyeye-ep7312.h: the head file of Low Level Input Engine for diff --git a/src/ial/svgalib.c b/src/ial/svgalib.c index ccb5a004..59e659ad 100644 --- a/src/ial/svgalib.c +++ b/src/ial/svgalib.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** svgalib.c: Low Level Input Engine based on SVGALib diff --git a/src/ial/svgalib.h b/src/ial/svgalib.h index 5b615583..e611d661 100644 --- a/src/ial/svgalib.h +++ b/src/ial/svgalib.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** svgalib.h: the head file of Low Level Input Engine based on SVGALib diff --git a/src/ial/svpxx.c b/src/ial/svpxx.c index ede13c7c..89c0ebdc 100644 --- a/src/ial/svpxx.c +++ b/src/ial/svpxx.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** svpxx.c: ial engine for svpxx. diff --git a/src/ial/svpxx.h b/src/ial/svpxx.h index ea4cfdba..91905321 100644 --- a/src/ial/svpxx.h +++ b/src/ial/svpxx.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef GUI_IAL_SVPXX_H #define GUI_IAL_SVPXX_H diff --git a/src/ial/t800.c b/src/ial/t800.c index 4262b5db..2007aeff 100644 --- a/src/ial/t800.c +++ b/src/ial/t800.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** t800.c: The input engine for MT T800 device. diff --git a/src/ial/t800.h b/src/ial/t800.h index 4f92cc98..3ed0e147 100644 --- a/src/ial/t800.h +++ b/src/ial/t800.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: t800.h 2445 2003-09-04 03:40:35Z weiym $ diff --git a/src/ial/tf-code.h b/src/ial/tf-code.h index 56923717..233e312e 100644 --- a/src/ial/tf-code.h +++ b/src/ial/tf-code.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _TFCODE_H #define _TFCODE_H diff --git a/src/ial/tf-stb.c b/src/ial/tf-stb.c index fc777833..e7cdef4c 100644 --- a/src/ial/tf-stb.c +++ b/src/ial/tf-stb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** tf-stb.c: Low Level Input Engine for Tongfang STB. diff --git a/src/ial/tf-stb.h b/src/ial/tf-stb.h index 537205a1..6049eb66 100644 --- a/src/ial/tf-stb.h +++ b/src/ial/tf-stb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** tf-stb.h:. the head file of Low Level Input Engine for Tongfang STB. diff --git a/src/ial/thor.c b/src/ial/thor.c index d8e98061..026fe667 100644 --- a/src/ial/thor.c +++ b/src/ial/thor.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** thor.c: Low Level Input Engine for ptsc MX1 diff --git a/src/ial/thor.h b/src/ial/thor.h index 5a7ebff7..9f2b8596 100644 --- a/src/ial/thor.h +++ b/src/ial/thor.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** thor.h:. the head file of Low Level Input Engine for ptsc MX1 diff --git a/src/ial/tslibial.c b/src/ial/tslibial.c index bd066532..8832d52f 100644 --- a/src/ial/tslibial.c +++ b/src/ial/tslibial.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** tslib.c: Low Level Input Engine for TSLIB. diff --git a/src/ial/tslibial.h b/src/ial/tslibial.h index 39c8d479..a96c8e5c 100644 --- a/src/ial/tslibial.h +++ b/src/ial/tslibial.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** tslib.h:. the head file of Low Level Input Engine for TSLIB diff --git a/src/ial/ucb1x00.c b/src/ial/ucb1x00.c index 9d4aff58..49bd5923 100644 --- a/src/ial/ucb1x00.c +++ b/src/ial/ucb1x00.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ucb1x00.c: IAL Engine for UCB1x00 board. diff --git a/src/ial/ucb1x00.h b/src/ial/ucb1x00.h index 56d659b1..f97b90ff 100644 --- a/src/ial/ucb1x00.h +++ b/src/ial/ucb1x00.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ucb1x00.h: Head file for IAL Engine for UCB1x00 board. diff --git a/src/ial/usvfbinput.c b/src/ial/usvfbinput.c index a04ea0b4..6d349c1f 100644 --- a/src/ial/usvfbinput.c +++ b/src/ial/usvfbinput.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** usvfbinput.c: Input Engine for UnixSocket Virtual Frame Buffer diff --git a/src/ial/usvfbinput.h b/src/ial/usvfbinput.h index 05d6fe84..77568d5e 100644 --- a/src/ial/usvfbinput.h +++ b/src/ial/usvfbinput.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** usvfbinput.h: head file for USVFB IAL Engine diff --git a/src/ial/utpmc.c b/src/ial/utpmc.c index ec3211e5..46ff6641 100644 --- a/src/ial/utpmc.c +++ b/src/ial/utpmc.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** utpmc.c: IAL Engine for UTPMC board. diff --git a/src/ial/utpmc.h b/src/ial/utpmc.h index b0b44eba..a1eba58c 100644 --- a/src/ial/utpmc.h +++ b/src/ial/utpmc.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef GUI_IAL_UTPMC_H #define GUI_IAL_UTPMC_H diff --git a/src/ial/vp2008.c b/src/ial/vp2008.c index 56905d28..b0d5fe83 100644 --- a/src/ial/vp2008.c +++ b/src/ial/vp2008.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vp2008.c: The vp2008 IAL engine. diff --git a/src/ial/vp2008.h b/src/ial/vp2008.h index 3606825d..6196e048 100644 --- a/src/ial/vp2008.h +++ b/src/ial/vp2008.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vp2008.h:. the head file of VP2008 IAL Engine. diff --git a/src/ial/vr4181.c b/src/ial/vr4181.c index bad140fd..d62452c7 100644 --- a/src/ial/vr4181.c +++ b/src/ial/vr4181.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vr4181.c: Low Level Input Engine for NEC VR4181 debug board. diff --git a/src/ial/vr4181.h b/src/ial/vr4181.h index 71515168..f9ab6751 100644 --- a/src/ial/vr4181.h +++ b/src/ial/vr4181.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vr4181.h:. the head file of Low Level Input Engine for NEC VR4181 debug board. diff --git a/src/ial/vxi386_input.c b/src/ial/vxi386_input.c index a3180acf..d30c02d8 100644 --- a/src/ial/vxi386_input.c +++ b/src/ial/vxi386_input.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vxi386_input.c: IAL engine for VxWorks i386 PC target. diff --git a/src/ial/vxppc_input.c b/src/ial/vxppc_input.c index 487e7877..ff6cdd9e 100644 --- a/src/ial/vxppc_input.c +++ b/src/ial/vxppc_input.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vxi386_input.c: IAL engine for VxWorks i386 PC target. diff --git a/src/ial/winial.c b/src/ial/winial.c index 91a206b7..4fc8e561 100644 --- a/src/ial/winial.c +++ b/src/ial/winial.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** winial.c: IAL engine for Windows Virtual FrameBuffer diff --git a/src/ial/winial.h b/src/ial/winial.h index aae97808..af410bee 100644 --- a/src/ial/winial.h +++ b/src/ial/winial.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ // // winial.h: head file of Windows IAL diff --git a/src/ial/wvfb.h b/src/ial/wvfb.h index c062d934..24f3cad1 100644 --- a/src/ial/wvfb.h +++ b/src/ial/wvfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ // // wvfb.h: head file of Input Engine for Windows Virtual FrameBuffer diff --git a/src/ial/wvfbial.c b/src/ial/wvfbial.c index 32970a84..f9fc3d5e 100644 --- a/src/ial/wvfbial.c +++ b/src/ial/wvfbial.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** wvfb.c: Input Engine for Windows Virtual FrameBuffer diff --git a/src/image/cdjpeg.h b/src/image/cdjpeg.h index 3ff37d8f..29ba92ed 100644 --- a/src/image/cdjpeg.h +++ b/src/image/cdjpeg.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_CJPEG_DJPEG /* define proper options in jconfig.h */ diff --git a/src/image/gif.c b/src/image/gif.c index 7fba7702..839bf8e7 100644 --- a/src/image/gif.c +++ b/src/image/gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/image/imgapi.c b/src/image/imgapi.c index 4a548b73..5204ce69 100644 --- a/src/image/imgapi.c +++ b/src/image/imgapi.c @@ -37,7 +37,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ // Create date: 1999.04.19 diff --git a/src/image/imgapi.h b/src/image/imgapi.h index af3fb3e4..ec6988df 100644 --- a/src/image/imgapi.h +++ b/src/image/imgapi.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _IMGAPI_H_ #define _IMGAPI_H_ diff --git a/src/image/jcomapi.c b/src/image/jcomapi.c index 0040c129..82caff82 100644 --- a/src/image/jcomapi.c +++ b/src/image/jcomapi.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdapimin.c b/src/image/jdapimin.c index 0a274155..aa8ad7b3 100644 --- a/src/image/jdapimin.c +++ b/src/image/jdapimin.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdapistd.c b/src/image/jdapistd.c index c880402b..551f2524 100644 --- a/src/image/jdapistd.c +++ b/src/image/jdapistd.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdatasrc.c b/src/image/jdatasrc.c index e8d39cf3..718430dd 100644 --- a/src/image/jdatasrc.c +++ b/src/image/jdatasrc.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "jpeglib.h" #include "jpg.h" diff --git a/src/image/jdcoefct.c b/src/image/jdcoefct.c index 4b646cdf..bf57b7a5 100644 --- a/src/image/jdcoefct.c +++ b/src/image/jdcoefct.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdcolor.c b/src/image/jdcolor.c index 0ef27060..9d89fbcb 100644 --- a/src/image/jdcolor.c +++ b/src/image/jdcolor.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdct.h b/src/image/jdct.h index 359b8b99..454330d1 100644 --- a/src/image/jdct.h +++ b/src/image/jdct.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * A forward DCT routine is given a pointer to a work area of type DCTELEM[]; diff --git a/src/image/jddctmgr.c b/src/image/jddctmgr.c index 514076f4..3b0354c1 100644 --- a/src/image/jddctmgr.c +++ b/src/image/jddctmgr.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdhuff.c b/src/image/jdhuff.c index a5cae549..7c12bfc8 100644 --- a/src/image/jdhuff.c +++ b/src/image/jdhuff.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdhuff.h b/src/image/jdhuff.h index 07dd957a..902c62d7 100644 --- a/src/image/jdhuff.h +++ b/src/image/jdhuff.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Derived data constructed for each Huffman table */ diff --git a/src/image/jdinput.c b/src/image/jdinput.c index c197b455..912907b1 100644 --- a/src/image/jdinput.c +++ b/src/image/jdinput.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdmainct.c b/src/image/jdmainct.c index c1914414..094a8cb7 100644 --- a/src/image/jdmainct.c +++ b/src/image/jdmainct.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdmarker.c b/src/image/jdmarker.c index 8bec1c44..1f90c3bf 100644 --- a/src/image/jdmarker.c +++ b/src/image/jdmarker.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdmaster.c b/src/image/jdmaster.c index d7cd6b51..124dd716 100644 --- a/src/image/jdmaster.c +++ b/src/image/jdmaster.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdmerge.c b/src/image/jdmerge.c index 0e600dda..dddce8ad 100644 --- a/src/image/jdmerge.c +++ b/src/image/jdmerge.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdphuff.c b/src/image/jdphuff.c index 3b203598..9abc7ce1 100644 --- a/src/image/jdphuff.c +++ b/src/image/jdphuff.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdpostct.c b/src/image/jdpostct.c index 6707929c..826c2227 100644 --- a/src/image/jdpostct.c +++ b/src/image/jdpostct.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdsample.c b/src/image/jdsample.c index eab5c57f..234b9a9a 100644 --- a/src/image/jdsample.c +++ b/src/image/jdsample.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jdtrans.c b/src/image/jdtrans.c index 68bec7da..9f4c0fa2 100644 --- a/src/image/jdtrans.c +++ b/src/image/jdtrans.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jidct.c b/src/image/jidct.c index e7425884..66266bee 100644 --- a/src/image/jidct.c +++ b/src/image/jidct.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/image/jmorecfg.h b/src/image/jmorecfg.h index bd4071c5..03c3eb45 100644 --- a/src/image/jmorecfg.h +++ b/src/image/jmorecfg.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _JMORECFG_H_ #define _JMORECFG_H_ diff --git a/src/image/jpegint.h b/src/image/jpegint.h index 688ddc81..3fef1304 100644 --- a/src/image/jpegint.h +++ b/src/image/jpegint.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Declarations for both compression & decompression */ diff --git a/src/image/jpeglib.h b/src/image/jpeglib.h index fd0fb217..98ccaf06 100644 --- a/src/image/jpeglib.h +++ b/src/image/jpeglib.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef JPEGLIB_H #define JPEGLIB_H diff --git a/src/image/jpg.c b/src/image/jpg.c index 0016556d..2377855c 100644 --- a/src/image/jpg.c +++ b/src/image/jpg.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/image/jutils.c b/src/image/jutils.c index 6880285f..d52f044c 100644 --- a/src/image/jutils.c +++ b/src/image/jutils.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define JPEG_INTERNALS #include "jpeglib.h" diff --git a/src/ime/hzinput.c b/src/ime/hzinput.c index 18949aaa..2c498a7f 100644 --- a/src/ime/hzinput.c +++ b/src/ime/hzinput.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: hzinput.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/ime/hzinput.h b/src/ime/hzinput.h index 7ef0cf88..76175950 100644 --- a/src/ime/hzinput.h +++ b/src/ime/hzinput.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: hzinput.h 7336 2007-08-16 03:40:38Z xgwang $ diff --git a/src/ime/pinyin.c b/src/ime/pinyin.c index 7ed16ed1..917fd182 100644 --- a/src/ime/pinyin.c +++ b/src/ime/pinyin.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: pinyin.c 7336 2007-08-16 03:40:38Z xgwang $ diff --git a/src/ime/pinyin.h b/src/ime/pinyin.h index 3bab3e53..80572df7 100644 --- a/src/ime/pinyin.h +++ b/src/ime/pinyin.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _INPUT_MODULE_H_ #define _INPUT_MODULE_H_ diff --git a/src/include/accelkey.h b/src/include/accelkey.h index 90c2071c..ed186fbc 100644 --- a/src/include/accelkey.h +++ b/src/include/accelkey.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** acclekey.h: the head file of accelkey.c. diff --git a/src/include/bidi.h b/src/include/bidi.h index 86db14ac..3a07b89b 100644 --- a/src/include/bidi.h +++ b/src/include/bidi.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** charset-bidi.h: The charset Bidirectional Algorithm. diff --git a/src/include/bitmap.h b/src/include/bitmap.h index 06ac2d1f..ccfb76ee 100644 --- a/src/include/bitmap.h +++ b/src/include/bitmap.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** readbmp.h: Low Level bitmap file read/save routines. diff --git a/src/include/blockheap.h b/src/include/blockheap.h index d8ed6023..7cf8026c 100644 --- a/src/include/blockheap.h +++ b/src/include/blockheap.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** blockheap.h: the head file of heap for block data. diff --git a/src/include/client.h b/src/include/client.h index e6e48df9..a961c67f 100644 --- a/src/include/client.h +++ b/src/include/client.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** client.h: routines for client. diff --git a/src/include/clipboard.h b/src/include/clipboard.h index e8d414a3..2e18116b 100644 --- a/src/include/clipboard.h +++ b/src/include/clipboard.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** clipboard.h: the internal clipboard APIs. diff --git a/src/include/cliprect.h b/src/include/cliprect.h index 705135e1..d41757fc 100644 --- a/src/include/cliprect.h +++ b/src/include/cliprect.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** cliprect.h: the head file of Clip Rect module. diff --git a/src/include/ctrlclass.h b/src/include/ctrlclass.h index 75db02f5..616901e9 100644 --- a/src/include/ctrlclass.h +++ b/src/include/ctrlclass.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ctrlclass.h: the head file of Control Class module. diff --git a/src/include/cursor.h b/src/include/cursor.h index 3070a952..47755406 100644 --- a/src/include/cursor.h +++ b/src/include/cursor.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** cursor.h: the head file of Cursor Support Lib. diff --git a/src/include/dc.h b/src/include/dc.h index fc2a0991..3d9c7f7b 100644 --- a/src/include/dc.h +++ b/src/include/dc.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** dc.h: this head file declares all internal types and data of GDI module. diff --git a/src/include/devfont.h b/src/include/devfont.h index 8bc94b3a..8cf84cbf 100644 --- a/src/include/devfont.h +++ b/src/include/devfont.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** devfont.h: the head file of Device Font Manager. diff --git a/src/include/drawsemop.h b/src/include/drawsemop.h index 5261d385..98629b55 100644 --- a/src/include/drawsemop.h +++ b/src/include/drawsemop.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** drawsemop.h: operations for drawing semaphore. diff --git a/src/include/element.h b/src/include/element.h index a68632ac..e33131ba 100644 --- a/src/include/element.h +++ b/src/include/element.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** element.h: the head file of window element data. diff --git a/src/include/event.h b/src/include/event.h index 89ecc2a2..6ca4af84 100644 --- a/src/include/event.h +++ b/src/include/event.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** event.h: the head file of low level event handle. diff --git a/src/include/fontname.h b/src/include/fontname.h index 3ce94003..95cc32b2 100644 --- a/src/include/fontname.h +++ b/src/include/fontname.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** charset.h: the head file of charset operation set. diff --git a/src/include/gal.h b/src/include/gal.h index af956ad4..6c159460 100644 --- a/src/include/gal.h +++ b/src/include/gal.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** gal.h: the head file of Graphics Abstract Layer diff --git a/src/include/gif.h b/src/include/gif.h index 9860f909..61a9e77a 100644 --- a/src/include/gif.h +++ b/src/include/gif.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ // $Id: gif.h 241 2000-01-08 09:10:27Z weiym $ // diff --git a/src/include/glyph.h b/src/include/glyph.h index 62e929e9..f9b0de84 100644 --- a/src/include/glyph.h +++ b/src/include/glyph.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** diff --git a/src/include/hash.h b/src/include/hash.h index a9e8689a..398d972f 100644 --- a/src/include/hash.h +++ b/src/include/hash.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hash.h: header file of hash operations. diff --git a/src/include/ial.h b/src/include/ial.h index fb08887b..b40067dd 100644 --- a/src/include/ial.h +++ b/src/include/ial.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ial.h: the head file of Input Abstract Layer diff --git a/src/include/icon.h b/src/include/icon.h index ba85dfa9..e7b16a09 100644 --- a/src/include/icon.h +++ b/src/include/icon.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** icon.h: the head file of Icon Support Lib. diff --git a/src/include/incoreres.h b/src/include/incoreres.h index 1ed1032b..f6d44d63 100644 --- a/src/include/incoreres.h +++ b/src/include/incoreres.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** incoreres.h: definitions for incore resource. diff --git a/src/include/inline.h b/src/include/inline.h index 7e9cb9c6..7afe1f26 100644 --- a/src/include/inline.h +++ b/src/include/inline.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** inline.h: Some inline functions. diff --git a/src/include/internals.h b/src/include/internals.h index cb485e7e..e589444b 100644 --- a/src/include/internals.h +++ b/src/include/internals.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** internals.h: this head file declares all internal types and data. diff --git a/src/include/jpg.h b/src/include/jpg.h index f1d891fe..515b9fe9 100644 --- a/src/include/jpg.h +++ b/src/include/jpg.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ // $Id: jpg.h 241 2000-01-08 09:10:27Z weiym $ // diff --git a/src/include/license.h b/src/include/license.h index ed4fa083..3e0d6a9f 100644 --- a/src/include/license.h +++ b/src/include/license.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _LICENSE_H #define _LICENSE_H diff --git a/src/include/list.h b/src/include/list.h index 0c50992c..5f5a90b5 100644 --- a/src/include/list.h +++ b/src/include/list.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * list.h diff --git a/src/include/md5.h b/src/include/md5.h index 017aeed2..be094c15 100644 --- a/src/include/md5.h +++ b/src/include/md5.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/include/memops.h b/src/include/memops.h index 4a841518..34f57cf8 100644 --- a/src/include/memops.h +++ b/src/include/memops.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: memops.h 7337 2007-08-16 03:44:29Z xgwang $ diff --git a/src/include/menu.h b/src/include/menu.h index 359ed110..cc802326 100644 --- a/src/include/menu.h +++ b/src/include/menu.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** menu.h: the head file of menu module. diff --git a/src/include/mgsock.h b/src/include/mgsock.h index a1fa187e..eba3dc38 100644 --- a/src/include/mgsock.h +++ b/src/include/mgsock.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _MGSOCK_H #define _MGSOCK_H diff --git a/src/include/misc.h b/src/include/misc.h index 248d4f3a..f7c92cef 100644 --- a/src/include/misc.h +++ b/src/include/misc.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** misc.h: the head file for Miscellous module. diff --git a/src/include/msgstr.h b/src/include/msgstr.h index beac5e9e..4e3f9d67 100644 --- a/src/include/msgstr.h +++ b/src/include/msgstr.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** msgstr.h: the text name of all messages. diff --git a/src/include/newgal.h b/src/include/newgal.h index 8efdcd98..05cce130 100644 --- a/src/include/newgal.h +++ b/src/include/newgal.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** newgal.h: the head file of New Graphics Abstraction Layer. diff --git a/src/include/oldgal.h b/src/include/oldgal.h index d3c69252..f976b721 100644 --- a/src/include/oldgal.h +++ b/src/include/oldgal.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** oldgal.h: the head file of old Graphics Abstract Layer diff --git a/src/include/ourhdr.h b/src/include/ourhdr.h index 9b3cd529..4f1ebebd 100644 --- a/src/include/ourhdr.h +++ b/src/include/ourhdr.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ourhdr.h: the head file from APUE. diff --git a/src/include/readbmp.h b/src/include/readbmp.h index b9acceed..4dd59421 100644 --- a/src/include/readbmp.h +++ b/src/include/readbmp.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** readbmp.h: Low Level bitmap file read/save routines. diff --git a/src/include/server.h b/src/include/server.h index 3d3bbd7b..6a51431e 100644 --- a/src/include/server.h +++ b/src/include/server.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** server.h: routines for server. diff --git a/src/include/sharedres.h b/src/include/sharedres.h index 1e957bbe..57257bc3 100644 --- a/src/include/sharedres.h +++ b/src/include/sharedres.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sharedres.h: structure of shared resource. diff --git a/src/include/sockio.h b/src/include/sockio.h index 2699d845..af0edc04 100644 --- a/src/include/sockio.h +++ b/src/include/sockio.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sockio.h: routines for socket i/o. diff --git a/src/include/sysfont.h b/src/include/sysfont.h index da41c52c..080faa28 100644 --- a/src/include/sysfont.h +++ b/src/include/sysfont.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sysfont.h: the head file of System Font module. diff --git a/src/include/sysres.h b/src/include/sysres.h index a3b22784..7def1334 100644 --- a/src/include/sysres.h +++ b/src/include/sysres.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _SYSRES_H #define _SYSRES_H diff --git a/src/include/timer.h b/src/include/timer.h index ea3b010a..d7cf8b17 100644 --- a/src/include/timer.h +++ b/src/include/timer.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** tiemr.h: the head file of Timer module. diff --git a/src/include/zorder.h b/src/include/zorder.h index 08a3b964..572eb081 100644 --- a/src/include/zorder.h +++ b/src/include/zorder.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: zorder.h 13674 2010-12-06 06:45:01Z wanzheng $ diff --git a/src/kernel/blockheap.c b/src/kernel/blockheap.c index 266667f7..58ee475b 100644 --- a/src/kernel/blockheap.c +++ b/src/kernel/blockheap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** blockheap.c: The heap of block data. diff --git a/src/kernel/cursor-comm.c b/src/kernel/cursor-comm.c index cbd263ea..762b974c 100644 --- a/src/kernel/cursor-comm.c +++ b/src/kernel/cursor-comm.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ static HCURSOR load_cursor_from_file (const char* filename) diff --git a/src/kernel/cursor-procs.c b/src/kernel/cursor-procs.c index 3425bfcf..da197ff2 100644 --- a/src/kernel/cursor-procs.c +++ b/src/kernel/cursor-procs.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** cursor-lite.c: Cursor support module for MiniGUI-Processes. diff --git a/src/kernel/cursor-sa.c b/src/kernel/cursor-sa.c index 7d6b7a9b..ca9a4c1b 100644 --- a/src/kernel/cursor-sa.c +++ b/src/kernel/cursor-sa.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** cursor-sa.c: Cursor support module for MiniGUI-Standalone. diff --git a/src/kernel/cursor.c b/src/kernel/cursor.c index b6198023..d4aff3e2 100644 --- a/src/kernel/cursor.c +++ b/src/kernel/cursor.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** cursor.c: the Cursor Support module for MiniGUI-Threads. diff --git a/src/kernel/desktop-comm.c b/src/kernel/desktop-comm.c index 8a0333ea..d2069771 100644 --- a/src/kernel/desktop-comm.c +++ b/src/kernel/desktop-comm.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** desktop-comm.c: The Desktop module. diff --git a/src/kernel/desktop-procs.c b/src/kernel/desktop-procs.c index 0a1c881e..6099c8a0 100644 --- a/src/kernel/desktop-procs.c +++ b/src/kernel/desktop-procs.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** desktop-procs.c: The desktop procedures for MiniGUI-Processes diff --git a/src/kernel/desktop-sa.c b/src/kernel/desktop-sa.c index 8e53c9e2..3be692fb 100644 --- a/src/kernel/desktop-sa.c +++ b/src/kernel/desktop-sa.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** desktop-sa.c: The desktop for MiniGUI-Standalone diff --git a/src/kernel/desktop-ths.c b/src/kernel/desktop-ths.c index 426a3b32..f7c83ce6 100644 --- a/src/kernel/desktop-ths.c +++ b/src/kernel/desktop-ths.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** desktop-ths.c: The desktop for MiniGUI-Threads. diff --git a/src/kernel/desktop.c b/src/kernel/desktop.c index 1e9033de..f6124900 100644 --- a/src/kernel/desktop.c +++ b/src/kernel/desktop.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** desktop.c: The Desktop module. diff --git a/src/kernel/event.c b/src/kernel/event.c index 360db2fa..c6960749 100644 --- a/src/kernel/event.c +++ b/src/kernel/event.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** event.c: Low level event handling module. diff --git a/src/kernel/fixstr.c b/src/kernel/fixstr.c index 7d5238a9..55499b2d 100644 --- a/src/kernel/fixstr.c +++ b/src/kernel/fixstr.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fixstr.c: the Fixed String module for MiniGUI. diff --git a/src/kernel/hash.c b/src/kernel/hash.c index 379053f4..f233cd57 100644 --- a/src/kernel/hash.c +++ b/src/kernel/hash.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** hash.c: the hash module for MiniGUI, from the idea of GLIB. diff --git a/src/kernel/init-lite.c b/src/kernel/init-lite.c index 494dad48..16e5b977 100644 --- a/src/kernel/init-lite.c +++ b/src/kernel/init-lite.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** init-lite.c: The Initialization/Termination routines for diff --git a/src/kernel/init.c b/src/kernel/init.c index d8987c04..fbd69a8e 100644 --- a/src/kernel/init.c +++ b/src/kernel/init.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** init.c: The Initialization/Termination routines for MiniGUI-Threads. diff --git a/src/kernel/message.c b/src/kernel/message.c index fe34008f..eafca922 100644 --- a/src/kernel/message.c +++ b/src/kernel/message.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** message.c: The messaging module. diff --git a/src/kernel/sharedres.c b/src/kernel/sharedres.c index e86ca186..eb87d023 100644 --- a/src/kernel/sharedres.c +++ b/src/kernel/sharedres.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sharedres.c: Load and init shared resource. diff --git a/src/kernel/slotset.c b/src/kernel/slotset.c index 02d68661..0d6c41d9 100644 --- a/src/kernel/slotset.c +++ b/src/kernel/slotset.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** slotset.c: maintain the slot set in a byte arrary. diff --git a/src/kernel/timer.c b/src/kernel/timer.c index 40d408e4..0cb18077 100644 --- a/src/kernel/timer.c +++ b/src/kernel/timer.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** timer.c: The Timer module for MiniGUI-Threads. diff --git a/src/kernel/timer_posix.c b/src/kernel/timer_posix.c index fe5a32fe..912e7be8 100644 --- a/src/kernel/timer_posix.c +++ b/src/kernel/timer_posix.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* timer_posix.c */ diff --git a/src/kernel/zorder.c b/src/kernel/zorder.c index a6ad8d79..6067804b 100644 --- a/src/kernel/zorder.c +++ b/src/kernel/zorder.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** zorder.c: zorder operation set. diff --git a/src/libc/defdev.c b/src/libc/defdev.c index 5d867975..e05301cc 100644 --- a/src/libc/defdev.c +++ b/src/libc/defdev.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** defdev.c: implementation of default MG_RWops object. diff --git a/src/libc/fnprintf.c b/src/libc/fnprintf.c index a7bf6731..270b3473 100644 --- a/src/libc/fnprintf.c +++ b/src/libc/fnprintf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fnprintf.c: implementation of own_fnprintf function. diff --git a/src/libc/fprintf.c b/src/libc/fprintf.c index 045310bc..f03483a7 100644 --- a/src/libc/fprintf.c +++ b/src/libc/fprintf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fprintf.c: implementation of own_fprintf function. diff --git a/src/libc/fscanf.c b/src/libc/fscanf.c index a60fb27f..d08f6dd3 100644 --- a/src/libc/fscanf.c +++ b/src/libc/fscanf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** fscanf.c: implementation of own_fscanf function. diff --git a/src/libc/ieeefp.h b/src/libc/ieeefp.h index c6118070..71c8d354 100644 --- a/src/libc/ieeefp.h +++ b/src/libc/ieeefp.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifdef linux diff --git a/src/libc/malloc.c b/src/libc/malloc.c index 41f39321..ed373a74 100644 --- a/src/libc/malloc.c +++ b/src/libc/malloc.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/libc/nucleus_mutex.c b/src/libc/nucleus_mutex.c index de2a2b03..258ff951 100644 --- a/src/libc/nucleus_mutex.c +++ b/src/libc/nucleus_mutex.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** nucleus_mutex.c: Implementation of the POSIX pthread mutex functions diff --git a/src/libc/nucleus_pprivate.h b/src/libc/nucleus_pprivate.h index ac0917a8..3c9be837 100644 --- a/src/libc/nucleus_pprivate.h +++ b/src/libc/nucleus_pprivate.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** nucleus_pprivate.h: The private header for POSIX Thread implementation diff --git a/src/libc/nucleus_pthread.c b/src/libc/nucleus_pthread.c index cb4a6d2a..45276942 100644 --- a/src/libc/nucleus_pthread.c +++ b/src/libc/nucleus_pthread.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** nucleus_pthread.c: Implementation of the POSIX pthread functions diff --git a/src/libc/nucleus_sem.c b/src/libc/nucleus_sem.c index b2ccfe5b..257b4fd7 100644 --- a/src/libc/nucleus_sem.c +++ b/src/libc/nucleus_sem.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** nucleus_sem.c: Implementation of the POSIX semaphore functions diff --git a/src/libc/ose_sem.c b/src/libc/ose_sem.c index 2a4c420c..50b587fc 100644 --- a/src/libc/ose_sem.c +++ b/src/libc/ose_sem.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ose_sem.c: This file contains the implementation of the POSIX diff --git a/src/libc/printf.c b/src/libc/printf.c index cdfb0ae0..2f3b897a 100644 --- a/src/libc/printf.c +++ b/src/libc/printf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** printf.c: implementation of own_printf function. diff --git a/src/libc/psos_mutex.c b/src/libc/psos_mutex.c index 9961522d..17be9ba1 100644 --- a/src/libc/psos_mutex.c +++ b/src/libc/psos_mutex.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mutex.c: This file contains the implementation of the POSIX diff --git a/src/libc/psos_pprivate.c b/src/libc/psos_pprivate.c index a3977d0d..d4037441 100644 --- a/src/libc/psos_pprivate.c +++ b/src/libc/psos_pprivate.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** psos_pprivate.c: This file contains the implementation of the POSIX diff --git a/src/libc/psos_pprivate.h b/src/libc/psos_pprivate.h index 002efe2a..4e2f2542 100644 --- a/src/libc/psos_pprivate.h +++ b/src/libc/psos_pprivate.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** psos_pprivate.h: The private header for POSIX PThreads implementation diff --git a/src/libc/psos_pthread.c b/src/libc/psos_pthread.c index b5d2e3a0..25f9b51d 100644 --- a/src/libc/psos_pthread.c +++ b/src/libc/psos_pthread.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** psos_pthread.c: This file contains the implementation of the POSIX diff --git a/src/libc/psos_sem.c b/src/libc/psos_sem.c index 52e5ea82..be2c16ac 100644 --- a/src/libc/psos_sem.c +++ b/src/libc/psos_sem.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** psos_sem.c: This file contains the implementation of the POSIX diff --git a/src/libc/scanf.c b/src/libc/scanf.c index 72f0b5aa..f4310683 100644 --- a/src/libc/scanf.c +++ b/src/libc/scanf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scanf.c: implementation of own_scanf function. diff --git a/src/libc/snprintf.c b/src/libc/snprintf.c index 9056843d..6b9cc4ea 100644 --- a/src/libc/snprintf.c +++ b/src/libc/snprintf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** snprintf.c: implementation of own_snprintf function. diff --git a/src/libc/sprintf.c b/src/libc/sprintf.c index ef5b96a5..65ee3a16 100644 --- a/src/libc/sprintf.c +++ b/src/libc/sprintf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sprintf.c: implementation of own_sprintf function. diff --git a/src/libc/sscanf.c b/src/libc/sscanf.c index e7bdb2db..c547b19a 100644 --- a/src/libc/sscanf.c +++ b/src/libc/sscanf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scanf.c: implementation of own_scanf function. diff --git a/src/libc/stdioinlines.c b/src/libc/stdioinlines.c index 9da5b56d..eef8cb7a 100644 --- a/src/libc/stdioinlines.c +++ b/src/libc/stdioinlines.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vfnprintf.c: implementation of own_vfnprintf function. diff --git a/src/libc/sysvipc_mutex.c b/src/libc/sysvipc_mutex.c index 85388b1c..30390f8f 100644 --- a/src/libc/sysvipc_mutex.c +++ b/src/libc/sysvipc_mutex.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sysvipc_mutex.c: implementation of pthread mutex function on SysV IPC. diff --git a/src/libc/sysvipc_private.c b/src/libc/sysvipc_private.c index 5fe3e642..ec7cff0d 100644 --- a/src/libc/sysvipc_private.c +++ b/src/libc/sysvipc_private.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** pprivate.c: implementation of internal functions for uCPThreads diff --git a/src/libc/sysvipc_private.h b/src/libc/sysvipc_private.h index 3137c7a0..a3a74ef5 100644 --- a/src/libc/sysvipc_private.h +++ b/src/libc/sysvipc_private.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sysvipc_private.h: types header for pthread mutex and semaphore on SysV IPC. diff --git a/src/libc/sysvipc_sem.c b/src/libc/sysvipc_sem.c index 865b48fa..feeb70ac 100644 --- a/src/libc/sysvipc_sem.c +++ b/src/libc/sysvipc_sem.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sysvipc_sem.c: implementation of pthread semaphore function on SysV IPC. diff --git a/src/libc/threadx_mutex.c b/src/libc/threadx_mutex.c index 1bfbdc43..ebaf7007 100644 --- a/src/libc/threadx_mutex.c +++ b/src/libc/threadx_mutex.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** threadx_mutex.c: This file contains the implementation of the POSIX diff --git a/src/libc/threadx_pprivate.c b/src/libc/threadx_pprivate.c index 69135e68..b3bffded 100644 --- a/src/libc/threadx_pprivate.c +++ b/src/libc/threadx_pprivate.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** threadx_pprivate.c: This file contains the implementation of the POSIX diff --git a/src/libc/threadx_pprivate.h b/src/libc/threadx_pprivate.h index 9b6b1b2d..361c1b51 100644 --- a/src/libc/threadx_pprivate.h +++ b/src/libc/threadx_pprivate.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** threadx_pprivate.h: The private header for POSIX Thread implementation diff --git a/src/libc/threadx_pthread.c b/src/libc/threadx_pthread.c index a2e0f330..7f422a06 100644 --- a/src/libc/threadx_pthread.c +++ b/src/libc/threadx_pthread.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** threadx_pthread.c: This file contains the implementation of the POSIX diff --git a/src/libc/threadx_sem.c b/src/libc/threadx_sem.c index e3cf0c02..bc27961e 100644 --- a/src/libc/threadx_sem.c +++ b/src/libc/threadx_sem.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** threadx_sem.c: This file contains the implementation of the POSIX diff --git a/src/libc/ucos2_mutex.c b/src/libc/ucos2_mutex.c index 1fe890b2..955faffe 100644 --- a/src/libc/ucos2_mutex.c +++ b/src/libc/ucos2_mutex.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ucos2_mutex.c: implementation of pthread mutex function under uC/OS-II. diff --git a/src/libc/ucos2_pprivate.h b/src/libc/ucos2_pprivate.h index 30a9844e..f23a55b1 100644 --- a/src/libc/ucos2_pprivate.h +++ b/src/libc/ucos2_pprivate.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ucos2_pprivate.h: types header for pthread implementation for uC/OS-II. diff --git a/src/libc/ucos2_pthread.c b/src/libc/ucos2_pthread.c index 9dfe297e..136aa1df 100644 --- a/src/libc/ucos2_pthread.c +++ b/src/libc/ucos2_pthread.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ucos2_pthread.c: implementation of pthread function under uC/OS-II. diff --git a/src/libc/ucos2_sem.c b/src/libc/ucos2_sem.c index 1e596a94..53debcae 100644 --- a/src/libc/ucos2_sem.c +++ b/src/libc/ucos2_sem.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ucos2_sem.c: implementation of pthread nonamed semaphore function diff --git a/src/libc/vfnprintf.c b/src/libc/vfnprintf.c index 308c9ee2..df5f7f91 100644 --- a/src/libc/vfnprintf.c +++ b/src/libc/vfnprintf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vfnprintf.c: implementation of own_vfnprintf function. diff --git a/src/libc/vfscanf.c b/src/libc/vfscanf.c index 9ed0b512..e09161c2 100644 --- a/src/libc/vfscanf.c +++ b/src/libc/vfscanf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vfscanf.c: implementation of own_vfscanf function. diff --git a/src/libc/vsnprintf.c b/src/libc/vsnprintf.c index 86219c10..00de3dc9 100644 --- a/src/libc/vsnprintf.c +++ b/src/libc/vsnprintf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sprintf.c: implementation of own_sprintf function. diff --git a/src/libc/vsscanf.c b/src/libc/vsscanf.c index 938a7b23..8a578c7c 100644 --- a/src/libc/vsscanf.c +++ b/src/libc/vsscanf.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** scanf.c: implementation of own_scanf function. diff --git a/src/libc/vxworks_mutex.c b/src/libc/vxworks_mutex.c index 0a1d7fc4..9369b9c6 100644 --- a/src/libc/vxworks_mutex.c +++ b/src/libc/vxworks_mutex.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vxworks_mutex.c: Implementation of the POSIX pthread mutex functions diff --git a/src/libc/vxworks_pprivate.h b/src/libc/vxworks_pprivate.h index 9146c47a..dbfe893f 100644 --- a/src/libc/vxworks_pprivate.h +++ b/src/libc/vxworks_pprivate.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vxworks_ pprivate.h: The private header for POSIX Thread implementation diff --git a/src/libc/vxworks_pthread.c b/src/libc/vxworks_pthread.c index 1dd17ecd..2017d5b4 100644 --- a/src/libc/vxworks_pthread.c +++ b/src/libc/vxworks_pthread.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vxworks_pthread.c: Implementation of the POSIX pthread functions diff --git a/src/libc/vxworks_sem.c b/src/libc/vxworks_sem.c index 73840c28..4884cd47 100644 --- a/src/libc/vxworks_sem.c +++ b/src/libc/vxworks_sem.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vxworks_sem.c: Implementation of the POSIX semaphore functions diff --git a/src/main/main.c b/src/main/main.c index b1840d97..7207702a 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** main.c: The main function wrapper. diff --git a/src/main/minigui-win32.c b/src/main/minigui-win32.c index d0f84b72..165fa0f1 100644 --- a/src/main/minigui-win32.c +++ b/src/main/minigui-win32.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** minigui-win32.c: Defines the entry point for the DLL application. diff --git a/src/misc/about.c b/src/misc/about.c index db5862d9..ddf1b48d 100644 --- a/src/misc/about.c +++ b/src/misc/about.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** about.c: the About Dialog module. diff --git a/src/misc/clipboard.c b/src/misc/clipboard.c index db0100f0..6a160e4e 100644 --- a/src/misc/clipboard.c +++ b/src/misc/clipboard.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** clipboard.c: The implementation of Clipboard. diff --git a/src/misc/drawsemop.c b/src/misc/drawsemop.c index 192dfe79..347c57b9 100644 --- a/src/misc/drawsemop.c +++ b/src/misc/drawsemop.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** drawsemop.c: operations for drawing semaphore. diff --git a/src/misc/endianrw.c b/src/misc/endianrw.c index e90dee2f..2183f643 100644 --- a/src/misc/endianrw.c +++ b/src/misc/endianrw.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** endianrw.c: diff --git a/src/misc/error.c b/src/misc/error.c index bef028ce..0b1f8482 100644 --- a/src/misc/error.c +++ b/src/misc/error.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** error.c: error handling functions diff --git a/src/misc/errorlog.c b/src/misc/errorlog.c index 2f5e01e1..876183ff 100644 --- a/src/misc/errorlog.c +++ b/src/misc/errorlog.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** errorlog.c: Error routines for programs that can run as a daemon. diff --git a/src/misc/license.c b/src/misc/license.c index ac9ad46d..f051458a 100644 --- a/src/misc/license.c +++ b/src/misc/license.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/misc/listenfd.c b/src/misc/listenfd.c index fb248930..82e3d51b 100644 --- a/src/misc/listenfd.c +++ b/src/misc/listenfd.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** listen.c: routines for listen fd. diff --git a/src/misc/math.c b/src/misc/math.c index 1e1f05a5..30ab18e9 100644 --- a/src/misc/math.c +++ b/src/misc/math.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** math.c: the fixed point math routines. diff --git a/src/misc/misc-dt.c b/src/misc/misc-dt.c index 4a75a5a2..d3606bb3 100644 --- a/src/misc/misc-dt.c +++ b/src/misc/misc-dt.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** misc-dt.c: This file include some miscelleous functions. diff --git a/src/misc/misc-win.c b/src/misc/misc-win.c index 2af568d5..25c2cc8f 100644 --- a/src/misc/misc-win.c +++ b/src/misc/misc-win.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifdef WIN32 diff --git a/src/misc/misc.c b/src/misc/misc.c index b107ef3d..1e1f2d5c 100644 --- a/src/misc/misc.c +++ b/src/misc/misc.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** misc.c: This file include some miscelleous functions. diff --git a/src/misc/nposix.c b/src/misc/nposix.c index 3a4982ce..cd1d5607 100644 --- a/src/misc/nposix.c +++ b/src/misc/nposix.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** nposix.c: This file include some miscelleous functions not diff --git a/src/misc/rc4.c b/src/misc/rc4.c index 4cb44938..28d4a33f 100644 --- a/src/misc/rc4.c +++ b/src/misc/rc4.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * http://en.wikipedia.org/wiki/RC4 diff --git a/src/misc/rc4.h b/src/misc/rc4.h index b73b5568..1d9bd1f1 100644 --- a/src/misc/rc4.h +++ b/src/misc/rc4.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _RC4_H #define _RC4_H diff --git a/src/misc/rwops.c b/src/misc/rwops.c index 1dbde30d..d8dd0f9d 100644 --- a/src/misc/rwops.c +++ b/src/misc/rwops.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** rwops.c: diff --git a/src/misc/sockio.c b/src/misc/sockio.c index 37995a07..23a1121e 100644 --- a/src/misc/sockio.c +++ b/src/misc/sockio.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** sockio.c: routines for socket i/o. diff --git a/src/misc/systext.c b/src/misc/systext.c index f74a42a3..ec2394f9 100644 --- a/src/misc/systext.c +++ b/src/misc/systext.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** systext.c: GetSysText function. diff --git a/src/mybmp/gif.c b/src/mybmp/gif.c index 1a3ad9b8..f84e29b3 100644 --- a/src/mybmp/gif.c +++ b/src/mybmp/gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** gif.c: Low-level GIF file read/save routines. diff --git a/src/mybmp/jpeg.c b/src/mybmp/jpeg.c index 4f41b274..23387b8c 100644 --- a/src/mybmp/jpeg.c +++ b/src/mybmp/jpeg.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** jpg.c: Low-level JPEG file read/save routines. diff --git a/src/mybmp/lbm.c b/src/mybmp/lbm.c index 22a7e445..8714f93b 100644 --- a/src/mybmp/lbm.c +++ b/src/mybmp/lbm.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** pcx.c: Low-level LBM/PBM bitmap file read/save routines. diff --git a/src/mybmp/mybmp.c b/src/mybmp/mybmp.c index 82799214..20db94f8 100644 --- a/src/mybmp/mybmp.c +++ b/src/mybmp/mybmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Top-level bitmap file read/save function. diff --git a/src/mybmp/pcx.c b/src/mybmp/pcx.c index f90a89c7..6388100b 100644 --- a/src/mybmp/pcx.c +++ b/src/mybmp/pcx.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** pcx.c: Low-level PCX bitmap file read/save routines. diff --git a/src/mybmp/png.c b/src/mybmp/png.c index fc9638b8..93ec177a 100644 --- a/src/mybmp/png.c +++ b/src/mybmp/png.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** png.c: Low-level PNG file read routines. diff --git a/src/mybmp/tga.c b/src/mybmp/tga.c index 227e027e..090d69a5 100644 --- a/src/mybmp/tga.c +++ b/src/mybmp/tga.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Low-level TGA bitmap file read/save function. diff --git a/src/mybmp/winbmp.c b/src/mybmp/winbmp.c index 762f8456..b6f69b03 100644 --- a/src/mybmp/winbmp.c +++ b/src/mybmp/winbmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Low-level Windows bitmap read/save function. diff --git a/src/newgal/RLEaccel.c b/src/newgal/RLEaccel.c index 5bd325a9..663976a1 100644 --- a/src/newgal/RLEaccel.c +++ b/src/newgal/RLEaccel.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/newgal/RLEaccel_c.h b/src/newgal/RLEaccel_c.h index 5ff92111..31283568 100644 --- a/src/newgal/RLEaccel_c.h +++ b/src/newgal/RLEaccel_c.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Useful functions and variables from RLEaccel.c */ diff --git a/src/newgal/bf533/bf533video.c b/src/newgal/bf533/bf533video.c index e61ed7d8..ba6a9c70 100644 --- a/src/newgal/bf533/bf533video.c +++ b/src/newgal/bf533/bf533video.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: bf533video.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/newgal/bf533/bf533video.h b/src/newgal/bf533/bf533video.h index 1fa0ad03..a0cf0c86 100644 --- a/src/newgal/bf533/bf533video.h +++ b/src/newgal/bf533/bf533video.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: bf533video.h 7345 2007-08-16 03:57:17Z xgwang $ diff --git a/src/newgal/blit.c b/src/newgal/blit.c index ff451ffa..0d14a3ee 100644 --- a/src/newgal/blit.c +++ b/src/newgal/blit.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/blit.h b/src/newgal/blit.h index 04db443f..8adec2e1 100644 --- a/src/newgal/blit.h +++ b/src/newgal/blit.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_blit_h diff --git a/src/newgal/blit_0.c b/src/newgal/blit_0.c index 22984a68..575fe029 100644 --- a/src/newgal/blit_0.c +++ b/src/newgal/blit_0.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/blit_1.c b/src/newgal/blit_1.c index 0cc0f4ab..1558b05a 100644 --- a/src/newgal/blit_1.c +++ b/src/newgal/blit_1.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/blit_A.c b/src/newgal/blit_A.c index 9d47c224..f4986732 100644 --- a/src/newgal/blit_A.c +++ b/src/newgal/blit_A.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/blit_A.h b/src/newgal/blit_A.h index 2b0fa217..e10c5f05 100644 --- a/src/newgal/blit_A.h +++ b/src/newgal/blit_A.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Functions from blitalpha.c */ diff --git a/src/newgal/blit_N.c b/src/newgal/blit_N.c index b031278c..18a60773 100644 --- a/src/newgal/blit_N.c +++ b/src/newgal/blit_N.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/commlcd/axlinux_c33l05.c b/src/newgal/commlcd/axlinux_c33l05.c index 2a3139c5..2068ac69 100644 --- a/src/newgal/commlcd/axlinux_c33l05.c +++ b/src/newgal/commlcd/axlinux_c33l05.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** unknown.c: A subdriver of CommonLCD NEWGAL engine for EPSON C33L05 running axLinux. diff --git a/src/newgal/commlcd/axlinux_c33l05.h b/src/newgal/commlcd/axlinux_c33l05.h index 25cbfd15..57d81666 100644 --- a/src/newgal/commlcd/axlinux_c33l05.h +++ b/src/newgal/commlcd/axlinux_c33l05.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* test c33l05dmt */ diff --git a/src/newgal/commlcd/commlcd.c b/src/newgal/commlcd/commlcd.c index 3f5a5bfb..38ca8022 100644 --- a/src/newgal/commlcd/commlcd.c +++ b/src/newgal/commlcd/commlcd.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** commlcd.c: CommonLCD NEWGAL video driver. diff --git a/src/newgal/commlcd/commlcd.h b/src/newgal/commlcd/commlcd.h index 45b86c00..97b37386 100644 --- a/src/newgal/commlcd/commlcd.h +++ b/src/newgal/commlcd/commlcd.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_COMMLCD_H diff --git a/src/newgal/commlcd/ecos_generic.c b/src/newgal/commlcd/ecos_generic.c index 067da214..de32311d 100644 --- a/src/newgal/commlcd/ecos_generic.c +++ b/src/newgal/commlcd/ecos_generic.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ecos_generic.c: A subdriver of CommonLCD NEWGAL engine for eCos. diff --git a/src/newgal/commlcd/ecos_mv6600.c b/src/newgal/commlcd/ecos_mv6600.c index 0320c32a..cc6627f9 100644 --- a/src/newgal/commlcd/ecos_mv6600.c +++ b/src/newgal/commlcd/ecos_mv6600.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ecos_mv6600.c: A subdriver of CommonLCD NEWGAL engine for eCos. diff --git a/src/newgal/commlcd/extern.c b/src/newgal/commlcd/extern.c index 623d2589..e4db77da 100644 --- a/src/newgal/commlcd/extern.c +++ b/src/newgal/commlcd/extern.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** extern.c: A subdriver of CommonLCD NEWGAL engine for some targets diff --git a/src/newgal/commlcd/ose_mx21.c b/src/newgal/commlcd/ose_mx21.c index 78eeff21..f444b692 100644 --- a/src/newgal/commlcd/ose_mx21.c +++ b/src/newgal/commlcd/ose_mx21.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vxworks_i386.c: A subdriver of CommonLCD NEWGAL engine for VxWorks on i386. diff --git a/src/newgal/commlcd/vxworks_i386.c b/src/newgal/commlcd/vxworks_i386.c index 2b4050d7..78c9933d 100644 --- a/src/newgal/commlcd/vxworks_i386.c +++ b/src/newgal/commlcd/vxworks_i386.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vxworks_i386.c: A subdriver of CommonLCD NEWGAL engine for VxWorks on i386. diff --git a/src/newgal/commlcd/vxworks_ppc.c b/src/newgal/commlcd/vxworks_ppc.c index e33c9230..aae261cf 100644 --- a/src/newgal/commlcd/vxworks_ppc.c +++ b/src/newgal/commlcd/vxworks_ppc.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** vxworks_ppc.c: A subdriver of CommonLCD NEWGAL engine for VxWorks on i386. diff --git a/src/newgal/commlcd/win_generic.c b/src/newgal/commlcd/win_generic.c index 550af195..05acb54f 100644 --- a/src/newgal/commlcd/win_generic.c +++ b/src/newgal/commlcd/win_generic.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** wvfb_generic.c: A subdriver of CommonLCD NEWGAL engine for Windows. diff --git a/src/newgal/dfb/dfbvideo.c b/src/newgal/dfb/dfbvideo.c index b5a449d4..7984cc36 100644 --- a/src/newgal/dfb/dfbvideo.c +++ b/src/newgal/dfb/dfbvideo.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** This is the NEWGAL common DirectFB engine, base on DirectFB 1.0. diff --git a/src/newgal/dfb/dfbvideo.h b/src/newgal/dfb/dfbvideo.h index 97889019..39e4bb30 100644 --- a/src/newgal/dfb/dfbvideo.h +++ b/src/newgal/dfb/dfbvideo.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** This is the NEWGAL common DirectFB engine, base on DirectFB 1.0. diff --git a/src/newgal/dfb/st7167_video.c b/src/newgal/dfb/st7167_video.c index 3b35d971..9475b52d 100644 --- a/src/newgal/dfb/st7167_video.c +++ b/src/newgal/dfb/st7167_video.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** This is the ST7167 platform DirectFB NEWGAL engine. diff --git a/src/newgal/dfb/st7167_video.h b/src/newgal/dfb/st7167_video.h index ef44f1d7..bc21b017 100644 --- a/src/newgal/dfb/st7167_video.h +++ b/src/newgal/dfb/st7167_video.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** This is the ST7167 platform DirectFB NEWGAL engine. diff --git a/src/newgal/dummy/nullvideo.c b/src/newgal/dummy/nullvideo.c index 23301c00..796599c8 100644 --- a/src/newgal/dummy/nullvideo.c +++ b/src/newgal/dummy/nullvideo.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Dummy GAL video driver implementation; this is just enough to make an diff --git a/src/newgal/dummy/nullvideo.h b/src/newgal/dummy/nullvideo.h index bb8ae36f..c95dc5d7 100644 --- a/src/newgal/dummy/nullvideo.h +++ b/src/newgal/dummy/nullvideo.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_nullvideo_h diff --git a/src/newgal/em85xxosd/em85xxosd.c b/src/newgal/em85xxosd/em85xxosd.c index 31cf1900..85e7aa1c 100644 --- a/src/newgal/em85xxosd/em85xxosd.c +++ b/src/newgal/em85xxosd/em85xxosd.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: em85xxosd.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/newgal/em85xxosd/em85xxosd.h b/src/newgal/em85xxosd/em85xxosd.h index 9077abdd..2ec3ed7c 100644 --- a/src/newgal/em85xxosd/em85xxosd.h +++ b/src/newgal/em85xxosd/em85xxosd.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: em85xxosd.h 7349 2007-08-16 04:54:21Z xgwang $ diff --git a/src/newgal/em85xxosd/realmagichwl_userland_api.c b/src/newgal/em85xxosd/realmagichwl_userland_api.c index 84ad49bb..77b95d22 100644 --- a/src/newgal/em85xxosd/realmagichwl_userland_api.c +++ b/src/newgal/em85xxosd/realmagichwl_userland_api.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/newgal/em85xxyuv/em85xxyuv.c b/src/newgal/em85xxyuv/em85xxyuv.c index 0105af2f..e597dec1 100644 --- a/src/newgal/em85xxyuv/em85xxyuv.c +++ b/src/newgal/em85xxyuv/em85xxyuv.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: em85xxyuv.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/newgal/em85xxyuv/em85xxyuv.h b/src/newgal/em85xxyuv/em85xxyuv.h index 164484ad..4ec74021 100644 --- a/src/newgal/em85xxyuv/em85xxyuv.h +++ b/src/newgal/em85xxyuv/em85xxyuv.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: em85xxyuv.h 7350 2007-08-16 04:55:17Z xgwang $ diff --git a/src/newgal/em85xxyuv/realmagichwl_userland_api.c b/src/newgal/em85xxyuv/realmagichwl_userland_api.c index cb6275aa..3a6be391 100644 --- a/src/newgal/em85xxyuv/realmagichwl_userland_api.c +++ b/src/newgal/em85xxyuv/realmagichwl_userland_api.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/newgal/em86gfx/em86gfx.c b/src/newgal/em86gfx/em86gfx.c index 0b15f3bf..eea3a548 100644 --- a/src/newgal/em86gfx/em86gfx.c +++ b/src/newgal/em86gfx/em86gfx.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: em86gfx.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/newgal/em86gfx/em86gfx.h b/src/newgal/em86gfx/em86gfx.h index 2c5454ba..4306c7a8 100644 --- a/src/newgal/em86gfx/em86gfx.h +++ b/src/newgal/em86gfx/em86gfx.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: em86gfx.h 7351 2007-08-16 04:55:58Z xgwang $ diff --git a/src/newgal/fbcon/3dfx_mmio.h b/src/newgal/fbcon/3dfx_mmio.h index 531fbc50..69092b78 100644 --- a/src/newgal/fbcon/3dfx_mmio.h +++ b/src/newgal/fbcon/3dfx_mmio.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* 3Dfx register definitions */ diff --git a/src/newgal/fbcon/3dfx_regs.h b/src/newgal/fbcon/3dfx_regs.h index 0dd9734c..0a6d40d0 100644 --- a/src/newgal/fbcon/3dfx_regs.h +++ b/src/newgal/fbcon/3dfx_regs.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _3DFX_REGS_H diff --git a/src/newgal/fbcon/compiler.h b/src/newgal/fbcon/compiler.h index 29555d0d..48ba4a5e 100644 --- a/src/newgal/fbcon/compiler.h +++ b/src/newgal/fbcon/compiler.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. diff --git a/src/newgal/fbcon/fb3dfx.c b/src/newgal/fbcon/fb3dfx.c index 599fd54e..7dbc48a8 100644 --- a/src/newgal/fbcon/fb3dfx.c +++ b/src/newgal/fbcon/fb3dfx.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/fbcon/fb3dfx.h b/src/newgal/fbcon/fb3dfx.h index a4b1285c..b62bbee8 100644 --- a/src/newgal/fbcon/fb3dfx.h +++ b/src/newgal/fbcon/fb3dfx.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** 3Dfx hardware acceleration for the GAL framebuffer console driver diff --git a/src/newgal/fbcon/fbmatrox.c b/src/newgal/fbcon/fbmatrox.c index a2e824ba..0fb642c4 100644 --- a/src/newgal/fbcon/fbmatrox.c +++ b/src/newgal/fbcon/fbmatrox.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/fbcon/fbmatrox.h b/src/newgal/fbcon/fbmatrox.h index 874020d2..f5a775c3 100644 --- a/src/newgal/fbcon/fbmatrox.h +++ b/src/newgal/fbcon/fbmatrox.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Matrox hardware acceleration for the GAL framebuffer console driver diff --git a/src/newgal/fbcon/fbneomagic.c b/src/newgal/fbcon/fbneomagic.c index ad4037f1..aed6fa12 100644 --- a/src/newgal/fbcon/fbneomagic.c +++ b/src/newgal/fbcon/fbneomagic.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/fbcon/fbneomagic.h b/src/newgal/fbcon/fbneomagic.h index ff00698d..b88734a9 100644 --- a/src/newgal/fbcon/fbneomagic.h +++ b/src/newgal/fbcon/fbneomagic.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Port from DirectFB by Wei Yongming. diff --git a/src/newgal/fbcon/fbvideo.c b/src/newgal/fbcon/fbvideo.c index 9ff1e7bd..fe81d4ec 100644 --- a/src/newgal/fbcon/fbvideo.c +++ b/src/newgal/fbcon/fbvideo.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/newgal/fbcon/fbvideo.h b/src/newgal/fbcon/fbvideo.h index fffa3c29..b907dcd8 100644 --- a/src/newgal/fbcon/fbvideo.h +++ b/src/newgal/fbcon/fbvideo.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_fbvideo_h diff --git a/src/newgal/fbcon/hi3560aInit/hi3560a_init.c b/src/newgal/fbcon/hi3560aInit/hi3560a_init.c index 06bf97ae..4e0fbd79 100644 --- a/src/newgal/fbcon/hi3560aInit/hi3560a_init.c +++ b/src/newgal/fbcon/hi3560aInit/hi3560a_init.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/newgal/fbcon/matrox_mmio.h b/src/newgal/fbcon/matrox_mmio.h index 517556e2..0eb585e3 100644 --- a/src/newgal/fbcon/matrox_mmio.h +++ b/src/newgal/fbcon/matrox_mmio.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* MGA register definitions */ diff --git a/src/newgal/fbcon/matrox_regs.h b/src/newgal/fbcon/matrox_regs.h index adf557f2..9eaa6ea6 100644 --- a/src/newgal/fbcon/matrox_regs.h +++ b/src/newgal/fbcon/matrox_regs.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * MGA Millennium (MGA2064W) functions diff --git a/src/newgal/fbcon/neomagic_mmio.h b/src/newgal/fbcon/neomagic_mmio.h index 9300b433..a324f424 100644 --- a/src/newgal/fbcon/neomagic_mmio.h +++ b/src/newgal/fbcon/neomagic_mmio.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef __NEOMAGIC_MMIO_H__ diff --git a/src/newgal/fbcon/pci_smi.c b/src/newgal/fbcon/pci_smi.c index e51deb17..fc9c7773 100644 --- a/src/newgal/fbcon/pci_smi.c +++ b/src/newgal/fbcon/pci_smi.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** pci_smi.c: accelerated NEWGAL>FBCON driver for Silicon Motion graphics diff --git a/src/newgal/fbcon/pci_smi.h b/src/newgal/fbcon/pci_smi.h index f524408a..0d782472 100644 --- a/src/newgal/fbcon/pci_smi.h +++ b/src/newgal/fbcon/pci_smi.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** pci_smi.c: accelerated NEWGAL>FBCON driver for Silicon Motion graphics diff --git a/src/newgal/fbcon/pciinfo.h b/src/newgal/fbcon/pciinfo.h index e0f7c8f9..2ba07e70 100644 --- a/src/newgal/fbcon/pciinfo.h +++ b/src/newgal/fbcon/pciinfo.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/newgal/fbcon/pcivideo.c b/src/newgal/fbcon/pcivideo.c index 258e389c..269e48b8 100644 --- a/src/newgal/fbcon/pcivideo.c +++ b/src/newgal/fbcon/pcivideo.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** pcivideo.c: PCIAccess based accelerated video driver implementation. diff --git a/src/newgal/fbcon/pcivideo.h b/src/newgal/fbcon/pcivideo.h index c4f46638..ab87adc2 100644 --- a/src/newgal/fbcon/pcivideo.h +++ b/src/newgal/fbcon/pcivideo.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_pcivideo_h diff --git a/src/newgal/gamma.c b/src/newgal/gamma.c index 55ea117d..131d068f 100644 --- a/src/newgal/gamma.c +++ b/src/newgal/gamma.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Gamma correction support */ diff --git a/src/newgal/gdl/gdl_video.c b/src/newgal/gdl/gdl_video.c index 68b446ee..34974833 100644 --- a/src/newgal/gdl/gdl_video.c +++ b/src/newgal/gdl/gdl_video.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** gdl_video.c: Intel GDL based video driver implementation. diff --git a/src/newgal/gdl/gdl_video.h b/src/newgal/gdl/gdl_video.h index 89b0ee2c..497dda8e 100644 --- a/src/newgal/gdl/gdl_video.h +++ b/src/newgal/gdl/gdl_video.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_GDL_h diff --git a/src/newgal/hisi/gal_hi3560a.c b/src/newgal/hisi/gal_hi3560a.c index 24d1f297..359d8a90 100644 --- a/src/newgal/hisi/gal_hi3560a.c +++ b/src/newgal/hisi/gal_hi3560a.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #define dbg() printf("%s %d\n", __FUNCTION__, __LINE__) diff --git a/src/newgal/hisi/gal_hi3560a.h b/src/newgal/hisi/gal_hi3560a.h index aa26f1ed..fa7c89f8 100644 --- a/src/newgal/hisi/gal_hi3560a.h +++ b/src/newgal/hisi/gal_hi3560a.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: nullvideo.h 12768 2010-04-22 05:28:30Z wanzheng $ diff --git a/src/newgal/hisi/hi3510_fb.h b/src/newgal/hisi/hi3510_fb.h index 7e88524f..e41ec943 100644 --- a/src/newgal/hisi/hi3510_fb.h +++ b/src/newgal/hisi/hi3510_fb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: hi3510_fb.h 7268 2007-07-03 08:08:43Z xwyan $ diff --git a/src/newgal/hisi/hi3510_fbvideo.c b/src/newgal/hisi/hi3510_fbvideo.c index ce7efdb0..d86d96e7 100644 --- a/src/newgal/hisi/hi3510_fbvideo.c +++ b/src/newgal/hisi/hi3510_fbvideo.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: hi3510_fbvideo.c 10629 2008-08-07 03:45:43Z tangjianbin $ diff --git a/src/newgal/hisi/hi3510_fbvideo.h b/src/newgal/hisi/hi3510_fbvideo.h index 619f5e31..df1f8865 100644 --- a/src/newgal/hisi/hi3510_fbvideo.h +++ b/src/newgal/hisi/hi3510_fbvideo.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: hi3510_fbvideo.h 10629 2008-08-07 03:45:43Z tangjianbin $ diff --git a/src/newgal/hisi/hi3560_fb.h b/src/newgal/hisi/hi3560_fb.h index b51ef35a..4c3d6a7d 100644 --- a/src/newgal/hisi/hi3560_fb.h +++ b/src/newgal/hisi/hi3560_fb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: hi3560_fb.h 11368 2009-03-05 09:50:30Z tangjianbin $ diff --git a/src/newgal/hisi/hi3560_fbvideo.c b/src/newgal/hisi/hi3560_fbvideo.c index af35b1e5..efb5a3b5 100644 --- a/src/newgal/hisi/hi3560_fbvideo.c +++ b/src/newgal/hisi/hi3560_fbvideo.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: hi3560_fbvideo.c 12360 2009-12-16 09:56:03Z dongkai $ diff --git a/src/newgal/hisi/hi3560_fbvideo.h b/src/newgal/hisi/hi3560_fbvideo.h index d876f496..490950b9 100644 --- a/src/newgal/hisi/hi3560_fbvideo.h +++ b/src/newgal/hisi/hi3560_fbvideo.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: hi3560_fbvideo.h 12360 2009-12-16 09:56:03Z dongkai $ diff --git a/src/newgal/hisi/hi_tde.h b/src/newgal/hisi/hi_tde.h index cd5ddb8e..af8f6d98 100644 --- a/src/newgal/hisi/hi_tde.h +++ b/src/newgal/hisi/hi_tde.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: hi_tde.h 7268 2007-07-03 08:08:43Z xwyan $ diff --git a/src/newgal/hisi/pix_array.c b/src/newgal/hisi/pix_array.c index cc3d5593..c2d53a36 100644 --- a/src/newgal/hisi/pix_array.c +++ b/src/newgal/hisi/pix_array.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ static unsigned short pix_array[] = {0xffff,0xfffe,0xfffb,0xfff6,0xffef,0xffe6,0xffdb,0xffce,0xffbf,0xffae,0xff9b,0xff86,0xff6f,0xff56,0xff3b,0xff1e,0xf6ff,0xfede,0xfebb,0xfe96,0xfe6f,0xfe46,0xfe1b,0xfdee,0xfdbf,0xfd8e,0xfd5b,0xfd26,0xfcef,0xfcb6,0xfc7b,0xfc3e,0xfbff,0xfbbe,0xfb7b,0xf336,0xfaef,0xfaa6,0xfa5b,0xfa0e,0xf9bf,0xf96e,0xf91b,0xf8c6,0xf86f,0xf816,0xf7bb,0xf75e,0xf6ff,0xf69e,0xf63b,0xf5d6,0xf56f,0xf506,0xf49b,0xf42e,0xf3bf,0xf34e,0xf2db,0xf266,0xf1ef,0xf176,0xf0fb,0xf07e,0xefff,0xef7e,0xeefb,0xee76,0xedef,0xed66,0xecdb,0xec4e,0xebbf,0xeb2e,0xea9b,0xea06,0xe96f,0xe8d6,0xe83b,0xe79e,0xe6ff,0xe65e,0xe5bb,0xe516,0xe46f,0xe3c6,0xe31b,0xe26e,0xe1bf,0xe10e,0xe05b,0xdfa6,0xdeef,0xde36,0xdd7b,0xdcbe,0xdbff,0xdb3e,0xda7b,0xd9b6,0xd8ef,0xd826,0xd75b,0xd68e,0xd5bf,0xd4ee,0xd41b,0xd346,0xd26f,0xd196,0xd0bb,0xcfde,0xceff,0xce1e,0xcd3b,0xcc56,0xcb6f,0xca86,0xc99b,0xc8ae,0xc7bf,0xc6ce,0xc5db,0xc4e6,0xc3ef,0xc2f6,0xc1fb,0xc0fe,0xbfff,0xbefe,0xbdfb,0xbcf6,0xbbef,0xbae6,0xb9db,0xb8ce,0xb7bf,0xb6ae,0xb59b,0xb486,0xb36f,0xb256,0xb13b,0xb01e,0xaeff,0xadde,0xacbb,0xab96,0xaa6f,0xa946,0xa81b,0xa6ee,0xa5bf,0xa48e,0xa35b,0xa226,0xa0ef,0x9fb6,0x9e7b,0x9d3e,0x9bff,0x9abe,0x997b,0x9836,0x96ef,0x95a6,0x945b,0x930e,0x91bf,0x906e,0x8f1b,0x8dc6,0x8c6f,0x8b16,0x89bb,0x885e,0x86ff,0x859e,0x843b,0x82d6,0x816f,0x8006,0x7e9b,0x7d2e,0x7bbf,0x7a4e,0x78db,0x7766,0x75ef,0x7476,0x72fb,0x717e,0x6fff,0x6e7e,0x6cfb,0x6b76,0x69ef,0x6866,0xfffe,0xfffd,0xfffa,0xfff5,0xffee,0xffe5,0xffda,0xffcd,0xffbe,0xffad,0xff9a,0xff85,0xff6e,0xff55,0xff3a,0xff1d,0xfefe,0xfedd,0xfeba,0xfe95,0xfe6e,0xfe45,0xfe1a,0xfded,0xfdbe,0xfd8d,0xfd5a,0xfd25,0xfcee,0xfcb5,0xfc7a,0xfc3d,0xfbfe,0xfbbd,0xfb7a,0xfb35,0xfaee,0xfaa5,0xfa5a,0xfa0d,0xf9be,0xf96d,0xf91a,0xf8c5,0xf86e,0xf815,0xf7ba,0xf75d,0xf6fe,0xf69d,0xf63a,0xf5d5,0xf56e,0xf505,0xf49a,0xf42d,0xf3be,0xf34d,0xf2da,0xf265,0xf1ee,0xf175,0xf0fa,0xf07d,0xeffe,0xef7d,0xeefa,0xee75,0xedee,0xed65,0xecda,0xec4d,0xebbe,0xeb2d,0xea9a,0xea05,0xe96e,0xe8d5,0xe83a,0xe79d,0xe6fe,0xe65d,0xe5ba,0xe515,0xe46e,0xe3c5,0xe31a,0xe26d,0xe1be,0xe10d,0xe05a,0xdfa5,0xdeee,0xde35,0xdd7a,0xdcbd,0xdbfe,0xdb3d,0xda7a,0xd9b5,0xd8ee,0xd825,0xd75a,0xd68d,0xd5be,0xd4ed,0xd41a,0xd345,0xd26e,0xd195,0xd0ba,0xcfdd,0xcefe,0xce1d,0xcd3a,0xcc55,0xcb6e,0xca85,0xc99a,0xc8ad,0xc7be,0xc6cd,0xc5da,0xc4e5,0xc3ee,0xc2f5,0xc1fa,0xc0fd,0xbffe,0xbefd,0xbdfa,0xbcf5,0xbbee,0xbae5,0xb9da,0xb8cd,0xb7be,0xb6ad,0xb59a,0xb485,0xb36e,0xb255,0xb13a,0xb01d,0xaefe,0xaddd,0xacba,0xab95,0xaa6e,0xa945,0xa81a,0xa6ed,0xa5be,0xa48d,0xa35a,0xa225,0xa0ee,0x9fb5,0x9e7a,0x9d3d,0x9bfe,0x9abd,0x997a,0x9835,0x96ee,0x95a5,0x945a,0x930d,0x91be,0x906d,0x8f1a,0x8dc5,0x8c6e,0x8b15,0x89ba,0x885d,0x86fe,0x859d,0x843a,0x82d5,0x816e,0x8005,0x7e9a,0x7d2d,0x7bbe,0x7a4d,0x78da,0x7765,0x75ee,0x7475,0x72fa,0x717d,0x6ffe,0x6e7d,0x6cfa,0x6b75,0x69ee,0x6865,0xfffd,0xfffc,0xfff9,0xfff4,0xffed,0xffe4,0xffd9,0xffcc,0xffbd,0xffac,0xff99,0xff84,0xff6d,0xff54,0xff39,0xff1c,0xfefd,0xfedc,0xfeb9,0xfe94,0xfe6d,0xfe44,0xfe19,0xfdec,0xfdbd,0xfd8c,0xfd59,0xfd24,0xfced,0xfcb4,0xfc79,0xfc3c,0xfbfd,0xfbbc,0xfb79,0xfb34,0xfaed,0xfaa4,0xfa59,0xfa0c,0xf9bd,0xf96c,0xf919,0xf8c4,0xf86d,0xf814,0xf7b9,0xf75c,0xf6fd,0xf69c,0xf639,0xf5d4,0xf56d,0xf504,0xf499,0xf42c,0xf3bd,0xf34c,0xf2d9,0xf264,0xf1ed,0xf174,0xf0f9,0xf07c,0xeffd,0xef7c,0xeef9,0xee74,0xeded,0xed64,0xecd9,0xec4c,0xebbd,0xeb2c,0xea99,0xea04,0xe96d,0xe8d4,0xe839,0xe79c,0xe6fd,0xe65c,0xe5b9,0xe514,0xe46d,0xe3c4,0xe319,0xe26c,0xe1bd,0xe10c,0xe059,0xdfa4,0xdeed,0xde34,0xdd79,0xdcbc,0xdbfd,0xdb3c,0xda79,0xd9b4,0xd8ed,0xd824,0xd759,0xd68c,0xd5bd,0xd4ec,0xd419,0xd344,0xd26d,0xd194,0xd0b9,0xcfdc,0xcefd,0xce1c,0xcd39,0xcc54,0xcb6d,0xca84,0xc999,0xc8ac,0xc7bd,0xc6cc,0xc5d9,0xc4e4,0xc3ed,0xc2f4,0xc1f9,0xc0fc,0xbffd,0xbefc,0xbdf9,0xbcf4,0xbbed,0xbae4,0xb9d9,0xb8cc,0xb7bd,0xb6ac,0xb599,0xb484,0xb36d,0xb254,0xb139,0xb01c,0xaefd,0xaddc,0xacb9,0xab94,0xaa6d,0xa944,0xa819,0xa6ec,0xa5bd,0xa48c,0xa359,0xa224,0xa0ed,0x9fb4,0x9e79,0x9d3c,0x9bfd,0x9abc,0x9979,0x9834,0x96ed,0x95a4,0x9459,0x930c,0x91bd,0x906c,0x8f19,0x8dc4,0x8c6d,0x8b14,0x89b9,0x885c,0x86fd,0x859c,0x8439,0x82d4,0x816d,0x8004,0x7e99,0x7d2c, 0x7bbd,0x7a4c,0x78d9,0x7764,0x75ed,0x7474,0x72f9,0x717c,0x6ffd,0x6e7c,0x6cf9,0x6b74,0x69ed,0x6864,0xfffc,0xfffb,0xfff8,0xfff3,0xffec,0xffe3,0xffd8,0xffcb,0xffbc,0xffab,0xff98,0xff83,0xff6c,0xff53,0xff38,0xff1b,0xfefc,0xfedb,0xfeb8,0xfe93,0xfe6c,0xfe43,0xf618,0xfdeb,0xfdbc,0xfd8b,0xfd58,0xfd23,0xfcec,0xfcb3,0xfc78,0xfc3b,0xfbfc,0xfbbb,0xfb78,0xfb33,0xf2ec,0xfaa3,0xfa58,0xfa0b,0xf9bc,0xf96b,0xf918,0xf8c3,0xf86c,0xf813,0xf7b8,0xf75b,0xf6fc,0xf69b,0xf638,0xf5d3,0xf56c,0xf503,0xf498,0xf42b,0xf3bc,0xf34b,0xf2d8,0xf263,0xf1ec,0xf173,0xf0f8,0xf07b,0xeffc,0xef7b,0xeef8,0xee73,0xedec,0xed63,0xecd8,0xec4b,0xebbc,0xeb2b,0xea98,0xea03,0xe96c,0xe8d3,0xe838,0xe79b,0xe6fc,0xe65b,0xe5b8,0xe513,0xe46c,0xe3c3,0xe318,0xe26b,0xe1bc,0xe10b,0xe058,0xdfa3,0xdeec,0xde33,0xdd78,0xdcbb,0xdbfc,0xdb3b,0xda78,0xd9b3,0xd8ec,0xd823,0xd758,0xd68b,0xd5bc,0xd4eb,0xd418,0xd343,0xd26c,0xd193,0xd0b8,0xcfdb,0xcefc,0xce1b,0xcd38,0xcc53,0xcb6c,0xca83,0xc998,0xc8ab,0xc7bc,0xc6cb,0xc5d8,0xc4e3,0xc3ec,0xc2f3,0xc1f8,0xc0fb,0xbffc,0xbefb,0xbdf8,0xbcf3,0xbbec,0xbae3,0xb9d8,0xb8cb,0xb7bc,0xb6ab,0xb598,0xb483,0xb36c,0xb253,0xb138,0xb01b,0xaefc,0xaddb,0xacb8,0xab93,0xaa6c,0xa943,0xa818,0xa6eb,0xa5bc,0xa48b,0xa358,0xa223,0xa0ec,0x9fb3,0x9e78,0x9d3b,0x9bfc,0x9abb,0x9978,0x9833,0x96ec,0x95a3,0x9458,0x930b,0x91bc,0x906b,0x8f18,0x8dc3,0x8c6c,0x8b13,0x89b8,0x885b,0x86fc,0x859b,0x8438,0x82d3,0x816c,0x8003,0x7e98,0x7d2b,0x7bbc,0x7a4b,0x78d8,0x7763,0x75ec,0x7473,0x72f8,0x717b,0x6ffc,0x6e7b,0x6cf8,0x6b73,0x69ec,0x6863,0xfffb,0xfffa,0xfff7,0xfff2,0xffeb,0xffe2,0xffd7,0xffca,0xffbb,0xffaa,0xff97,0xff82,0xff6b,0xff52,0xff37,0xff1a,0xfefb,0xfeda,0xfeb7,0xfe92,0xfe6b,0xfe42,0xfe17,0xfdea,0xfdbb,0xfd8a,0xfd57,0xfd22,0xfceb,0xfcb2,0xfc77,0xfc3a,0xfbfb,0xf3ba,0xfb77,0xfb32,0xfaeb,0xfaa2,0xfa55,0xfa08,0xf9bb,0xf96a,0xf917,0xf8c2,0xf86b,0xf812,0xf7b7,0xf75a,0xf6fb,0xf69a,0xf637,0xf5d2,0xf56b,0xf502,0xf497,0xf42a,0xf3bb,0xf34a,0xf2d7,0xf262,0xf1eb,0xf172,0xf0f7,0xf07a,0xeffb,0xef7a,0xeef7,0xee72,0xedeb,0xed62,0xecd7,0xec4a,0xebbb,0xeb2a,0xea97,0xea02,0xe96b,0xe8d2,0xe837,0xe79a,0xe6fb,0xe65a,0xe5b7,0xe512,0xe46b,0xe3c2,0xe317,0xe26a,0xe1bb,0xe10a,0xe057,0xdfa2,0xdeeb,0xde32,0xdd77,0xdcba,0xdbfb,0xdb3a,0xda77,0xd9b2,0xd8eb,0xd822,0xd757,0xd68a,0xd5bb,0xd4ea,0xd417,0xd342,0xd26b,0xd192,0xd0b7,0xcfda,0xcefb,0xce1a,0xcd37,0xcc52,0xcb6b,0xca82,0xc997,0xc8aa,0xc7bb,0xc6ca,0xc5d7,0xc4e2,0xc3eb,0xc2f2,0xc1f7,0xc0fa,0xbffb,0xbefa,0xbdf7,0xbcf2,0xbbeb,0xbae2,0xb9d7,0xb8ca,0xb7bb,0xb6aa,0xb597,0xb482,0xb36b,0xb252,0xb137,0xb01a,0xaefb,0xadda,0xacb7,0xab92,0xaa6b,0xa942,0xa817,0xa6ea,0xa5bb,0xa48a,0xa357,0xa222,0xa0eb,0x9fb2,0x9e77,0x9d3a,0x9bfb,0x9aba,0x9977,0x9832,0x96eb,0x95a2,0x9457,0x930a,0x91bb,0x906a,0x8f17,0x8dc2,0x8c6b,0x8b12,0x89b7,0x885a,0x86fb,0x859a,0x8437,0x82d2,0x816b,0x8002,0x7e97,0x7d2a,0x7bbb,0x7a4a,0x78d7,0x7762,0x75eb,0x7472,0x72f7,0x717a,0x6ffb,0x6e7a,0x6cf7,0x6b72,0x69eb,0x6862,0xfffa,0xfff9,0xfff6,0xfff1,0xffea,0xffe1,0xffd6,0xffc9,0xffba,0xffa9,0xff96,0xff81,0xff6a,0xff51,0xff36,0xff19,0xeefa,0xfed9,0xfeb4,0xf691,0xfe6a,0xfec1,0xfe54,0xf5eb,0xf5ba,0xf58b,0xfd56,0xfd21,0xfcea,0xfcb1,0xf434,0xfc39,0xf3fa,0xebb9,0xf376,0xfb71,0xf2ea,0xf2a1,0xfa16,0xf209,0xf9ba,0xf969,0xf916,0xf8c1,0xf86a,0xf811,0xf7b6,0xf759,0xf6fa,0xf699,0xf636,0xf5d1,0xf56a,0xf501,0xf496,0xf429,0xf3ba,0xf349,0xf2d6,0xf261,0xf1ea,0xf171,0xf0f6,0xf079,0xeffa,0xef79,0xeef6,0xee71,0xedea,0xed61,0xecd6,0xec49,0xebba,0xeb29,0xea96,0xea01,0xe96a,0xe8d1,0xe836,0xe799,0xe6fa,0xe659,0xe5b6,0xe511,0xe46a,0xe3c1,0xe316,0xe269,0xe1ba,0xe109,0xe056,0xdfa1,0xdeea,0xde31,0xdd76,0xdcb9,0xdbfa,0xdb39,0xda76,0xd9b1,0xd8ea,0xd821,0xd756,0xd689,0xd5ba,0xd4e9,0xd416,0xd341,0xd26a,0xd191,0xd0b6,0xcfd9,0xcefa,0xce19,0xcd36,0xcc51,0xcb6a,0xca81,0xc996,0xc8a9,0xc7ba,0xc6c9,0xc5d6,0xc4e1,0xc3ea,0xc2f1,0xc1f6,0xc0f9,0xbffa,0xbef9,0xbdf6,0xbcf1,0xbbea,0xbae1,0xb9d6,0xb8c9,0xb7ba,0xb6a9,0xb596,0xb481,0xb36a,0xb251,0xb136,0xb019,0xaefa,0xadd9,0xacb6,0xab91,0xaa6a,0xa941,0xa816,0xa6e9,0xa5ba,0xa489,0xa356,0xa221,0xa0ea,0x9fb1,0x9e76,0x9d39,0x9bfa,0x9ab9,0x9976,0x9831,0x96ea,0x95a1,0x9456,0x9309,0x91ba,0x9069,0x8f16,0x8dc1,0x8c6a,0x8b11, diff --git a/src/newgal/hisi/tde.c b/src/newgal/hisi/tde.c index aa756934..8a9db4b8 100644 --- a/src/newgal/hisi/tde.c +++ b/src/newgal/hisi/tde.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: tde.c 7268 2007-07-03 08:08:43Z xwyan $ diff --git a/src/newgal/hisi/tde_reg.h b/src/newgal/hisi/tde_reg.h index e42b06de..b72f2509 100644 --- a/src/newgal/hisi/tde_reg.h +++ b/src/newgal/hisi/tde_reg.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: tde_reg.h 7268 2007-07-03 08:08:43Z xwyan $ diff --git a/src/newgal/leaks.h b/src/newgal/leaks.h index 133c14c9..59d671e7 100644 --- a/src/newgal/leaks.h +++ b/src/newgal/leaks.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Define this if you want surface leak detection code enabled */ diff --git a/src/newgal/mb93493/mb93493video.c b/src/newgal/mb93493/mb93493video.c index 5be7e288..2e3c789f 100644 --- a/src/newgal/mb93493/mb93493video.c +++ b/src/newgal/mb93493/mb93493video.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: mb93493video.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/newgal/mb93493/mb93493video.h b/src/newgal/mb93493/mb93493video.h index 42a4e1f3..8a77dcf7 100644 --- a/src/newgal/mb93493/mb93493video.h +++ b/src/newgal/mb93493/mb93493video.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: mb93493video.h 7353 2007-08-16 04:58:32Z xgwang $ diff --git a/src/newgal/mb93493/vdc_init.c b/src/newgal/mb93493/vdc_init.c index 40873119..a39f3400 100644 --- a/src/newgal/mb93493/vdc_init.c +++ b/src/newgal/mb93493/vdc_init.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: vdc_init.c 7353 2007-08-16 04:58:32Z xgwang $ diff --git a/src/newgal/mb93493/vdc_init.h b/src/newgal/mb93493/vdc_init.h index 4b8e1ac1..6b283ccb 100644 --- a/src/newgal/mb93493/vdc_init.h +++ b/src/newgal/mb93493/vdc_init.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef __VDC_INIT_H__ #define __VDC_INIT_H__ diff --git a/src/newgal/mlshadow/mlshadow-proc.c b/src/newgal/mlshadow/mlshadow-proc.c index 44179a2d..91b177ce 100644 --- a/src/newgal/mlshadow/mlshadow-proc.c +++ b/src/newgal/mlshadow/mlshadow-proc.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mlshadow.c: Multi-Layer MLShadow NEWGAL video driver. diff --git a/src/newgal/mlshadow/mlshadow-proc.h b/src/newgal/mlshadow/mlshadow-proc.h index 905298dc..6446a40b 100644 --- a/src/newgal/mlshadow/mlshadow-proc.h +++ b/src/newgal/mlshadow/mlshadow-proc.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_MLSHADOW_H diff --git a/src/newgal/mlshadow/mlshadow-ths.c b/src/newgal/mlshadow/mlshadow-ths.c index 2095fb5c..477b2302 100644 --- a/src/newgal/mlshadow/mlshadow-ths.c +++ b/src/newgal/mlshadow/mlshadow-ths.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mlshadow.c: Multi-Layer Shadow NEWGAL video driver. diff --git a/src/newgal/mlshadow/mlshadow-ths.h b/src/newgal/mlshadow/mlshadow-ths.h index 390c926b..a794127a 100644 --- a/src/newgal/mlshadow/mlshadow-ths.h +++ b/src/newgal/mlshadow/mlshadow-ths.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_MLSHADOW_H diff --git a/src/newgal/mlshadow/test/mlshadowtest_left.c b/src/newgal/mlshadow/test/mlshadowtest_left.c index 14dd5048..cbd139a4 100644 --- a/src/newgal/mlshadow/test/mlshadowtest_left.c +++ b/src/newgal/mlshadow/test/mlshadowtest_left.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/mlshadow/test/mlshadowtest_right.c b/src/newgal/mlshadow/test/mlshadowtest_right.c index a58375e4..4fbcaf60 100644 --- a/src/newgal/mlshadow/test/mlshadowtest_right.c +++ b/src/newgal/mlshadow/test/mlshadowtest_right.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/mlshadow/test/window_mini_max.c b/src/newgal/mlshadow/test/window_mini_max.c index 7c40f2b5..377ada46 100644 --- a/src/newgal/mlshadow/test/window_mini_max.c +++ b/src/newgal/mlshadow/test/window_mini_max.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/mstar/mstar_video.c b/src/newgal/mstar/mstar_video.c index e067a79e..689a44ef 100644 --- a/src/newgal/mstar/mstar_video.c +++ b/src/newgal/mstar/mstar_video.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/newgal/mstar/mstar_video.h b/src/newgal/mstar/mstar_video.h index e8e06826..42bfae3f 100644 --- a/src/newgal/mstar/mstar_video.h +++ b/src/newgal/mstar/mstar_video.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_MStar_video_h #define _GAL_MStar_video_h diff --git a/src/newgal/newgal.c b/src/newgal/newgal.c index 82a5ae0f..6e960f88 100644 --- a/src/newgal/newgal.c +++ b/src/newgal/newgal.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** The New Graphics Abstract Layer of MiniGUI. diff --git a/src/newgal/nexus/nexusvideo.c b/src/newgal/nexus/nexusvideo.c index 060b318f..2080cb58 100644 --- a/src/newgal/nexus/nexusvideo.c +++ b/src/newgal/nexus/nexusvideo.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/newgal/nexus/nexusvideo.h b/src/newgal/nexus/nexusvideo.h index de84eb13..23f1f6c9 100644 --- a/src/newgal/nexus/nexusvideo.h +++ b/src/newgal/nexus/nexusvideo.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/newgal/nexus/nexusvideo_pri.c b/src/newgal/nexus/nexusvideo_pri.c index 382050eb..a67b8a3c 100644 --- a/src/newgal/nexus/nexusvideo_pri.c +++ b/src/newgal/nexus/nexusvideo_pri.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" #include "minigui.h" diff --git a/src/newgal/nexus/nexusvideo_pri.h b/src/newgal/nexus/nexusvideo_pri.h index 81cc9481..60d13821 100644 --- a/src/newgal/nexus/nexusvideo_pri.h +++ b/src/newgal/nexus/nexusvideo_pri.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/newgal/pcxvfb/pcxvfb-winfb.c b/src/newgal/pcxvfb/pcxvfb-winfb.c index 525654c1..3b9c84e2 100644 --- a/src/newgal/pcxvfb/pcxvfb-winfb.c +++ b/src/newgal/pcxvfb/pcxvfb-winfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /** ** pcxvfb-winfb.c: win32 virtual fb implementation and ipc operations diff --git a/src/newgal/pcxvfb/pcxvfb-winfb.h b/src/newgal/pcxvfb/pcxvfb-winfb.h index 4335f06c..96289a79 100644 --- a/src/newgal/pcxvfb/pcxvfb-winfb.h +++ b/src/newgal/pcxvfb/pcxvfb-winfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /** ** pcxvfb-winfb.h: win32 virtual fb implementation and ipc operations diff --git a/src/newgal/pcxvfb/pcxvfb.c b/src/newgal/pcxvfb/pcxvfb.c index 17e790e5..be09507c 100644 --- a/src/newgal/pcxvfb/pcxvfb.c +++ b/src/newgal/pcxvfb/pcxvfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /** ** pcxvfb.c: PC X virtual FrameBuffer based video driver implementation. diff --git a/src/newgal/pcxvfb/pcxvfb.h b/src/newgal/pcxvfb/pcxvfb.h index 19591043..93415e67 100644 --- a/src/newgal/pcxvfb/pcxvfb.h +++ b/src/newgal/pcxvfb/pcxvfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_pcxvfb_h diff --git a/src/newgal/pixels.c b/src/newgal/pixels.c index daf4d32f..e12b9646 100644 --- a/src/newgal/pixels.c +++ b/src/newgal/pixels.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* General (mostly internal) pixel/color manipulation routines for GAL */ diff --git a/src/newgal/pixels_c.h b/src/newgal/pixels_c.h index 6e64abbe..c9ae0a22 100644 --- a/src/newgal/pixels_c.h +++ b/src/newgal/pixels_c.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Useful functions and variables from pixel.c */ diff --git a/src/newgal/qvfb/qvfb.c b/src/newgal/qvfb/qvfb.c index 6d55a12e..d74940c1 100644 --- a/src/newgal/qvfb/qvfb.c +++ b/src/newgal/qvfb/qvfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** qvfb.c: Qt virtual FrameBuffer based video driver implementation. diff --git a/src/newgal/qvfb/qvfb.h b/src/newgal/qvfb/qvfb.h index 7ac6f83a..b2c470c1 100644 --- a/src/newgal/qvfb/qvfb.h +++ b/src/newgal/qvfb/qvfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_qvfb_h diff --git a/src/newgal/rtos_xvfb/rtos_xvfb.c b/src/newgal/rtos_xvfb/rtos_xvfb.c index c3e76417..4e20e5a3 100644 --- a/src/newgal/rtos_xvfb/rtos_xvfb.c +++ b/src/newgal/rtos_xvfb/rtos_xvfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** rtos_xvfb.c: RTOS X virtual FrameBuffer based video driver implementation. diff --git a/src/newgal/rtos_xvfb/rtos_xvfb.h b/src/newgal/rtos_xvfb/rtos_xvfb.h index c8994f35..0963db21 100644 --- a/src/newgal/rtos_xvfb/rtos_xvfb.h +++ b/src/newgal/rtos_xvfb/rtos_xvfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** rtos_xvfb.h: RTOS X virtual FrameBuffer head file. diff --git a/src/newgal/rtos_xvfb/test/hello.c b/src/newgal/rtos_xvfb/test/hello.c index 71669b2b..0dd308de 100644 --- a/src/newgal/rtos_xvfb/test/hello.c +++ b/src/newgal/rtos_xvfb/test/hello.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/rtos_xvfb/test/xvfb.c b/src/newgal/rtos_xvfb/test/xvfb.c index 04293136..284d87e7 100644 --- a/src/newgal/rtos_xvfb/test/xvfb.c +++ b/src/newgal/rtos_xvfb/test/xvfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * Todo: diff --git a/src/newgal/rtos_xvfb/test/xvfb.h b/src/newgal/rtos_xvfb/test/xvfb.h index 9d083487..97233608 100644 --- a/src/newgal/rtos_xvfb/test/xvfb.h +++ b/src/newgal/rtos_xvfb/test/xvfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef XVFB_H diff --git a/src/newgal/s3c6410/gal-s3c6410.c b/src/newgal/s3c6410/gal-s3c6410.c index eca8c813..305d2616 100644 --- a/src/newgal/s3c6410/gal-s3c6410.c +++ b/src/newgal/s3c6410/gal-s3c6410.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/s3c6410/gal-s3c6410.h b/src/newgal/s3c6410/gal-s3c6410.h index 89caf924..53577891 100644 --- a/src/newgal/s3c6410/gal-s3c6410.h +++ b/src/newgal/s3c6410/gal-s3c6410.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_s3c6410video_h diff --git a/src/newgal/shadow/ecos_generic.c b/src/newgal/shadow/ecos_generic.c index 044879bf..2d498ba4 100644 --- a/src/newgal/shadow/ecos_generic.c +++ b/src/newgal/shadow/ecos_generic.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** ecos_generic.c: A subdriver of Shadow NEWGAL engine for eCos. diff --git a/src/newgal/shadow/nucleus_monaco.c b/src/newgal/shadow/nucleus_monaco.c index cd06d70e..cf9a34b0 100644 --- a/src/newgal/shadow/nucleus_monaco.c +++ b/src/newgal/shadow/nucleus_monaco.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** nucleus_monaco.c: A subdriver of shadow NEWGAL engine for Nucleus on Monaco. diff --git a/src/newgal/shadow/shadow.c b/src/newgal/shadow/shadow.c index 3049ea63..17b09ae9 100644 --- a/src/newgal/shadow/shadow.c +++ b/src/newgal/shadow/shadow.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** shadow.c: Shadow NEWGAL video driver. diff --git a/src/newgal/shadow/shadow.h b/src/newgal/shadow/shadow.h index 075740a4..838714b4 100644 --- a/src/newgal/shadow/shadow.h +++ b/src/newgal/shadow/shadow.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_SHADOW_H diff --git a/src/newgal/shadow/shadow_refresh_msb_left.c b/src/newgal/shadow/shadow_refresh_msb_left.c index 393c6dd9..7400579c 100644 --- a/src/newgal/shadow/shadow_refresh_msb_left.c +++ b/src/newgal/shadow/shadow_refresh_msb_left.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/shadow/shadow_refresh_msb_right.c b/src/newgal/shadow/shadow_refresh_msb_right.c index 6feeae18..51d3e9a6 100644 --- a/src/newgal/shadow/shadow_refresh_msb_right.c +++ b/src/newgal/shadow/shadow_refresh_msb_right.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/shadow/threadx_anvil.c b/src/newgal/shadow/threadx_anvil.c index e9a44e02..e1571af8 100644 --- a/src/newgal/shadow/threadx_anvil.c +++ b/src/newgal/shadow/threadx_anvil.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** threadx_anvil.c: A subdriver of shadow NEWGAL engine for ThreadX on VisualFone Anvil. diff --git a/src/newgal/shadow/unknown.c b/src/newgal/shadow/unknown.c index 8ffce13e..56b9e253 100644 --- a/src/newgal/shadow/unknown.c +++ b/src/newgal/shadow/unknown.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** unknown.c: A subdriver of shadow NEWGAL engine for unknown target. diff --git a/src/newgal/sigma8654/sigma8654.c b/src/newgal/sigma8654/sigma8654.c index 50478124..5e5d8453 100644 --- a/src/newgal/sigma8654/sigma8654.c +++ b/src/newgal/sigma8654/sigma8654.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: em86gfx.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/newgal/sigma8654/sigma8654.h b/src/newgal/sigma8654/sigma8654.h index e594a27c..de411419 100644 --- a/src/newgal/sigma8654/sigma8654.h +++ b/src/newgal/sigma8654/sigma8654.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: em86gfx.h 7351 2007-08-16 04:55:58Z xgwang $ diff --git a/src/newgal/sigma8654/sigma8654_pri.h b/src/newgal/sigma8654/sigma8654_pri.h index f3d97bce..49873578 100644 --- a/src/newgal/sigma8654/sigma8654_pri.h +++ b/src/newgal/sigma8654/sigma8654_pri.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: em86gfx.h 7351 2007-08-16 04:55:58Z xgwang $ diff --git a/src/newgal/stgfb/st_include/layer_rev.h b/src/newgal/stgfb/st_include/layer_rev.h index 58bc9a64..5b9f33a6 100644 --- a/src/newgal/stgfb/st_include/layer_rev.h +++ b/src/newgal/stgfb/st_include/layer_rev.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/linuxcommon.h b/src/newgal/stgfb/st_include/linuxcommon.h index 66038b8e..935e828a 100644 --- a/src/newgal/stgfb/st_include/linuxcommon.h +++ b/src/newgal/stgfb/st_include/linuxcommon.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/linuxwrapper.h b/src/newgal/stgfb/st_include/linuxwrapper.h index a35d829e..c82e4fde 100644 --- a/src/newgal/stgfb/st_include/linuxwrapper.h +++ b/src/newgal/stgfb/st_include/linuxwrapper.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stavmem.h b/src/newgal/stgfb/st_include/stavmem.h index 38b6f93d..089fa428 100644 --- a/src/newgal/stgfb/st_include/stavmem.h +++ b/src/newgal/stgfb/st_include/stavmem.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stblit.h b/src/newgal/stgfb/st_include/stblit.h index d01cb183..efa358f8 100644 --- a/src/newgal/stgfb/st_include/stblit.h +++ b/src/newgal/stgfb/st_include/stblit.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stblit_ioctl.h b/src/newgal/stgfb/st_include/stblit_ioctl.h index 477cdd4b..bcc02875 100644 --- a/src/newgal/stgfb/st_include/stblit_ioctl.h +++ b/src/newgal/stgfb/st_include/stblit_ioctl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stcommon.h b/src/newgal/stgfb/st_include/stcommon.h index 5445a504..6ff98ccc 100644 --- a/src/newgal/stgfb/st_include/stcommon.h +++ b/src/newgal/stgfb/st_include/stcommon.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stddefs.h b/src/newgal/stgfb/st_include/stddefs.h index 6b84e4ce..7ea2d91a 100644 --- a/src/newgal/stgfb/st_include/stddefs.h +++ b/src/newgal/stgfb/st_include/stddefs.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stdevice.h b/src/newgal/stgfb/st_include/stdevice.h index f5c1b6e2..c59f451e 100644 --- a/src/newgal/stgfb/st_include/stdevice.h +++ b/src/newgal/stgfb/st_include/stdevice.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stevt.h b/src/newgal/stgfb/st_include/stevt.h index 091f9550..e3391f0f 100644 --- a/src/newgal/stgfb/st_include/stevt.h +++ b/src/newgal/stgfb/st_include/stevt.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stevt_ioctl.h b/src/newgal/stgfb/st_include/stevt_ioctl.h index d54b4fe4..be5afbda 100644 --- a/src/newgal/stgfb/st_include/stevt_ioctl.h +++ b/src/newgal/stgfb/st_include/stevt_ioctl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stgfb.h b/src/newgal/stgfb/st_include/stgfb.h index 7f9cd57e..4164c409 100644 --- a/src/newgal/stgfb/st_include/stgfb.h +++ b/src/newgal/stgfb/st_include/stgfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stgxobj.h b/src/newgal/stgfb/st_include/stgxobj.h index 96e76744..0c33d5f8 100644 --- a/src/newgal/stgfb/st_include/stgxobj.h +++ b/src/newgal/stgfb/st_include/stgxobj.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stlayer.h b/src/newgal/stgfb/st_include/stlayer.h index 25e05b6a..000647ab 100644 --- a/src/newgal/stgfb/st_include/stlayer.h +++ b/src/newgal/stgfb/st_include/stlayer.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stlayer_ioctl.h b/src/newgal/stgfb/st_include/stlayer_ioctl.h index 2fc4e232..c1d69470 100644 --- a/src/newgal/stgfb/st_include/stlayer_ioctl.h +++ b/src/newgal/stgfb/st_include/stlayer_ioctl.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stlite.h b/src/newgal/stgfb/st_include/stlite.h index 1ab9f668..473698cf 100644 --- a/src/newgal/stgfb/st_include/stlite.h +++ b/src/newgal/stgfb/st_include/stlite.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stos.h b/src/newgal/stgfb/st_include/stos.h index d830db58..d8e09e05 100644 --- a/src/newgal/stgfb/st_include/stos.h +++ b/src/newgal/stgfb/st_include/stos.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/st_include/stsys.h b/src/newgal/stgfb/st_include/stsys.h index 08c2215e..9cee8bd8 100644 --- a/src/newgal/stgfb/st_include/stsys.h +++ b/src/newgal/stgfb/st_include/stsys.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*****************************************************************************/ /* COPYRIGHT (C) 2009 STMicroelectronics - All Rights Reserved */ diff --git a/src/newgal/stgfb/stgfb_video.c b/src/newgal/stgfb/stgfb_video.c index 07b66e52..d36493e0 100644 --- a/src/newgal/stgfb/stgfb_video.c +++ b/src/newgal/stgfb/stgfb_video.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: stgfb_video.c 13621 2010-11-10 08:14:16Z humingming $ diff --git a/src/newgal/stgfb/stgfb_video.h b/src/newgal/stgfb/stgfb_video.h index 224b5232..06c9aa6b 100644 --- a/src/newgal/stgfb/stgfb_video.h +++ b/src/newgal/stgfb/stgfb_video.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: stgfb_video.h 13621 2010-11-10 08:14:16Z humingming $ diff --git a/src/newgal/stretch.c b/src/newgal/stretch.c index f05f20c8..7768c91b 100644 --- a/src/newgal/stretch.c +++ b/src/newgal/stretch.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/stretch_c.h b/src/newgal/stretch_c.h index 7fa337e1..6656d338 100644 --- a/src/newgal/stretch_c.h +++ b/src/newgal/stretch_c.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* Perform a stretch blit between two surfaces of the same format. diff --git a/src/newgal/surface.c b/src/newgal/surface.c index d295833b..67611c12 100644 --- a/src/newgal/surface.c +++ b/src/newgal/surface.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/svpxxosd/svphead.h b/src/newgal/svpxxosd/svphead.h index 2d2f66eb..cce6281e 100644 --- a/src/newgal/svpxxosd/svphead.h +++ b/src/newgal/svpxxosd/svphead.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _SVPHEAD_H diff --git a/src/newgal/svpxxosd/svpxxosd.c b/src/newgal/svpxxosd/svpxxosd.c index aaceac1a..6f446685 100644 --- a/src/newgal/svpxxosd/svpxxosd.c +++ b/src/newgal/svpxxosd/svpxxosd.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/newgal/svpxxosd/svpxxosd.h b/src/newgal/svpxxosd/svpxxosd.h index ce31822a..b1eae0e0 100644 --- a/src/newgal/svpxxosd/svpxxosd.h +++ b/src/newgal/svpxxosd/svpxxosd.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_svpxxosd_h diff --git a/src/newgal/sysvideo.h b/src/newgal/sysvideo.h index 18781cc5..9d4af16c 100644 --- a/src/newgal/sysvideo.h +++ b/src/newgal/sysvideo.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_sysvideo_h diff --git a/src/newgal/usvfb/usvfb.c b/src/newgal/usvfb/usvfb.c index 31e4ccba..85c4904f 100644 --- a/src/newgal/usvfb/usvfb.c +++ b/src/newgal/usvfb/usvfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* *usvfb.c: UnixSocket Virtual Frame Buffer NEWGAL video driver. diff --git a/src/newgal/usvfb/usvfb.h b/src/newgal/usvfb/usvfb.h index a50c25ac..efc2bf64 100644 --- a/src/newgal/usvfb/usvfb.h +++ b/src/newgal/usvfb/usvfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_USVFB_H diff --git a/src/newgal/utpmc/utpmcvideo-lite.c b/src/newgal/utpmc/utpmcvideo-lite.c index 9ca021a3..b6d69af8 100644 --- a/src/newgal/utpmc/utpmcvideo-lite.c +++ b/src/newgal/utpmc/utpmcvideo-lite.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: utpmcvideo-lite.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/newgal/utpmc/utpmcvideo-lite.h b/src/newgal/utpmc/utpmcvideo-lite.h index c6676f53..5c62e8e7 100644 --- a/src/newgal/utpmc/utpmcvideo-lite.h +++ b/src/newgal/utpmc/utpmcvideo-lite.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: utpmcvideo-lite.h 7357 2007-08-16 05:04:38Z xgwang $ diff --git a/src/newgal/utpmc/utpmcvideo.c b/src/newgal/utpmc/utpmcvideo.c index f1038231..2965bf0d 100644 --- a/src/newgal/utpmc/utpmcvideo.c +++ b/src/newgal/utpmc/utpmcvideo.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: utpmcvideo.c 8944 2007-12-29 08:29:16Z xwyan $ diff --git a/src/newgal/utpmc/utpmcvideo.h b/src/newgal/utpmc/utpmcvideo.h index a13cbd61..397e744e 100644 --- a/src/newgal/utpmc/utpmcvideo.h +++ b/src/newgal/utpmc/utpmcvideo.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id: utpmcvideo.h 7357 2007-08-16 05:04:38Z xgwang $ diff --git a/src/newgal/video.c b/src/newgal/video.c index 5c17b277..0d205279 100644 --- a/src/newgal/video.c +++ b/src/newgal/video.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* The high-level video driver subsystem */ diff --git a/src/newgal/videomem-bucket.c b/src/newgal/videomem-bucket.c index 23b18258..5e3d0fbb 100644 --- a/src/newgal/videomem-bucket.c +++ b/src/newgal/videomem-bucket.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/videomem-bucket.h b/src/newgal/videomem-bucket.h index 66f60555..107ec988 100644 --- a/src/newgal/videomem-bucket.h +++ b/src/newgal/videomem-bucket.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _VIDEOMEM_BUCKET_H diff --git a/src/newgal/wvfb/winfb.c b/src/newgal/wvfb/winfb.c index 77bf1e8d..0381ab92 100644 --- a/src/newgal/wvfb/winfb.c +++ b/src/newgal/wvfb/winfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** winfb.c: win32 virtual fb implementation and ipc operations diff --git a/src/newgal/wvfb/winfb.h b/src/newgal/wvfb/winfb.h index 6fbd6344..1dbff60a 100644 --- a/src/newgal/wvfb/winfb.h +++ b/src/newgal/wvfb/winfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ int win_FbAvailable (void); diff --git a/src/newgal/wvfb/wvfb.c b/src/newgal/wvfb/wvfb.c index 3c1821f8..2f3c6889 100644 --- a/src/newgal/wvfb/wvfb.c +++ b/src/newgal/wvfb/wvfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** wvfb.c: Windows virtual FrameBuffer based video driver implementation. diff --git a/src/newgal/wvfb/wvfb.h b/src/newgal/wvfb/wvfb.h index 7e062a4d..ee849d2a 100644 --- a/src/newgal/wvfb/wvfb.h +++ b/src/newgal/wvfb/wvfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_wvfb_h diff --git a/src/newgal/xlib/xlibvideo.c b/src/newgal/xlib/xlibvideo.c index 2af15587..4b11e532 100644 --- a/src/newgal/xlib/xlibvideo.c +++ b/src/newgal/xlib/xlibvideo.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/xlib/xlibvideo.h b/src/newgal/xlib/xlibvideo.h index c1444cd2..1bef05db 100644 --- a/src/newgal/xlib/xlibvideo.h +++ b/src/newgal/xlib/xlibvideo.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _GAL_pcxvfb_h diff --git a/src/newgal/xlib/xxvfb/define.h b/src/newgal/xlib/xxvfb/define.h index bbf38d1f..465d39f6 100644 --- a/src/newgal/xlib/xxvfb/define.h +++ b/src/newgal/xlib/xxvfb/define.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _DEFINE_H_ #define _DEFINE_H_ diff --git a/src/newgal/xlib/xxvfb/main.c b/src/newgal/xlib/xxvfb/main.c index d228d3fa..cd383604 100644 --- a/src/newgal/xlib/xxvfb/main.c +++ b/src/newgal/xlib/xxvfb/main.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include "xxvfb.h" diff --git a/src/newgal/xlib/xxvfb/xxvfb.c b/src/newgal/xlib/xxvfb/xxvfb.c index 7c285502..951b11b7 100644 --- a/src/newgal/xlib/xxvfb/xxvfb.c +++ b/src/newgal/xlib/xxvfb/xxvfb.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/xlib/xxvfb/xxvfb.h b/src/newgal/xlib/xxvfb/xxvfb.h index d0177c3e..7353e08a 100644 --- a/src/newgal/xlib/xxvfb/xxvfb.h +++ b/src/newgal/xlib/xxvfb/xxvfb.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _XXVFB_H_ #define _XXVFB_H_ diff --git a/src/newgal/xlib/xxvfb/xxvfb_common.c b/src/newgal/xlib/xxvfb/xxvfb_common.c index c5f30832..68aff744 100644 --- a/src/newgal/xlib/xxvfb/xxvfb_common.c +++ b/src/newgal/xlib/xxvfb/xxvfb_common.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/newgal/xlib/xxvfb/xxvfb_common.h b/src/newgal/xlib/xxvfb/xxvfb_common.h index 8ecde746..54c9fda3 100644 --- a/src/newgal/xlib/xxvfb/xxvfb_common.h +++ b/src/newgal/xlib/xxvfb/xxvfb_common.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _XXVFB_COMMON_H #define _XXVFB_COMMON_H diff --git a/src/newgal/xlib/xxvfb/xxvfb_input.c b/src/newgal/xlib/xxvfb/xxvfb_input.c index df7ae4c9..c96dd6cd 100644 --- a/src/newgal/xlib/xxvfb/xxvfb_input.c +++ b/src/newgal/xlib/xxvfb/xxvfb_input.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgal/xlib/xxvfb/xxvfb_input.h b/src/newgal/xlib/xxvfb/xxvfb_input.h index a0913624..895f7351 100644 --- a/src/newgal/xlib/xxvfb/xxvfb_input.h +++ b/src/newgal/xlib/xxvfb/xxvfb_input.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _XXVFB_INPUT_H #define _XXVFB_INPUT_H diff --git a/src/newgal/xlib/xxvfb/xxvfbhdr.h b/src/newgal/xlib/xxvfb/xxvfbhdr.h index 78bb4dc9..0607a202 100644 --- a/src/newgal/xlib/xxvfb/xxvfbhdr.h +++ b/src/newgal/xlib/xxvfb/xxvfbhdr.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #ifndef _XXVFBHDR_H #define _XXVFBHDR_H diff --git a/src/newgal/yuv.c b/src/newgal/yuv.c index 8582d58c..76ec3e26 100644 --- a/src/newgal/yuv.c +++ b/src/newgal/yuv.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* This is the implementation of the YUV video surface support */ diff --git a/src/newgal/yuv_mmx.c b/src/newgal/yuv_mmx.c index 08ed699c..302e63a5 100644 --- a/src/newgal/yuv_mmx.c +++ b/src/newgal/yuv_mmx.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #if defined(i386) && defined(__GNUC__) && defined(USE_ASMBLIT) diff --git a/src/newgal/yuv_sw.c b/src/newgal/yuv_sw.c index 6d254fa5..50d45881 100644 --- a/src/newgal/yuv_sw.c +++ b/src/newgal/yuv_sw.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* This is the software implementation of the YUV video overlay support */ diff --git a/src/newgal/yuv_sw_c.h b/src/newgal/yuv_sw_c.h index 4d9457e2..b89a580d 100644 --- a/src/newgal/yuv_sw_c.h +++ b/src/newgal/yuv_sw_c.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "newgal.h" diff --git a/src/newgal/yuvfuncs.h b/src/newgal/yuvfuncs.h index 339bff3c..4045bea6 100644 --- a/src/newgal/yuvfuncs.h +++ b/src/newgal/yuvfuncs.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* This is the definition of the YUV video surface function structure */ diff --git a/src/newgdi/advapi.c b/src/newgdi/advapi.c index 1124d59c..7aa31f40 100644 --- a/src/newgdi/advapi.c +++ b/src/newgdi/advapi.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** advapi.c: advanced 2D APIs. diff --git a/src/newgdi/arc.c b/src/newgdi/arc.c index db1f1b90..88ec3dc7 100644 --- a/src/newgdi/arc.c +++ b/src/newgdi/arc.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** arc.c: drawing and filling arc, circle, and ellipse. diff --git a/src/newgdi/attr.c b/src/newgdi/attr.c index 384e63e3..3d8a3d4b 100644 --- a/src/newgdi/attr.c +++ b/src/newgdi/attr.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Drawing attributes of GDI diff --git a/src/newgdi/bidi.c b/src/newgdi/bidi.c index 48c282ac..1ecd869f 100644 --- a/src/newgdi/bidi.c +++ b/src/newgdi/bidi.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** textout.c: Hight level textout drawing. diff --git a/src/newgdi/bitmap.c b/src/newgdi/bitmap.c index 25a2858d..0324209c 100644 --- a/src/newgdi/bitmap.c +++ b/src/newgdi/bitmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Bitmap operations of GDI. diff --git a/src/newgdi/clip.c b/src/newgdi/clip.c index 79c9b88d..81dca16c 100644 --- a/src/newgdi/clip.c +++ b/src/newgdi/clip.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** clip.c: Clipping operations of GDI. diff --git a/src/newgdi/coor.c b/src/newgdi/coor.c index a2b04af3..deeb01f6 100644 --- a/src/newgdi/coor.c +++ b/src/newgdi/coor.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Coordinates operations of GDI. diff --git a/src/newgdi/drawtext.c b/src/newgdi/drawtext.c index 7803149f..eb3c0c6e 100644 --- a/src/newgdi/drawtext.c +++ b/src/newgdi/drawtext.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** drawtext.c: Implementation of DrawTextEx2 diff --git a/src/newgdi/drawtext.h b/src/newgdi/drawtext.h index 4a21e9fb..cae00a67 100644 --- a/src/newgdi/drawtext.h +++ b/src/newgdi/drawtext.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** drawtext.h: The common text drawing routines. diff --git a/src/newgdi/flood.c b/src/newgdi/flood.c index abfd5090..d5b359ea 100644 --- a/src/newgdi/flood.c +++ b/src/newgdi/flood.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgdi/gdi.c b/src/newgdi/gdi.c index 6ca4c6d3..06aba437 100644 --- a/src/newgdi/gdi.c +++ b/src/newgdi/gdi.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** The graphics display interface module of MiniGUI. diff --git a/src/newgdi/generators.c b/src/newgdi/generators.c index 8bf9c64f..460d1673 100644 --- a/src/newgdi/generators.c +++ b/src/newgdi/generators.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/newgdi/glyph.c b/src/newgdi/glyph.c index 2ccee5c7..b19ca7b9 100644 --- a/src/newgdi/glyph.c +++ b/src/newgdi/glyph.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** glyph.c: Low level glyph routines. diff --git a/src/newgdi/icon.c b/src/newgdi/icon.c index 2adfaf7a..c8101e4c 100644 --- a/src/newgdi/icon.c +++ b/src/newgdi/icon.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** icon.c: Icon operations of GDI. diff --git a/src/newgdi/line.c b/src/newgdi/line.c index 34c5d94a..b5386725 100644 --- a/src/newgdi/line.c +++ b/src/newgdi/line.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** line.c: drawing of line, rectangle, and spline. diff --git a/src/newgdi/map.c b/src/newgdi/map.c index 5717a1d9..725cfd45 100644 --- a/src/newgdi/map.c +++ b/src/newgdi/map.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** map.c: Mapping operations of GDI. diff --git a/src/newgdi/mi.h b/src/newgdi/mi.h index f5f2bb70..d0b6fc68 100644 --- a/src/newgdi/mi.h +++ b/src/newgdi/mi.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mi.h: low level advanced two dimensions graphics interfaces. diff --git a/src/newgdi/miarc.c b/src/newgdi/miarc.c index b62a6700..d4b0bd80 100644 --- a/src/newgdi/miarc.c +++ b/src/newgdi/miarc.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*********************************************************** diff --git a/src/newgdi/midash.c b/src/newgdi/midash.c index 78c96f23..1cbef798 100644 --- a/src/newgdi/midash.c +++ b/src/newgdi/midash.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*********************************************************** diff --git a/src/newgdi/midc.h b/src/newgdi/midc.h index 14d4d7d3..544a8096 100644 --- a/src/newgdi/midc.h +++ b/src/newgdi/midc.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** midc.h: dc operations for advanced 2D graphics APIs. diff --git a/src/newgdi/mifillarc.c b/src/newgdi/mifillarc.c index 8599f951..3eb9a511 100644 --- a/src/newgdi/mifillarc.c +++ b/src/newgdi/mifillarc.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /************************************************************ diff --git a/src/newgdi/mifillarc.h b/src/newgdi/mifillarc.h index 79dc6ec4..e68205e1 100644 --- a/src/newgdi/mifillarc.h +++ b/src/newgdi/mifillarc.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /************************************************************ diff --git a/src/newgdi/mifpoly.h b/src/newgdi/mifpoly.h index a4b360b4..2aded830 100644 --- a/src/newgdi/mifpoly.h +++ b/src/newgdi/mifpoly.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*********************************************************** diff --git a/src/newgdi/mifpolycon.c b/src/newgdi/mifpolycon.c index 045dd120..bd64561a 100644 --- a/src/newgdi/mifpolycon.c +++ b/src/newgdi/mifpolycon.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*********************************************************** diff --git a/src/newgdi/mispans.c b/src/newgdi/mispans.c index 6026e526..e5910931 100644 --- a/src/newgdi/mispans.c +++ b/src/newgdi/mispans.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*********************************************************** diff --git a/src/newgdi/mispans.h b/src/newgdi/mispans.h index 9e5986ae..1d6ee379 100644 --- a/src/newgdi/mispans.h +++ b/src/newgdi/mispans.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*********************************************************** diff --git a/src/newgdi/mistruct.h b/src/newgdi/mistruct.h index acbb1703..1d8d1516 100644 --- a/src/newgdi/mistruct.h +++ b/src/newgdi/mistruct.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /*********************************************************** diff --git a/src/newgdi/miwideline.c b/src/newgdi/miwideline.c index 179369ee..1b10aa3c 100644 --- a/src/newgdi/miwideline.c +++ b/src/newgdi/miwideline.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/newgdi/miwideline.h b/src/newgdi/miwideline.h index e9ba3c44..1b424735 100644 --- a/src/newgdi/miwideline.h +++ b/src/newgdi/miwideline.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/newgdi/palette.c b/src/newgdi/palette.c index 63bc2494..60a154e2 100644 --- a/src/newgdi/palette.c +++ b/src/newgdi/palette.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** palette.c: Palette operations of GDI. diff --git a/src/newgdi/pixel.c b/src/newgdi/pixel.c index f1f411a2..0efd1854 100644 --- a/src/newgdi/pixel.c +++ b/src/newgdi/pixel.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** pixel.c: drawing of pixel. diff --git a/src/newgdi/pixel_ops.c b/src/newgdi/pixel_ops.c index 8b8934a5..1c5fdbfb 100644 --- a/src/newgdi/pixel_ops.c +++ b/src/newgdi/pixel_ops.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** pixel_ops.c: pixel, horizontal, and vertical line operations diff --git a/src/newgdi/pixel_ops.h b/src/newgdi/pixel_ops.h index d3d41455..3b00820b 100644 --- a/src/newgdi/pixel_ops.h +++ b/src/newgdi/pixel_ops.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** pixel_ops.h: inline pixel operations. diff --git a/src/newgdi/polygon.c b/src/newgdi/polygon.c index e30f0035..26e3d722 100644 --- a/src/newgdi/polygon.c +++ b/src/newgdi/polygon.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** polygon.c: monoton vertical polygon and general polygon generators. diff --git a/src/newgdi/polygon.h b/src/newgdi/polygon.h index 800a1f8a..2e5fd2e2 100644 --- a/src/newgdi/polygon.h +++ b/src/newgdi/polygon.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** polygon.h: internals for polygon generator. diff --git a/src/newgdi/readbmp.c b/src/newgdi/readbmp.c index f7ec1aac..dd2b0966 100644 --- a/src/newgdi/readbmp.c +++ b/src/newgdi/readbmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Top-level bitmap file read/save function. diff --git a/src/newgdi/rect.c b/src/newgdi/rect.c index 5f4456e8..bd710206 100644 --- a/src/newgdi/rect.c +++ b/src/newgdi/rect.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** rect.c: Rectangle operations of GDI. diff --git a/src/newgdi/region.c b/src/newgdi/region.c index eef225a6..d93177ad 100644 --- a/src/newgdi/region.c +++ b/src/newgdi/region.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** region.c: Device-independent multi-rectangle clipping routines. diff --git a/src/newgdi/rotatebmp.c b/src/newgdi/rotatebmp.c index 238979ab..1383aa77 100644 --- a/src/newgdi/rotatebmp.c +++ b/src/newgdi/rotatebmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** Top-level bitmap file rotate/scale function. diff --git a/src/newgdi/screen.c b/src/newgdi/screen.c index b385aa30..da5c966d 100644 --- a/src/newgdi/screen.c +++ b/src/newgdi/screen.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** screen.c: Screen operations of GDI diff --git a/src/newgdi/tabbedtextout.c b/src/newgdi/tabbedtextout.c index 8cad131b..c01045d3 100644 --- a/src/newgdi/tabbedtextout.c +++ b/src/newgdi/tabbedtextout.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** tabbedtextout.c: Implementaion of TabbedTextOut and related functions. diff --git a/src/newgdi/test/glyph/glyph-bitmap.c b/src/newgdi/test/glyph/glyph-bitmap.c index e862058f..184d6e74 100644 --- a/src/newgdi/test/glyph/glyph-bitmap.c +++ b/src/newgdi/test/glyph/glyph-bitmap.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/newgdi/test/glyph/glyph-draw.c b/src/newgdi/test/glyph/glyph-draw.c index eaa92e8f..1f4d2278 100644 --- a/src/newgdi/test/glyph/glyph-draw.c +++ b/src/newgdi/test/glyph/glyph-draw.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/newgdi/test/glyph/glyph-test.c b/src/newgdi/test/glyph/glyph-test.c index 719309b4..ea3125ae 100644 --- a/src/newgdi/test/glyph/glyph-test.c +++ b/src/newgdi/test/glyph/glyph-test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** $Id$ diff --git a/src/newgdi/text.c b/src/newgdi/text.c index c512a3cd..ad8f7343 100644 --- a/src/newgdi/text.c +++ b/src/newgdi/text.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** text.c: Implementation of general text API. diff --git a/src/newgdi/textout.c b/src/newgdi/textout.c index cd258ef4..dcebaa2a 100644 --- a/src/newgdi/textout.c +++ b/src/newgdi/textout.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** textout.c: Implementation of TextOut and related functions. diff --git a/src/newgdi/yuv.c b/src/newgdi/yuv.c index 70181f99..f754b713 100644 --- a/src/newgdi/yuv.c +++ b/src/newgdi/yuv.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** yuv.c: YUV overlay support. diff --git a/src/server/client.c b/src/server/client.c index 560cd64e..a176ab8b 100644 --- a/src/server/client.c +++ b/src/server/client.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** client.c: maintain the clients in server. diff --git a/src/server/layer.c b/src/server/layer.c index 5b942b6e..6ccfb56c 100644 --- a/src/server/layer.c +++ b/src/server/layer.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** layer.c: maintain the layers in server. diff --git a/src/server/request.c b/src/server/request.c index a5427c1e..5b0f232d 100644 --- a/src/server/request.c +++ b/src/server/request.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** request.c: handle request of clients. diff --git a/src/server/servaccept.c b/src/server/servaccept.c index 5db3eb64..e6166d4f 100644 --- a/src/server/servaccept.c +++ b/src/server/servaccept.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** servaccept.c: accept connection from clients. diff --git a/src/server/server.c b/src/server/server.c index 27f313c0..1435b57e 100644 --- a/src/server/server.c +++ b/src/server/server.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** server.c: routines for server. diff --git a/src/server/servlisten.c b/src/server/servlisten.c index 7884ebad..c5bd5e6f 100644 --- a/src/server/servlisten.c +++ b/src/server/servlisten.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** servlisten.c: Create listen socket for server. diff --git a/src/standalone/standalone.c b/src/standalone/standalone.c index 6a590e19..7ed783ce 100644 --- a/src/standalone/standalone.c +++ b/src/standalone/standalone.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** standalone.c: low-level routines for MiniGUI-Lite standalone version. diff --git a/src/sysres/bmp/_bmp_inner_res.c b/src/sysres/bmp/_bmp_inner_res.c index f5947e6c..f4da501a 100644 --- a/src/sysres/bmp/_bmp_inner_res.c +++ b/src/sysres/bmp/_bmp_inner_res.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ //inner list file //create by inner-trans diff --git a/src/sysres/bmp/classic_check_button.bmp.c b/src/sysres/bmp/classic_check_button.bmp.c index 3c70d2a3..c63395f4 100644 --- a/src/sysres/bmp/classic_check_button.bmp.c +++ b/src/sysres/bmp/classic_check_button.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/classic_radio_button.bmp.c b/src/sysres/bmp/classic_radio_button.bmp.c index 6e2074ce..a2311909 100644 --- a/src/sysres/bmp/classic_radio_button.bmp.c +++ b/src/sysres/bmp/classic_radio_button.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/flat_check_button.bmp.c b/src/sysres/bmp/flat_check_button.bmp.c index e9494c36..098b87ed 100644 --- a/src/sysres/bmp/flat_check_button.bmp.c +++ b/src/sysres/bmp/flat_check_button.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/flat_radio_button.bmp.c b/src/sysres/bmp/flat_radio_button.bmp.c index b448daf8..88f8739a 100644 --- a/src/sysres/bmp/flat_radio_button.bmp.c +++ b/src/sysres/bmp/flat_radio_button.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_arrows.gif.c b/src/sysres/bmp/skin_arrows.gif.c index 537b110f..b2462386 100644 --- a/src/sysres/bmp/skin_arrows.gif.c +++ b/src/sysres/bmp/skin_arrows.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_arrows_shell.bmp.c b/src/sysres/bmp/skin_arrows_shell.bmp.c index 218aadcf..fe0663e7 100644 --- a/src/sysres/bmp/skin_arrows_shell.bmp.c +++ b/src/sysres/bmp/skin_arrows_shell.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_bborder.bmp.c b/src/sysres/bmp/skin_bborder.bmp.c index 1bdd353c..995dca69 100644 --- a/src/sysres/bmp/skin_bborder.bmp.c +++ b/src/sysres/bmp/skin_bborder.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_bkgnd.bmp.c b/src/sysres/bmp/skin_bkgnd.bmp.c index cbdf52c4..ddde189f 100644 --- a/src/sysres/bmp/skin_bkgnd.bmp.c +++ b/src/sysres/bmp/skin_bkgnd.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_caption.gif.c b/src/sysres/bmp/skin_caption.gif.c index 3f8970a4..cc3cc529 100644 --- a/src/sysres/bmp/skin_caption.gif.c +++ b/src/sysres/bmp/skin_caption.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_checkbtn.bmp.c b/src/sysres/bmp/skin_checkbtn.bmp.c index 21a397c7..83be4881 100644 --- a/src/sysres/bmp/skin_checkbtn.bmp.c +++ b/src/sysres/bmp/skin_checkbtn.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_cpn_btn.gif.c b/src/sysres/bmp/skin_cpn_btn.gif.c index 56ba39ce..a63f9989 100644 --- a/src/sysres/bmp/skin_cpn_btn.gif.c +++ b/src/sysres/bmp/skin_cpn_btn.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_header.bmp.c b/src/sysres/bmp/skin_header.bmp.c index 97ce918a..44416697 100644 --- a/src/sysres/bmp/skin_header.bmp.c +++ b/src/sysres/bmp/skin_header.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_lborder.bmp.c b/src/sysres/bmp/skin_lborder.bmp.c index 92c2f821..3e44074b 100644 --- a/src/sysres/bmp/skin_lborder.bmp.c +++ b/src/sysres/bmp/skin_lborder.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_pb_htrack.gif.c b/src/sysres/bmp/skin_pb_htrack.gif.c index fe266352..eca7a93a 100644 --- a/src/sysres/bmp/skin_pb_htrack.gif.c +++ b/src/sysres/bmp/skin_pb_htrack.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_pb_htruck.bmp.c b/src/sysres/bmp/skin_pb_htruck.bmp.c index 1238e4d7..d0f32485 100644 --- a/src/sysres/bmp/skin_pb_htruck.bmp.c +++ b/src/sysres/bmp/skin_pb_htruck.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_pb_vtrack.gif.c b/src/sysres/bmp/skin_pb_vtrack.gif.c index 42794358..5a0d66dd 100644 --- a/src/sysres/bmp/skin_pb_vtrack.gif.c +++ b/src/sysres/bmp/skin_pb_vtrack.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_pb_vtruck.bmp.c b/src/sysres/bmp/skin_pb_vtruck.bmp.c index ed2d0318..0b20db22 100644 --- a/src/sysres/bmp/skin_pb_vtruck.bmp.c +++ b/src/sysres/bmp/skin_pb_vtruck.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_pushbtn.gif.c b/src/sysres/bmp/skin_pushbtn.gif.c index 8064f4a3..bb9d9598 100644 --- a/src/sysres/bmp/skin_pushbtn.gif.c +++ b/src/sysres/bmp/skin_pushbtn.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_radiobtn.gif.c b/src/sysres/bmp/skin_radiobtn.gif.c index 4ef331aa..2ed2844e 100644 --- a/src/sysres/bmp/skin_radiobtn.gif.c +++ b/src/sysres/bmp/skin_radiobtn.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_rborder.bmp.c b/src/sysres/bmp/skin_rborder.bmp.c index 106cb8fa..8e1e986d 100644 --- a/src/sysres/bmp/skin_rborder.bmp.c +++ b/src/sysres/bmp/skin_rborder.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_sb_arrows.bmp.c b/src/sysres/bmp/skin_sb_arrows.bmp.c index 46c2f01d..7f9a0508 100644 --- a/src/sysres/bmp/skin_sb_arrows.bmp.c +++ b/src/sysres/bmp/skin_sb_arrows.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_sb_hshaft.bmp.c b/src/sysres/bmp/skin_sb_hshaft.bmp.c index 60b58610..80595f77 100644 --- a/src/sysres/bmp/skin_sb_hshaft.bmp.c +++ b/src/sysres/bmp/skin_sb_hshaft.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_sb_hthumb.bmp.c b/src/sysres/bmp/skin_sb_hthumb.bmp.c index 6bcc3744..44f42e17 100644 --- a/src/sysres/bmp/skin_sb_hthumb.bmp.c +++ b/src/sysres/bmp/skin_sb_hthumb.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_sb_vshaft.bmp.c b/src/sysres/bmp/skin_sb_vshaft.bmp.c index 27518787..381f9429 100644 --- a/src/sysres/bmp/skin_sb_vshaft.bmp.c +++ b/src/sysres/bmp/skin_sb_vshaft.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_sb_vthumb.bmp.c b/src/sysres/bmp/skin_sb_vthumb.bmp.c index 0cabc0fc..75cf2828 100644 --- a/src/sysres/bmp/skin_sb_vthumb.bmp.c +++ b/src/sysres/bmp/skin_sb_vthumb.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_tab.gif.c b/src/sysres/bmp/skin_tab.gif.c index fed7ab5b..d7170271 100644 --- a/src/sysres/bmp/skin_tab.gif.c +++ b/src/sysres/bmp/skin_tab.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_tb_horz.gif.c b/src/sysres/bmp/skin_tb_horz.gif.c index 0cf86fa6..d91a0ab4 100644 --- a/src/sysres/bmp/skin_tb_horz.gif.c +++ b/src/sysres/bmp/skin_tb_horz.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_tb_vert.gif.c b/src/sysres/bmp/skin_tb_vert.gif.c index defd892f..caa0492a 100644 --- a/src/sysres/bmp/skin_tb_vert.gif.c +++ b/src/sysres/bmp/skin_tb_vert.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_tborder.bmp.c b/src/sysres/bmp/skin_tborder.bmp.c index ad348b3f..cf58d9d6 100644 --- a/src/sysres/bmp/skin_tborder.bmp.c +++ b/src/sysres/bmp/skin_tborder.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_tbslider_h.gif.c b/src/sysres/bmp/skin_tbslider_h.gif.c index cc1847e7..995f2761 100644 --- a/src/sysres/bmp/skin_tbslider_h.gif.c +++ b/src/sysres/bmp/skin_tbslider_h.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_tbslider_v.gif.c b/src/sysres/bmp/skin_tbslider_v.gif.c index 511418f3..8afccf31 100644 --- a/src/sysres/bmp/skin_tbslider_v.gif.c +++ b/src/sysres/bmp/skin_tbslider_v.gif.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/bmp/skin_tree.bmp.c b/src/sysres/bmp/skin_tree.bmp.c index 89b2def3..ff23fba6 100644 --- a/src/sysres/bmp/skin_tree.bmp.c +++ b/src/sysres/bmp/skin_tree.bmp.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/cursor/cursors.c b/src/sysres/cursor/cursors.c index 640365d8..4722542d 100644 --- a/src/sysres/cursor/cursors.c +++ b/src/sysres/cursor/cursors.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/font/_font_inner_res.c b/src/sysres/font/_font_inner_res.c index 09ab41fb..9afea17b 100644 --- a/src/sysres/font/_font_inner_res.c +++ b/src/sysres/font/_font_inner_res.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ //the empty inner list file diff --git a/src/sysres/font/incore-font00.c b/src/sysres/font/incore-font00.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font00.c +++ b/src/sysres/font/incore-font00.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font01.c b/src/sysres/font/incore-font01.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font01.c +++ b/src/sysres/font/incore-font01.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font02.c b/src/sysres/font/incore-font02.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font02.c +++ b/src/sysres/font/incore-font02.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font03.c b/src/sysres/font/incore-font03.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font03.c +++ b/src/sysres/font/incore-font03.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font04.c b/src/sysres/font/incore-font04.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font04.c +++ b/src/sysres/font/incore-font04.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font05.c b/src/sysres/font/incore-font05.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font05.c +++ b/src/sysres/font/incore-font05.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font06.c b/src/sysres/font/incore-font06.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font06.c +++ b/src/sysres/font/incore-font06.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font07.c b/src/sysres/font/incore-font07.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font07.c +++ b/src/sysres/font/incore-font07.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font08.c b/src/sysres/font/incore-font08.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font08.c +++ b/src/sysres/font/incore-font08.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font09.c b/src/sysres/font/incore-font09.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font09.c +++ b/src/sysres/font/incore-font09.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font10.c b/src/sysres/font/incore-font10.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font10.c +++ b/src/sysres/font/incore-font10.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font11.c b/src/sysres/font/incore-font11.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font11.c +++ b/src/sysres/font/incore-font11.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font12.c b/src/sysres/font/incore-font12.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font12.c +++ b/src/sysres/font/incore-font12.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font13.c b/src/sysres/font/incore-font13.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font13.c +++ b/src/sysres/font/incore-font13.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font14.c b/src/sysres/font/incore-font14.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font14.c +++ b/src/sysres/font/incore-font14.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font15.c b/src/sysres/font/incore-font15.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font15.c +++ b/src/sysres/font/incore-font15.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font16.c b/src/sysres/font/incore-font16.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font16.c +++ b/src/sysres/font/incore-font16.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font17.c b/src/sysres/font/incore-font17.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font17.c +++ b/src/sysres/font/incore-font17.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font18.c b/src/sysres/font/incore-font18.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font18.c +++ b/src/sysres/font/incore-font18.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font19.c b/src/sysres/font/incore-font19.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font19.c +++ b/src/sysres/font/incore-font19.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font20.c b/src/sysres/font/incore-font20.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font20.c +++ b/src/sysres/font/incore-font20.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font21.c b/src/sysres/font/incore-font21.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font21.c +++ b/src/sysres/font/incore-font21.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font22.c b/src/sysres/font/incore-font22.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font22.c +++ b/src/sysres/font/incore-font22.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font23.c b/src/sysres/font/incore-font23.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font23.c +++ b/src/sysres/font/incore-font23.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font24.c b/src/sysres/font/incore-font24.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font24.c +++ b/src/sysres/font/incore-font24.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font25.c b/src/sysres/font/incore-font25.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font25.c +++ b/src/sysres/font/incore-font25.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font26.c b/src/sysres/font/incore-font26.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font26.c +++ b/src/sysres/font/incore-font26.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font27.c b/src/sysres/font/incore-font27.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font27.c +++ b/src/sysres/font/incore-font27.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font28.c b/src/sysres/font/incore-font28.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font28.c +++ b/src/sysres/font/incore-font28.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font29.c b/src/sysres/font/incore-font29.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font29.c +++ b/src/sysres/font/incore-font29.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font30.c b/src/sysres/font/incore-font30.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font30.c +++ b/src/sysres/font/incore-font30.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/font/incore-font31.c b/src/sysres/font/incore-font31.c index e832c5e5..225feb61 100644 --- a/src/sysres/font/incore-font31.c +++ b/src/sysres/font/incore-font31.c @@ -29,5 +29,5 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ diff --git a/src/sysres/icon/_icon_inner_res.c b/src/sysres/icon/_icon_inner_res.c index 3bb62a70..c190ee5a 100644 --- a/src/sysres/icon/_icon_inner_res.c +++ b/src/sysres/icon/_icon_inner_res.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ //inner list file //create by inner-trans diff --git a/src/sysres/icon/excalmatory-flat.ico.c b/src/sysres/icon/excalmatory-flat.ico.c index a476a085..8657aa5e 100644 --- a/src/sysres/icon/excalmatory-flat.ico.c +++ b/src/sysres/icon/excalmatory-flat.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/excalmatory.ico.c b/src/sysres/icon/excalmatory.ico.c index 1a9a5856..a351abac 100644 --- a/src/sysres/icon/excalmatory.ico.c +++ b/src/sysres/icon/excalmatory.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/failed-flat.ico.c b/src/sysres/icon/failed-flat.ico.c index 72bebf6f..2fa9dddd 100644 --- a/src/sysres/icon/failed-flat.ico.c +++ b/src/sysres/icon/failed-flat.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/failed.ico.c b/src/sysres/icon/failed.ico.c index 455ee301..1e9cb6dd 100644 --- a/src/sysres/icon/failed.ico.c +++ b/src/sysres/icon/failed.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/fold-flat.ico.c b/src/sysres/icon/fold-flat.ico.c index 6c163c81..c0565934 100644 --- a/src/sysres/icon/fold-flat.ico.c +++ b/src/sysres/icon/fold-flat.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/fold.ico.c b/src/sysres/icon/fold.ico.c index 151780ee..3f06471a 100644 --- a/src/sysres/icon/fold.ico.c +++ b/src/sysres/icon/fold.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/folder-flat.ico.c b/src/sysres/icon/folder-flat.ico.c index f8535922..bcf80ec4 100644 --- a/src/sysres/icon/folder-flat.ico.c +++ b/src/sysres/icon/folder-flat.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/folder.ico.c b/src/sysres/icon/folder.ico.c index 761665d0..ebf2c48c 100644 --- a/src/sysres/icon/folder.ico.c +++ b/src/sysres/icon/folder.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/form-flat.ico.c b/src/sysres/icon/form-flat.ico.c index 6367e70e..f8a83546 100644 --- a/src/sysres/icon/form-flat.ico.c +++ b/src/sysres/icon/form-flat.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/form.ico.c b/src/sysres/icon/form.ico.c index 9f4cc828..2fa5bc69 100644 --- a/src/sysres/icon/form.ico.c +++ b/src/sysres/icon/form.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/help-flat.ico.c b/src/sysres/icon/help-flat.ico.c index dcdc54ef..62f15ca7 100644 --- a/src/sysres/icon/help-flat.ico.c +++ b/src/sysres/icon/help-flat.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/help.ico.c b/src/sysres/icon/help.ico.c index 07cfda9f..a40eac0c 100644 --- a/src/sysres/icon/help.ico.c +++ b/src/sysres/icon/help.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/textfile-flat.ico.c b/src/sysres/icon/textfile-flat.ico.c index f17acd9f..975de834 100644 --- a/src/sysres/icon/textfile-flat.ico.c +++ b/src/sysres/icon/textfile-flat.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/textfile.ico.c b/src/sysres/icon/textfile.ico.c index 3c420bbd..51270867 100644 --- a/src/sysres/icon/textfile.ico.c +++ b/src/sysres/icon/textfile.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/unfold-flat.ico.c b/src/sysres/icon/unfold-flat.ico.c index b97f53cb..2df8bec8 100644 --- a/src/sysres/icon/unfold-flat.ico.c +++ b/src/sysres/icon/unfold-flat.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/unfold.ico.c b/src/sysres/icon/unfold.ico.c index 702ea720..003d7be3 100644 --- a/src/sysres/icon/unfold.ico.c +++ b/src/sysres/icon/unfold.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/warning-flat.ico.c b/src/sysres/icon/warning-flat.ico.c index 9e480519..d9cdca4b 100644 --- a/src/sysres/icon/warning-flat.ico.c +++ b/src/sysres/icon/warning-flat.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/icon/warning.ico.c b/src/sysres/icon/warning.ico.c index 7ca00687..86a81572 100644 --- a/src/sysres/icon/warning.ico.c +++ b/src/sysres/icon/warning.ico.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include "common.h" diff --git a/src/sysres/incoreres.c b/src/sysres/incoreres.c index 7fc35cf4..608ab340 100644 --- a/src/sysres/incoreres.c +++ b/src/sysres/incoreres.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** resource.c: This file include some functions for system resource loading. diff --git a/src/sysres/license/genkey.sh b/src/sysres/license/genkey.sh index 255941e4..7899cd78 100755 --- a/src/sysres/license/genkey.sh +++ b/src/sysres/license/genkey.sh @@ -30,7 +30,7 @@ ## under the terms and conditions of the commercial license. ## ## For more information about the commercial license, please refer to -## . +## . ## TMP_FILE=_tmp_list diff --git a/src/sysres/license/runme.sh b/src/sysres/license/runme.sh index c9a2f2a7..3f54cd39 100755 --- a/src/sysres/license/runme.sh +++ b/src/sysres/license/runme.sh @@ -30,7 +30,7 @@ ## under the terms and conditions of the commercial license. ## ## For more information about the commercial license, please refer to -## . +## . ## if [ $# -ne 1 ]; then diff --git a/src/sysres/mgetc.c b/src/sysres/mgetc.c index 4ea9602b..424bed93 100644 --- a/src/sysres/mgetc.c +++ b/src/sysres/mgetc.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /************************************************* * This is inside mode of system res configuation * diff --git a/src/sysres/mgetc_win32.c b/src/sysres/mgetc_win32.c index 2ea6317f..d58cc778 100644 --- a/src/sysres/mgetc_win32.c +++ b/src/sysres/mgetc_win32.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /************************************************* * This is inside mode of system res configuation * diff --git a/src/sysres/mkinnerres.sh b/src/sysres/mkinnerres.sh index d8807912..b781214e 100755 --- a/src/sysres/mkinnerres.sh +++ b/src/sysres/mkinnerres.sh @@ -30,7 +30,7 @@ ## under the terms and conditions of the commercial license. ## ## For more information about the commercial license, please refer to -## . +## . ## MGCFG_TRANS=mgcfg-trans #get it from svn+ssh://devsrv/home/projects/svn/mg-tools/trunk/mgcfg-trans/bin/windowsxp or bin/ubuntu10.04 diff --git a/src/sysres/resmgr.c b/src/sysres/resmgr.c index 691831b8..d36c96a6 100644 --- a/src/sysres/resmgr.c +++ b/src/sysres/resmgr.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** resmgr.c: This file include some functions for resource manager. diff --git a/src/sysres/resmgr.h b/src/sysres/resmgr.h index 37896581..4e107d84 100644 --- a/src/sysres/resmgr.h +++ b/src/sysres/resmgr.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** resmgr.h: This head file include some functions for resource manager. diff --git a/src/sysres/resource.c b/src/sysres/resource.c index cdebb208..8bf2d188 100644 --- a/src/sysres/resource.c +++ b/src/sysres/resource.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** resource.c: This file include some functions for system resource loading. diff --git a/src/sysres/test/drawcursor.c b/src/sysres/test/drawcursor.c index b2aef4ff..87120592 100644 --- a/src/sysres/test/drawcursor.c +++ b/src/sysres/test/drawcursor.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/sysres/test/drawicon.c b/src/sysres/test/drawicon.c index b99cf452..9969acea 100644 --- a/src/sysres/test/drawicon.c +++ b/src/sysres/test/drawicon.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/sysres/test/drawimage.c b/src/sysres/test/drawimage.c index 8398c371..6bd631fc 100644 --- a/src/sysres/test/drawimage.c +++ b/src/sysres/test/drawimage.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/sysres/test/incore_pic.c b/src/sysres/test/incore_pic.c index 189424cf..0061ca43 100644 --- a/src/sysres/test/incore_pic.c +++ b/src/sysres/test/incore_pic.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/sysres/test/skin_test.c b/src/sysres/test/skin_test.c index c4932af0..23e76764 100644 --- a/src/sysres/test/skin_test.c +++ b/src/sysres/test/skin_test.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include diff --git a/src/sysres/test/tools/qsort.c b/src/sysres/test/tools/qsort.c index 7f222688..db5a17f1 100644 --- a/src/sysres/test/tools/qsort.c +++ b/src/sysres/test/tools/qsort.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ #include #include diff --git a/src/template.c b/src/template.c index 79325a15..0e86c970 100644 --- a/src/template.c +++ b/src/template.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** template.c: a template for source code of MiniGUI diff --git a/src/template.h b/src/template.h index cfa5195e..8e141e9c 100644 --- a/src/template.h +++ b/src/template.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** template.h: the template header file. diff --git a/src/textedit/mbtree.c b/src/textedit/mbtree.c index 9f41b33f..b85ec00e 100644 --- a/src/textedit/mbtree.c +++ b/src/textedit/mbtree.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* * btree.c: btree implementation. diff --git a/src/textedit/mbtree.h b/src/textedit/mbtree.h index 58ce7ee4..3d46dea2 100644 --- a/src/textedit/mbtree.h +++ b/src/textedit/mbtree.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** btree.h: this head file declares btree structure. diff --git a/src/textedit/mtextedit.c b/src/textedit/mtextedit.c index 309af27c..28d51db0 100644 --- a/src/textedit/mtextedit.c +++ b/src/textedit/mtextedit.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** textedit.c: the new textedit module. diff --git a/src/textedit/mtextedit.h b/src/textedit/mtextedit.h index 8ce4c74f..eb892bfd 100644 --- a/src/textedit/mtextedit.h +++ b/src/textedit/mtextedit.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* diff --git a/src/textedit/mtexteditbase.h b/src/textedit/mtexteditbase.h index 9dd83f28..29ac2b0c 100644 --- a/src/textedit/mtexteditbase.h +++ b/src/textedit/mtexteditbase.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** texteditbase.h: base header for the new text edit module. diff --git a/src/textedit/mwidget.c b/src/textedit/mwidget.c index 296e0e9f..83836041 100644 --- a/src/textedit/mwidget.c +++ b/src/textedit/mwidget.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mwidget.c: diff --git a/src/textedit/mwidget.h b/src/textedit/mwidget.h index 31b1259c..f3190e4e 100644 --- a/src/textedit/mwidget.h +++ b/src/textedit/mwidget.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** mwidget.h: this file is to make same as mgncs diff --git a/src/textedit/object.c b/src/textedit/object.c index 77715427..5bd47500 100644 --- a/src/textedit/object.c +++ b/src/textedit/object.c @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** object.c: The implemenation of mObject class for the new textedit module. diff --git a/src/textedit/object.h b/src/textedit/object.h index 19b26496..6559d21e 100644 --- a/src/textedit/object.h +++ b/src/textedit/object.h @@ -29,7 +29,7 @@ * under the terms and conditions of the commercial license. * * For more information about the commercial license, please refer to - * . + * . */ /* ** object.h: This file include the basic object defines.