diff --git a/include/ctrl/animation.h b/include/ctrl/animation.h index 6eceadab..e5739d6d 100644 --- a/include/ctrl/animation.h +++ b/include/ctrl/animation.h @@ -1,17 +1,41 @@ /** * \file animation.h - * \author Wei Yongming + * \author Wei Yongming * \date 2002/01/06 * \verbatim - Copyright (C) 2002-2008 Feynman Software - Copyright (C) 1998-2002 Wei Yongming + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: animation.h 10865 2008-08-27 06:52:22Z wangjian $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1998-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef EXT_ANIMATION_H diff --git a/include/ctrl/button.h b/include/ctrl/button.h index af232a34..b35d9004 100644 --- a/include/ctrl/button.h +++ b/include/ctrl/button.h @@ -1,17 +1,41 @@ /** * \file button.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: button.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_BUTTON_H diff --git a/include/ctrl/combobox.h b/include/ctrl/combobox.h index 44a51bdb..0f1ed120 100644 --- a/include/ctrl/combobox.h +++ b/include/ctrl/combobox.h @@ -1,17 +1,41 @@ /** * \file combobox.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: combobox.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_COMBOBOX_H diff --git a/include/ctrl/coolbar.h b/include/ctrl/coolbar.h index 97992f31..ccdc976d 100644 --- a/include/ctrl/coolbar.h +++ b/include/ctrl/coolbar.h @@ -1,17 +1,41 @@ /** * \file coolbar.h - * \author Wei Yongming + * \author Wei Yongming * \date 2002/01/06 * \verbatim - Copyright (C) 2002-2008 Feynman Software - Copyright (C) 1998-2002 Wei Yongming + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: coolbar.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1998-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef EXT_COOLBAR_H diff --git a/include/ctrl/ctrlhelper.h b/include/ctrl/ctrlhelper.h index 0ae617e4..ca60ba29 100644 --- a/include/ctrl/ctrlhelper.h +++ b/include/ctrl/ctrlhelper.h @@ -1,17 +1,41 @@ /** * \file ctrlhelper.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: ctrlhelper.h 10829 2008-08-26 07:47:17Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_CTRLHELPER_H diff --git a/include/ctrl/edit.h b/include/ctrl/edit.h index f74410a0..07e06f85 100644 --- a/include/ctrl/edit.h +++ b/include/ctrl/edit.h @@ -1,17 +1,41 @@ /** * \file edit.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: edit.h 13674 2010-12-06 06:45:01Z wanzheng $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_EDIT_H diff --git a/include/ctrl/gridview.h b/include/ctrl/gridview.h index 349ad82b..fa0ba105 100644 --- a/include/ctrl/gridview.h +++ b/include/ctrl/gridview.h @@ -1,17 +1,41 @@ /** * \file gridview.h - * \author Wei Yongming + * \author Wei Yongming * \date 2002/01/06 * \verbatim - Copyright (C) 2002-2008 Feynman Software - Copyright (C) 1998-2002 Wei Yongming + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: gridview.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1998-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef EXT_GRIDVIEW_H diff --git a/include/ctrl/iconview.h b/include/ctrl/iconview.h index 3398ddaa..5c849c37 100644 --- a/include/ctrl/iconview.h +++ b/include/ctrl/iconview.h @@ -1,17 +1,41 @@ /** * \file iconview.h - * \author Wei Yongming + * \author Wei Yongming * \date 2002/01/06 * \verbatim - Copyright (C) 2002-2008 Feynman Software - Copyright (C) 1998-2002 Wei Yongming + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: iconview.h 11576 2009-04-27 01:01:57Z dongjunjie $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1998-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef EXT_ICONVIEW_H diff --git a/include/ctrl/listbox.h b/include/ctrl/listbox.h index 16607218..d12e7007 100644 --- a/include/ctrl/listbox.h +++ b/include/ctrl/listbox.h @@ -1,17 +1,41 @@ /** * \file listbox.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: listbox.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_LISTBOX_H diff --git a/include/ctrl/listview.h b/include/ctrl/listview.h index 62c3eb11..a137edef 100644 --- a/include/ctrl/listview.h +++ b/include/ctrl/listview.h @@ -1,17 +1,41 @@ /** * \file listview.h - * \author Wei Yongming + * \author Wei Yongming * \date 2002/01/06 * \verbatim - Copyright (C) 2002-2008 Feynman Software - Copyright (C) 1998-2002 Wei Yongming + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: listview.h 11677 2009-05-23 08:07:19Z dongjunjie $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1998-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef EXT_LISTVIEW_H diff --git a/include/ctrl/menubutton.h b/include/ctrl/menubutton.h index 84e3fb66..f0bb4a18 100644 --- a/include/ctrl/menubutton.h +++ b/include/ctrl/menubutton.h @@ -1,17 +1,41 @@ /** * \file menubutton.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: menubutton.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_MENUBUTTON_H diff --git a/include/ctrl/monthcal.h b/include/ctrl/monthcal.h index 5673e588..044b8eb1 100644 --- a/include/ctrl/monthcal.h +++ b/include/ctrl/monthcal.h @@ -1,17 +1,41 @@ /** * \file monthcal.h - * \author Wei Yongming + * \author Wei Yongming * \date 2002/01/06 * \verbatim - Copyright (C) 2002-2008 Feynman Software - Copyright (C) 1998-2002 Wei Yongming + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: monthcal.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1998-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef EXT_MONTHCAL_H diff --git a/include/ctrl/newtoolbar.h b/include/ctrl/newtoolbar.h index 8d351605..23de71d5 100644 --- a/include/ctrl/newtoolbar.h +++ b/include/ctrl/newtoolbar.h @@ -1,17 +1,41 @@ /** * \file newtoolbar.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: newtoolbar.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_NEWTOOLBAR_H diff --git a/include/ctrl/progressbar.h b/include/ctrl/progressbar.h index db402548..17e8b669 100644 --- a/include/ctrl/progressbar.h +++ b/include/ctrl/progressbar.h @@ -1,17 +1,41 @@ /** * \file progressbar.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: progressbar.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_PROGRESSBAR_H diff --git a/include/ctrl/propsheet.h b/include/ctrl/propsheet.h index b17b508b..46df029e 100644 --- a/include/ctrl/propsheet.h +++ b/include/ctrl/propsheet.h @@ -1,17 +1,41 @@ /** * \file propsheet.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,16 +43,12 @@ /* * $Id: propsheet.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_PROPSHEET_H #define _MGUI_CTRL_PROPSHEET_H - #ifdef __cplusplus extern "C" { diff --git a/include/ctrl/scrollbar.h b/include/ctrl/scrollbar.h index 456a76b5..c653ba57 100644 --- a/include/ctrl/scrollbar.h +++ b/include/ctrl/scrollbar.h @@ -1,17 +1,41 @@ /** * \file scrollbar.h - * \author wangjian + * \author wangjian * \date 2008/01/17 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: scrollbar.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_SCROLLBAR_H diff --git a/include/ctrl/scrollview.h b/include/ctrl/scrollview.h index 907d2111..27fe2c2f 100644 --- a/include/ctrl/scrollview.h +++ b/include/ctrl/scrollview.h @@ -1,17 +1,41 @@ /** * \file scrollview.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: scrollview.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_SCROLLVIEW_H diff --git a/include/ctrl/spinbox.h b/include/ctrl/spinbox.h index d9fce963..a039ca7d 100644 --- a/include/ctrl/spinbox.h +++ b/include/ctrl/spinbox.h @@ -1,17 +1,41 @@ /** * \file spinbox.h - * \author Wei Yongming + * \author Wei Yongming * \date 2002/01/06 * \verbatim - Copyright (C) 2002-2008 Feynman Software - Copyright (C) 1998-2002 Wei Yongming + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: spinbox.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1998-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef EXT_SPINBOX_H diff --git a/include/ctrl/static.h b/include/ctrl/static.h index 85767314..57f1fbab 100644 --- a/include/ctrl/static.h +++ b/include/ctrl/static.h @@ -1,17 +1,41 @@ /** * \file static.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: static.h 12453 2010-01-12 03:51:55Z dongkai $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_STATIC_H diff --git a/include/ctrl/textedit.h b/include/ctrl/textedit.h index 89e1e1e3..bb57d1af 100644 --- a/include/ctrl/textedit.h +++ b/include/ctrl/textedit.h @@ -1,17 +1,41 @@ /** * \file textedit.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: textedit.h 12871 2010-05-07 06:13:42Z wanzheng $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_TEXTEDIT_H diff --git a/include/ctrl/trackbar.h b/include/ctrl/trackbar.h index 05bd5101..f75936f5 100644 --- a/include/ctrl/trackbar.h +++ b/include/ctrl/trackbar.h @@ -1,17 +1,41 @@ /** * \file trackbar.h - * \author Wei Yongming + * \author Wei Yongming * \date 2001/12/29 * \verbatim - Copyright (C) 2002-2008 Feynman Software. - Copyright (C) 1998-2002 Wei Yongming. + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: trackbar.h 10690 2008-08-18 09:32:47Z weiym $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1999-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef _MGUI_CTRL_TRACKBAR diff --git a/include/ctrl/treeview.h b/include/ctrl/treeview.h index 316f589f..ddb93711 100644 --- a/include/ctrl/treeview.h +++ b/include/ctrl/treeview.h @@ -1,17 +1,41 @@ /** * \file treeview.h - * \author Wei Yongming + * \author Wei Yongming * \date 2002/01/06 * \verbatim - Copyright (C) 2002-2008 Feynman Software - Copyright (C) 1998-2002 Wei Yongming + This file is part of MiniGUI, a mature cross-platform windowing + and Graphics User Interface (GUI) support system for embedded systems + and smart IoT devices. - All rights reserved by Feynman Software. + Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd. + Copyright (C) 1998~2002, WEI Yongming - This file is part of MiniGUI, a compact cross-platform Graphics - User Interface (GUI) support system for real-time embedded systems. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Or, + + As this program is a library, any link to this program must follow + GNU General Public License version 3 (GPLv3). If you cannot accept + GPLv3, you need to be licensed from FMSoft. + + 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 + . \endverbatim */ @@ -19,11 +43,8 @@ /* * $Id: treeview.h 13674 2010-12-06 06:45:01Z wanzheng $ * - * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, - * pSOS, ThreadX, NuCleus, OSE, and Win32. - * - * Copyright (C) 2002-2008 Feynman Software. - * Copyright (C) 1998-2002 Wei Yongming. + * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, + * pSOS, ThreadX, NuCleus, OSE, and Win32. */ #ifndef EXT_TREEVIEW_H