From: <tb...@us...> - 2012-01-09 18:17:58
|
Revision: 21 http://wxdevide.svn.sourceforge.net/wxdevide/?rev=21&view=rev Author: tbreina Date: 2012-01-09 18:17:44 +0000 (Mon, 09 Jan 2012) Log Message: ----------- Update to compile with wxWidgets 2.9.3 Modified Paths: -------------- trunk/wxdevide/source/AboutDlg.cpp trunk/wxdevide/source/AboutDlg.wxform trunk/wxdevide/source/DevCpp.dev trunk/wxdevide/source/DevCpp.layout trunk/wxdevide/source/Images/AboutDlg_ImgBanner_XPM.xpm trunk/wxdevide/source/MainFrm.cpp trunk/wxdevide/source/MainFrm.h trunk/wxdevide/source/MainFrm.wxform trunk/wxdevide/source/Makefile.win Modified: trunk/wxdevide/source/AboutDlg.cpp =================================================================== --- trunk/wxdevide/source/AboutDlg.cpp 2011-12-30 04:02:01 UTC (rev 20) +++ trunk/wxdevide/source/AboutDlg.cpp 2012-01-09 18:17:44 UTC (rev 21) @@ -55,511 +55,506 @@ //Add the custom code before or after the blocks ////GUI Items Creation Start + wxInitAllImageHandlers(); //Initialize graphic format handlers + WxBoxSizer1 = new wxBoxSizer(wxVERTICAL); this->SetSizer(WxBoxSizer1); this->SetAutoLayout(true); wxBitmap ImgBanner_BITMAP(AboutDlg_ImgBanner_XPM); - ImgBanner = new wxStaticBitmap(this, ID_IMGBANNER, ImgBanner_BITMAP, wxDefaultPosition, wxDefaultSize); + ImgBanner = new wxStaticBitmap(this, ID_IMGBANNER, ImgBanner_BITMAP, wxPoint(9, 5), wxSize(376, 61)); ImgBanner->Enable(false); - ImgBanner->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, _("MS Sans Serif"))); - WxBoxSizer1->Add(ImgBanner,0,wxALIGN_TOP | wxALL,5); + ImgBanner->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("MS Sans Serif"))); + WxBoxSizer1->Add(ImgBanner, 0, wxALIGN_TOP | wxALL, 5); - NbkContainer = new wxNotebook(this, ID_NBKCONTAINER, wxDefaultPosition, wxDefaultSize, wxNB_DEFAULT); - NbkContainer->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, _("MS Sans Serif"))); - WxBoxSizer1->Add(NbkContainer,0,wxEXPAND | wxALL,5); + NbkContainer = new wxNotebook(this, ID_NBKCONTAINER, wxPoint(5, 68), wxSize(334, 231), wxNB_DEFAULT); + NbkContainer->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("MS Sans Serif"))); + WxBoxSizer1->Add(NbkContainer, 0, wxEXPAND | wxALL, 5); - NpgVersion = new wxPanel(NbkContainer, ID_NPGVERSION, wxDefaultPosition, wxDefaultSize); - NpgVersion->SetBackgroundColour(wxColour(*wxWHITE)); - NpgVersion->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, _("MS Sans Serif"))); - NbkContainer->AddPage(NpgVersion, _("Version Information")); + NpgVersion = new wxPanel(NbkContainer, ID_NPGVERSION, wxPoint(4, 24), wxSize(326, 203)); + NpgVersion->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("MS Sans Serif"))); + NbkContainer->AddPage(NpgVersion, wxT("Version Information")); WxBoxSizer3 = new wxBoxSizer(wxVERTICAL); NpgVersion->SetSizer(WxBoxSizer3); NpgVersion->SetAutoLayout(true); - LblDevCppCopyright = new wxStaticText(NpgVersion, ID_LBLDEVCPPCOPYRIGHT, _("Dev-C++ Code Base Copyright (c) Bloodshed Software"), wxDefaultPosition, wxDefaultSize, 0, _("LblDevCppCopyright")); - LblDevCppCopyright->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxBOLD, false, _("MS Sans Serif"))); - WxBoxSizer3->Add(LblDevCppCopyright,0,0 | wxALL,5); + LblDevCppCopyright = new wxStaticText(NpgVersion, ID_LBLDEVCPPCOPYRIGHT, wxT("Dev-C++ Code Base Copyright (c) Bloodshed Software"), wxPoint(20, 5), wxDefaultSize, 0, wxT("LblDevCppCopyright")); + LblDevCppCopyright->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxBOLD, false, wxT("MS Sans Serif"))); + WxBoxSizer3->Add(LblDevCppCopyright, 0, 0 | wxALL, 5); - LblwxDevCppCopyright = new wxStaticText(NpgVersion, ID_LBLWXDEVCPPCOPYRIGHT, _("Form Designer Copyright (c) wxDev-C++ Development Team"), wxDefaultPosition, wxDefaultSize, 0, _("LblwxDevCppCopyright")); - LblwxDevCppCopyright->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxBOLD, false, _("MS Sans Serif"))); - WxBoxSizer3->Add(LblwxDevCppCopyright,0,wxALIGN_LEFT | wxALL,5); + LblwxDevCppCopyright = new wxStaticText(NpgVersion, ID_LBLWXDEVCPPCOPYRIGHT, wxT("Form Designer Copyright (c) wxDev-C++ Development Team"), wxPoint(5, 32), wxDefaultSize, 0, wxT("LblwxDevCppCopyright")); + LblwxDevCppCopyright->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxBOLD, false, wxT("MS Sans Serif"))); + WxBoxSizer3->Add(LblwxDevCppCopyright, 0, wxALIGN_LEFT | wxALL, 5); WxFlexGridSizer1 = new wxFlexGridSizer(0, 2, 0, 0); WxBoxSizer3->Add(WxFlexGridSizer1, 0, wxALIGN_CENTER | wxALL, 5); - LblwxdevcppWebsite = new wxStaticText(NpgVersion, ID_LBLWXDEVCPPWEBSITE, _("wxDev-C++ Website:"), wxDefaultPosition, wxDefaultSize, 0, _("LblwxdevcppWebsite")); - LblwxdevcppWebsite->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, _("MS Sans Serif"))); - WxFlexGridSizer1->Add(LblwxdevcppWebsite,0,wxALIGN_LEFT | wxALL,5); + LblwxdevcppWebsite = new wxStaticText(NpgVersion, ID_LBLWXDEVCPPWEBSITE, wxT("wxDev-C++ Website:"), wxPoint(20, 5), wxDefaultSize, 0, wxT("LblwxdevcppWebsite")); + LblwxdevcppWebsite->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("MS Sans Serif"))); + WxFlexGridSizer1->Add(LblwxdevcppWebsite, 0, wxALIGN_LEFT | wxALL, 5); - HlkwxdevcppWebsite = new wxHyperlinkCtrl(NpgVersion, ID_HLKWXDEVCPPWEBSITE, _("http://wxdsgn.sourceforge.net/"), _("http://wxdsgn.sourceforge.net/"), wxDefaultPosition, wxDefaultSize, wxNO_BORDER | wxHL_CONTEXTMENU, _("HlkwxdevcppWebsite")); - HlkwxdevcppWebsite->SetNormalColour(*wxBLUE); - HlkwxdevcppWebsite->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxNORMAL, true, _("MS Sans Serif"))); - WxFlexGridSizer1->Add(HlkwxdevcppWebsite,0,wxALIGN_LEFT | wxALL,5); + HlkwxdevcppWebsite = new wxHyperlinkCtrl(NpgVersion, ID_HLKWXDEVCPPWEBSITE, wxT("http://wxdsgn.sourceforge.net/"), wxT("http://wxdsgn.sourceforge.net/"), wxPoint(173, 6), wxSize(139, 15), wxNO_BORDER | wxHL_CONTEXTMENU, wxT("HlkwxdevcppWebsite")); + HlkwxdevcppWebsite->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxNORMAL, true, wxT("MS Sans Serif"))); + WxFlexGridSizer1->Add(HlkwxdevcppWebsite, 0, wxALIGN_LEFT | wxALL, 5); - LblForum = new wxStaticText(NpgVersion, ID_LBLFORUM, _("wxDev-C++ Support Forum:"), wxDefaultPosition, wxDefaultSize, 0, _("LblForum")); - LblForum->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, _("MS Sans Serif"))); - WxFlexGridSizer1->Add(LblForum,0,wxALIGN_LEFT | wxALL,5); + LblForum = new wxStaticText(NpgVersion, ID_LBLFORUM, wxT("wxDev-C++ Support Forum:"), wxPoint(5, 32), wxDefaultSize, 0, wxT("LblForum")); + LblForum->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("MS Sans Serif"))); + WxFlexGridSizer1->Add(LblForum, 0, wxALIGN_LEFT | wxALL, 5); - HlkForumSite = new wxHyperlinkCtrl(NpgVersion, ID_HLKFORUMSITE, _("http://wxforum.shadonet.com/viewforum.php?f=28"), _("http://wxforum.shadonet.com/viewforum.php?f=28"), wxDefaultPosition, wxDefaultSize, wxNO_BORDER | wxHL_CONTEXTMENU, _("HlkForumSite")); - HlkForumSite->SetNormalColour(*wxBLUE); - HlkForumSite->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxNORMAL, true, _("MS Sans Serif"))); - WxFlexGridSizer1->Add(HlkForumSite,0,wxALIGN_CENTER | wxALL,5); + HlkForumSite = new wxHyperlinkCtrl(NpgVersion, ID_HLKFORUMSITE, wxT("http://wxforum.shadonet.com/viewforum.php?f=28"), wxT("http://wxforum.shadonet.com/viewforum.php?f=28"), wxPoint(149, 33), wxSize(188, 15), wxNO_BORDER | wxHL_CONTEXTMENU, wxT("HlkForumSite")); + HlkForumSite->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxNORMAL, true, wxT("MS Sans Serif"))); + WxFlexGridSizer1->Add(HlkForumSite, 0, wxALIGN_CENTER | wxALL, 5); - LblwxWeb = new wxStaticText(NpgVersion, ID_LBLWXWEB, _("wxWidget Site"), wxDefaultPosition, wxDefaultSize, 0, _("LblwxWeb")); - LblwxWeb->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, _("MS Sans Serif"))); - WxFlexGridSizer1->Add(LblwxWeb,0,wxALIGN_LEFT | wxALL,5); + LblwxWeb = new wxStaticText(NpgVersion, ID_LBLWXWEB, wxT("wxWidget Site"), wxPoint(36, 59), wxDefaultSize, 0, wxT("LblwxWeb")); + LblwxWeb->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("MS Sans Serif"))); + WxFlexGridSizer1->Add(LblwxWeb, 0, wxALIGN_LEFT | wxALL, 5); - HlkwxWebsite = new wxHyperlinkCtrl(NpgVersion, ID_HLKWXWEBSITE, _("http://wxwidgets.org"), _("http://wxwidgets.org"), wxDefaultPosition, wxDefaultSize, wxNO_BORDER | wxHL_CONTEXTMENU, _("HlkwxWebsite")); - HlkwxWebsite->SetNormalColour(*wxBLUE); - HlkwxWebsite->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxNORMAL, true, _("MS Sans Serif"))); - WxFlexGridSizer1->Add(HlkwxWebsite,0,wxALIGN_LEFT | wxALL,5); + HlkwxWebsite = new wxHyperlinkCtrl(NpgVersion, ID_HLKWXWEBSITE, wxT("http://wxwidgets.org"), wxT("http://wxwidgets.org"), wxPoint(171, 60), wxSize(144, 15), wxNO_BORDER | wxHL_CONTEXTMENU, wxT("HlkwxWebsite")); + HlkwxWebsite->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxNORMAL, true, wxT("MS Sans Serif"))); + WxFlexGridSizer1->Add(HlkwxWebsite, 0, wxALIGN_LEFT | wxALL, 5); - LblBook = new wxStaticText(NpgVersion, ID_LBLBOOK, _("wxDev-C++ Book :"), wxDefaultPosition, wxDefaultSize, 0, _("LblBook")); - LblBook->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, _("MS Sans Serif"))); - WxFlexGridSizer1->Add(LblBook,0,0 | wxALL,5); + LblBook = new wxStaticText(NpgVersion, ID_LBLBOOK, wxT("wxDev-C++ Book :"), wxPoint(25, 86), wxDefaultSize, 0, wxT("LblBook")); + LblBook->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("MS Sans Serif"))); + WxFlexGridSizer1->Add(LblBook, 0, 0 | wxALL, 5); - HlkBook = new wxHyperlinkCtrl(NpgVersion, ID_HLKBOOK, _("http://wxdevcpp-book.sourceforge.net/"), _("http://wxdevcpp-book.sourceforge.net/"), wxDefaultPosition, wxDefaultSize, wxNO_BORDER | wxHL_CONTEXTMENU, _("HlkBook")); - HlkBook->SetNormalColour(*wxBLUE); - HlkBook->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxNORMAL, true, _("MS Sans Serif"))); - WxFlexGridSizer1->Add(HlkBook,0,wxALIGN_LEFT | wxALL,5); + HlkBook = new wxHyperlinkCtrl(NpgVersion, ID_HLKBOOK, wxT("http://wxdevcpp-book.sourceforge.net/"), wxT("http://wxdevcpp-book.sourceforge.net/"), wxPoint(159, 87), wxSize(168, 15), wxNO_BORDER | wxHL_CONTEXTMENU, wxT("HlkBook")); + HlkBook->SetFont(wxFont(7, wxSWISS, wxNORMAL, wxNORMAL, true, wxT("MS Sans Serif"))); + WxFlexGridSizer1->Add(HlkBook, 0, wxALIGN_LEFT | wxALL, 5); - NpgLicense = new wxPanel(NbkContainer, ID_NPGLICENSE, wxDefaultPosition, wxDefaultSize); - NpgLicense->SetBackgroundColour(wxColour(*wxWHITE)); - NpgLicense->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, _("MS Sans Serif"))); - NbkContainer->AddPage(NpgLicense, _("GNU General Public License")); + NpgLicense = new wxPanel(NbkContainer, ID_NPGLICENSE, wxPoint(4, 24), wxSize(326, 203)); + NpgLicense->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("MS Sans Serif"))); + NbkContainer->AddPage(NpgLicense, wxT("GNU General Public License")); WxBoxSizer4 = new wxBoxSizer(wxHORIZONTAL); NpgLicense->SetSizer(WxBoxSizer4); NpgLicense->SetAutoLayout(true); - MmoLicense = new wxTextCtrl(NpgLicense, ID_MMOLICENSE, _(" GNU GENERAL PUBLIC LICENSE\r\n Version 2, June 1991\r\n\r\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\r\n675 Mass Ave, Cambridge, MA 02139, USA\r\nEveryone is permitted to copy and distribute verbatim copies of\r\nthis license document, but changing it is not allowed.\r\n\r\nPreamble\r\n\r\nThe licenses for most software are designed to take away your\r\nfreedom to share and change it. By contrast, the GNU General\r\nPublic License is intended to guarantee your freedom to share\r\nand change free software--to make sure the software is free for\r\nall its users. This General Public License applies to most of the\r\nFree Software Foundation's software and to any other program\r\nwhose authors commit to using it. (Some other Free Software\r\nFoundation software is covered by the GNU Library General\r\nPublic License instead.) You can apply it to your programs, too.\r\n\r\nWhen we speak of free software, we are referring to freedom, not\r\nprice. Our General Public Licenses are designed to make sure\r\nthat you have the freedom to distribute copies of free software\r\n(and charge for this service if you wish), that you receive source\r\ncode or can get it if you want it, that you can change the\r\nsoftware or use pieces of it in new free programs; and that you\r\nknow you can do these things.\r\n\r\nTo protect your rights, we need to make restrictions that forbid\r\nanyone to deny you these rights or to ask you to surrender the\r\nrights. These restrictions translate to certain responsibilities for\r\nyou if you distribute copies of the software, or if you modify it.\r\n\r\nFor example, if you distribute copies of such a program, whether\r\ngratis or for a fee, you must give the recipients all the rights that\r\nyou have. You must make sure that they, too, receive or can get\r\nthe source code. And you must show them these terms so they\r\nknow their rights.\r\n\r\nWe protect your rights with two steps: (1) copyright the\r\nsoftware, and (2) offer you this license which gives you legal\r\npermission to copy, distribute and/or modify the software.\r\n\r\nAlso, for each author's protection and ours, we want to make\r\ncertain that everyone understands that there is no warranty for\r\nthis free software. If the software is modified by someone else\r\nand passed on, we want its recipients to know that what they\r\nhave is not the original, so that any problems introduced by\r\nothers will not reflect on the original authors' reputations.\r\n\r\nFinally, any free program is threatened constantly by software\r\npatents. We wish to avoid the danger that redistributors of a\r\nfree program will individually obtain patent licenses, in effect\r\nmaking the program proprietary. To prevent this, we have made\r\nit clear that any patent must be licensed for everyone's free use\r\nor not licensed at all.\r\n\r\nThe precise terms and conditions for copying, distribution and\r\nmodification follow.\r\n\r\n GNU GENERAL PUBLIC LICENSE\r\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION \r\nAND \r\nMODIFICATION\r\n\r\n 0. This License applies to any program or other work which\r\ncontains a notice placed by the copyright holder saying it may\r\nbe distributed under the terms of this General Public License.\r\nThe \"Program\", below, refers to any such program or work,\r\nand a \"work based on the Program\" means either the Program\r\nor any derivative work under copyright law: that is to say, a work\r\ncontaining the Program or a portion of it, either verbatim or with\r\nmodifications and/or translated into another language.\r\n(Hereinafter, translation is included without limitation in the\r\nterm \"modification\".) Each licensee is addressed as \"you\".\r\n\r\nActivities other than copying, distribution and modification are\r\nnot covered by this License; they are outside its scope. The\r\nact of running the Program is not restricted, and the output\r\nfrom the Program is covered only if its contents constitute a\r\nwork based on the Program (independent of having been made\r\nby running the Program). Whether that is true depends on what\r\nthe Program does.\r\n\r\n 1. You may copy and distribute verbatim copies of the\r\nProgram's source code as you receive it, in any medium,\r\nprovided that you conspicuously and appropriately publish\r\non each copy an appropriate copyright notice and disclaimer\r\nof warranty; keep intact all the notices that refer to this License\r\nand to the absence of any warranty; and give any other\r\nrecipients of the Program a copy of this License along with\r\nthe Program.\r\n\r\nYou may charge a fee for the physical act of transferring a copy,\r\nand you may at your option offer warranty protection in\r\nexchange for a fee.\r\n\r\n 2. You may modify your copy or copies of the Program or any\r\nportion of it, thus forming a work based on the Program, and\r\ncopy and distribute such modifications or work under the terms\r\nof Section 1 above, provided that you also meet all of these\r\nconditions:\r\n\r\n a) You must cause the modified files to carry prominent\r\n notices stating that you changed the files and the date\r\n of any change.\r\n\r\n b) You must cause any work that you distribute or publish,\r\n that in whole or in part contains or is derived from the\r\n Program or any part thereof, to be licensed as a whole at\r\n no charge to all third parties under the terms of this License.\r\n\r\n c) If the modified program normally reads commands\r\n interactively when run, you must cause it, when started\r\n running for such interactive use in the most ordinary way,\r\n to print or display an announcement including an\r\n appropriate copyright notice and a notice that there is no\r\n warranty (or else, saying that you provide a warranty) and\r\n that users may redistribute the program under these\r\n conditions, and telling the user how to view a copy of this\r\n License. (Exception: if the Program itself is interactive but\r\n does not normally print such an announcement, your work\r\n based on the Program is not required to print an\r\n announcement.)\r\n\r\nThese requirements apply to the modified work as a whole. If\r\nidentifiable sections of that work are not derived from the\r\nProgram, and can be reasonably considered independent and\r\nseparate works in themselves, then this License, and its terms,\r\ndo not apply to those sections when you distribute them as\r\nseparate works. But when you distribute the same sections as\r\npart of a whole which is a work based on the Program, the\r\ndistribution of the whole must be on the terms of this License,\r\nwhose permissions for other licensees extend to the entire\r\nwhole, and thus to each and every part regardless of who wrote it.\r\n\r\nThus, it is not the intent of this section to claim rights or contest\r\nyour rights to work written entirely by you; rather, the intent is to\r\nexercise the right to control the distribution of derivative or\r\ncollective works based on the Program.\r\n\r\nIn addition, mere aggregation of another work not based on the\r\nProgram with the Program (or with a work based on the\r\nProgram) on a volume of a storage or distribution medium does\r\nnot bring the other work under the scope of this License.\r\n\r\n 3. You may copy and distribute the Program (or a work based\r\non it, under Section 2) in object code or executable form under\r\nthe terms of Sections 1 and 2 above provided that you also do\r\none of the following:\r\n\r\n a) Accompany it with the complete corresponding machine-\r\n readable source code, which must be distributed under the\r\n terms of Sections 1 and 2 above on a medium customarily\r\n used for software interchange; or,\r\n\r\n b) Accompany it with a written offer, valid for at least three\r\n years, to give any third party, for a charge no more than your\r\n cost of physically performing source distribution, a complete\r\n machine-readable copy of the corresponding source code,\r\n to be distributed under the terms of Sections 1 and 2 above\r\n on a medium customarily used for software interchange; or,\r\n\r\n c) Accompany it with the information you received as to the\r\n offer to distribute corresponding source code. (This\r\n alternative is allowed only for noncommercial distribution\r\n and only if you received the program in object code or\r\n executable form with such an offer, in accord with Subsection\r\n b above.)\r\n\r\nThe source code for a work means the preferred form of the\r\nwork for making modifications to it. For an executable work,\r\ncomplete source code means all the source code for all modules\r\nit contains, plus any associated interface definition files,\r\nplus the scripts used to control compilation and installation\r\nof the executable. However, as a special exception, the source\r\ncode distributed need not include anything that is normally\r\ndistributed (in either source or binary form) with the major\r\ncomponents (compiler, kernel, and so on) of the operating\r\nsystem on which the executable runs, unless that component\r\nitself accompanies the executable.\r\n\r\nIf distribution of executable or object code is made by offering\r\naccess to copy from a designated place, then offering equivalent\r\naccess to copy the source code from the same place counts as\r\ndistribution of the source code, even though third parties are\r\nnot compelled to copy the source along with the object code.\r\n\r\n 4. You may not copy, modify, sublicense, or distribute the\r\nProgram except as expressly provided under this License. Any\r\nattempt otherwise to copy, modify, sublicense or distribute the\r\nProgram is void, and will automatically terminate your rights\r\nunder this License. However, parties who have received copies,\r\nor rights, from you under this License will not have their\r\nlicenses terminated so long as such parties remain in full\r\ncompliance.\r\n\r\n 5. You are not required to accept this License, since you have\r\nnot signed it. However, nothing else grants you permission to\r\nmodify or distribute the Program or its derivative works. These\r\nactions are prohibited by law if you do not accept this License.\r\nTherefore, by modifying or distributing the Program (or any\r\nwork based on the Program), you indicate your acceptance of\r\nthis License to do so, and all its terms and conditions for\r\ncopying, distributing or modifying the Program or works based\r\non it.\r\n\r\n 6. Each time you redistribute the Program (or any work based\r\non the Program), the recipient automatically receives a license\r\nfrom the original licensor to copy, distribute or modify the\r\nProgram subject to these terms and conditions. You may not\r\nimpose any further restrictions on the recipients' exercise of\r\nthe rights granted herein. You are not responsible for enforcing\r\ncompliance by third parties to this License.\r\n\r\n 7. If, as a consequence of a court judgment or allegation of\r\npatent infringement or for any other reason (not limited to\r\npatent issues), conditions are imposed on you (whether by court\r\norder, agreement or otherwise) that contradict the conditions\r\nof this License, they do not excuse you from the conditions of\r\nthis License. If you cannot distribute so as to satisfy\r\nsimultaneously your obligations under this License and any\r\nother pertinent obligations, then as a consequence you may not\r\ndistribute the Program at all. For example, if a patent license\r\nwould not permit royalty-free redistribution of the Program by\r\nall those who receive copies directly or indirectly through you,\r\nthen the only way you could satisfy both it and this License\r\nwould be to refrain entirely from distribution of the Program.\r\n\r\nIf any portion of this section is held invalid or unenforceable\r\nunder any particular circumstance, the balance of the section\r\nis intended to apply and the section as a whole is intended to\r\napply in other circumstances.\r\n\r\nIt is not the purpose of this section to induce you to infringe\r\nany patents or other property right claims or to contest validity\r\nof any such claims; this section has the sole purpose of\r\nprotecting the integrity of the free software distribution system,\r\nwhich is implemented by public license practices. Many people\r\nhave made generous contributions to the wide range of software\r\ndistributed through that system in reliance on consistent\r\napplication of that system; it is up to the author/donor to\r\ndecide if he or she is willing to distribute software through\r\nany other system and a licensee cannot impose that choice.\r\n\r\nThis section is intended to make thoroughly clear what is\r\nbelieved to be a consequence of the rest of this License.\r\n\r\n 8. If the distribution and/or use of the Program is restricted in\r\ncertain countries either by patents or by copyrighted interfaces,\r\nthe original copyright holder who places the Program under this\r\nLicense may add an explicit geographical distribution limitation\r\nexcluding those countries, so that distribution is permitted only\r\nin or among countries not thus excluded. In such case, this\r\nLicense incorporates the limitation as if written in the body of\r\nthis License.\r\n\r\n 9. The Free Software Foundation may publish revised and/or\r\nnew versions of the General Public License from time to time.\r\nSuch new versions will be similar in spirit to the present\r\nversion, but may differ in detail to address new problems or\r\nconcerns.\r\n\r\nEach version is given a distinguishing version number. If the\r\nProgram specifies a version number of this License which\r\napplies to it and \"any later version\", you have the option of\r\nfollowing the terms and conditions either of that version or\r\nof any later version published by the Free Software Foundation.\r\nIf the Program does not specify a version number of this License,\r\nyou may choose any version ever published by the Free Software\r\nFoundation.\r\n\r\n 10. If you wish to incorporate parts of the Program into\r\nother free programs whose distribution conditions are different,\r\nwrite to the author to ask for permission. For software which\r\nis copyrighted by the Free Software Foundation, write to the\r\nFree Software Foundation; we sometimes make exceptions for\r\nthis. Our decision will be guided by the two goals of preserving\r\nthe free status of all derivatives of our free software and of\r\npromoting the sharing and reuse of software generally.\r\n\r\n NO WARRANTY\r\n\r\n 11. BECAUSE THE PROGRAM IS LICENSED FREE OF \r\nCHARGE, \r\nTHERE IS NO WARRANTY FOR THE PROGRAM, TO THE \r\nEXTENT \r\nPERMITTED BY APPLICABLE LAW. EXCEPT WHEN \r\nOTHERWISE \r\nSTATED IN WRITING THE COPYRIGHT HOLDERS AND/OR \r\nOTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" \r\nWITHOUT \r\nWARRANTY OF ANY KIND, EITHER EXPRESSED OR \r\nIMPLIED, \r\nINCLUDING, BUT NOT LIMITED TO, THE IMPLIED \r\nWARRANTIES\r\nOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR \r\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND\r\nPERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD \r\nTHE\r\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF \r\nALL\r\nNECESSARY SERVICING, REPAIR OR CORRECTION.\r\n\r\n 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW \r\nOR \r\nAGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, \r\nOR \r\nANY OTHER PARTY WHO MAY MODIFY AND/OR \r\nREDISTRIBUTE \r\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU \r\nFOR \r\nDAMAGES, INCLUDING ANY GENERAL, SPECIAL, \r\nINCIDENTAL\r\nOR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE \r\nOR \r\nINABILITY TO USE THE PROGRAM (INCLUDING BUT NOT\r\nLIMITED TO LOSS OF DATA OR DATA BEING RENDERED\r\nINACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\r\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE \r\nWITH\r\nANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR \r\nOTHER\r\nPARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\r\nDAMAGES.\r\n\r\n END OF TERMS AND CONDITIONS\r\n"), wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE, wxDefaultValidator, _("MmoLicense")); + MmoLicense = new wxTextCtrl(NpgLicense, ID_MMOLICENSE, wxEmptyString, wxPoint(5, 5), wxSize(317, 201), wxTE_MULTILINE, wxDefaultValidator, wxT("MmoLicense")); MmoLicense->SetMaxLength(0); - MmoLicense->AppendText(_(" GNU GENERAL PUBLIC LICENSE")); - MmoLicense->AppendText(_(" Version 2, June 1991")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("Copyright (C) 1989, 1991 Free Software Foundation, Inc.")); - MmoLicense->AppendText(_("675 Mass Ave, Cambridge, MA 02139, USA")); - MmoLicense->AppendText(_("Everyone is permitted to copy and distribute verbatim copies of")); - MmoLicense->AppendText(_("this license document, but changing it is not allowed.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("Preamble")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("The licenses for most software are designed to take away your")); - MmoLicense->AppendText(_("freedom to share and change it. By contrast, the GNU General")); - MmoLicense->AppendText(_("Public License is intended to guarantee your freedom to share")); - MmoLicense->AppendText(_("and change free software--to make sure the software is free for")); - MmoLicense->AppendText(_("all its users. This General Public License applies to most of the")); - MmoLicense->AppendText(_("Free Software Foundation's software and to any other program")); - MmoLicense->AppendText(_("whose authors commit to using it. (Some other Free Software")); - MmoLicense->AppendText(_("Foundation software is covered by the GNU Library General")); - MmoLicense->AppendText(_("Public License instead.) You can apply it to your programs, too.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("When we speak of free software, we are referring to freedom, not")); - MmoLicense->AppendText(_("price. Our General Public Licenses are designed to make sure")); - MmoLicense->AppendText(_("that you have the freedom to distribute copies of free software")); - MmoLicense->AppendText(_("(and charge for this service if you wish), that you receive source")); - MmoLicense->AppendText(_("code or can get it if you want it, that you can change the")); - MmoLicense->AppendText(_("software or use pieces of it in new free programs; and that you")); - MmoLicense->AppendText(_("know you can do these things.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("To protect your rights, we need to make restrictions that forbid")); - MmoLicense->AppendText(_("anyone to deny you these rights or to ask you to surrender the")); - MmoLicense->AppendText(_("rights. These restrictions translate to certain responsibilities for")); - MmoLicense->AppendText(_("you if you distribute copies of the software, or if you modify it.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("For example, if you distribute copies of such a program, whether")); - MmoLicense->AppendText(_("gratis or for a fee, you must give the recipients all the rights that")); - MmoLicense->AppendText(_("you have. You must make sure that they, too, receive or can get")); - MmoLicense->AppendText(_("the source code. And you must show them these terms so they")); - MmoLicense->AppendText(_("know their rights.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("We protect your rights with two steps: (1) copyright the")); - MmoLicense->AppendText(_("software, and (2) offer you this license which gives you legal")); - MmoLicense->AppendText(_("permission to copy, distribute and/or modify the software.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("Also, for each author's protection and ours, we want to make")); - MmoLicense->AppendText(_("certain that everyone understands that there is no warranty for")); - MmoLicense->AppendText(_("this free software. If the software is modified by someone else")); - MmoLicense->AppendText(_("and passed on, we want its recipients to know that what they")); - MmoLicense->AppendText(_("have is not the original, so that any problems introduced by")); - MmoLicense->AppendText(_("others will not reflect on the original authors' reputations.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("Finally, any free program is threatened constantly by software")); - MmoLicense->AppendText(_("patents. We wish to avoid the danger that redistributors of a")); - MmoLicense->AppendText(_("free program will individually obtain patent licenses, in effect")); - MmoLicense->AppendText(_("making the program proprietary. To prevent this, we have made")); - MmoLicense->AppendText(_("it clear that any patent must be licensed for everyone's free use")); - MmoLicense->AppendText(_("or not licensed at all.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("The precise terms and conditions for copying, distribution and")); - MmoLicense->AppendText(_("modification follow.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" GNU GENERAL PUBLIC LICENSE")); - MmoLicense->AppendText(_("TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION ")); - MmoLicense->AppendText(_("AND ")); - MmoLicense->AppendText(_("MODIFICATION")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 0. This License applies to any program or other work which")); - MmoLicense->AppendText(_("contains a notice placed by the copyright holder saying it may")); - MmoLicense->AppendText(_("be distributed under the terms of this General Public License.")); - MmoLicense->AppendText(_("The \"Program\", below, refers to any such program or work,")); - MmoLicense->AppendText(_("and a \"work based on the Program\" means either the Program")); - MmoLicense->AppendText(_("or any derivative work under copyright law: that is to say, a work")); - MmoLicense->AppendText(_("containing the Program or a portion of it, either verbatim or with")); - MmoLicense->AppendText(_("modifications and/or translated into another language.")); - MmoLicense->AppendText(_("(Hereinafter, translation is included without limitation in the")); - MmoLicense->AppendText(_("term \"modification\".) Each licensee is addressed as \"you\".")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("Activities other than copying, distribution and modification are")); - MmoLicense->AppendText(_("not covered by this License; they are outside its scope. The")); - MmoLicense->AppendText(_("act of running the Program is not restricted, and the output")); - MmoLicense->AppendText(_("from the Program is covered only if its contents constitute a")); - MmoLicense->AppendText(_("work based on the Program (independent of having been made")); - MmoLicense->AppendText(_("by running the Program). Whether that is true depends on what")); - MmoLicense->AppendText(_("the Program does.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 1. You may copy and distribute verbatim copies of the")); - MmoLicense->AppendText(_("Program's source code as you receive it, in any medium,")); - MmoLicense->AppendText(_("provided that you conspicuously and appropriately publish")); - MmoLicense->AppendText(_("on each copy an appropriate copyright notice and disclaimer")); - MmoLicense->AppendText(_("of warranty; keep intact all the notices that refer to this License")); - MmoLicense->AppendText(_("and to the absence of any warranty; and give any other")); - MmoLicense->AppendText(_("recipients of the Program a copy of this License along with")); - MmoLicense->AppendText(_("the Program.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("You may charge a fee for the physical act of transferring a copy,")); - MmoLicense->AppendText(_("and you may at your option offer warranty protection in")); - MmoLicense->AppendText(_("exchange for a fee.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 2. You may modify your copy or copies of the Program or any")); - MmoLicense->AppendText(_("portion of it, thus forming a work based on the Program, and")); - MmoLicense->AppendText(_("copy and distribute such modifications or work under the terms")); - MmoLicense->AppendText(_("of Section 1 above, provided that you also meet all of these")); - MmoLicense->AppendText(_("conditions:")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" a) You must cause the modified files to carry prominent")); - MmoLicense->AppendText(_(" notices stating that you changed the files and the date")); - MmoLicense->AppendText(_(" of any change.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" b) You must cause any work that you distribute or publish,")); - MmoLicense->AppendText(_(" that in whole or in part contains or is derived from the")); - MmoLicense->AppendText(_(" Program or any part thereof, to be licensed as a whole at")); - MmoLicense->AppendText(_(" no charge to all third parties under the terms of this License.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" c) If the modified program normally reads commands")); - MmoLicense->AppendText(_(" interactively when run, you must cause it, when started")); - MmoLicense->AppendText(_(" running for such interactive use in the most ordinary way,")); - MmoLicense->AppendText(_(" to print or display an announcement including an")); - MmoLicense->AppendText(_(" appropriate copyright notice and a notice that there is no")); - MmoLicense->AppendText(_(" warranty (or else, saying that you provide a warranty) and")); - MmoLicense->AppendText(_(" that users may redistribute the program under these")); - MmoLicense->AppendText(_(" conditions, and telling the user how to view a copy of this")); - MmoLicense->AppendText(_(" License. (Exception: if the Program itself is interactive but")); - MmoLicense->AppendText(_(" does not normally print such an announcement, your work")); - MmoLicense->AppendText(_(" based on the Program is not required to print an")); - MmoLicense->AppendText(_(" announcement.)")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("These requirements apply to the modified work as a whole. If")); - MmoLicense->AppendText(_("identifiable sections of that work are not derived from the")); - MmoLicense->AppendText(_("Program, and can be reasonably considered independent and")); - MmoLicense->AppendText(_("separate works in themselves, then this License, and its terms,")); - MmoLicense->AppendText(_("do not apply to those sections when you distribute them as")); - MmoLicense->AppendText(_("separate works. But when you distribute the same sections as")); - MmoLicense->AppendText(_("part of a whole which is a work based on the Program, the")); - MmoLicense->AppendText(_("distribution of the whole must be on the terms of this License,")); - MmoLicense->AppendText(_("whose permissions for other licensees extend to the entire")); - MmoLicense->AppendText(_("whole, and thus to each and every part regardless of who wrote it.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("Thus, it is not the intent of this section to claim rights or contest")); - MmoLicense->AppendText(_("your rights to work written entirely by you; rather, the intent is to")); - MmoLicense->AppendText(_("exercise the right to control the distribution of derivative or")); - MmoLicense->AppendText(_("collective works based on the Program.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("In addition, mere aggregation of another work not based on the")); - MmoLicense->AppendText(_("Program with the Program (or with a work based on the")); - MmoLicense->AppendText(_("Program) on a volume of a storage or distribution medium does")); - MmoLicense->AppendText(_("not bring the other work under the scope of this License.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 3. You may copy and distribute the Program (or a work based")); - MmoLicense->AppendText(_("on it, under Section 2) in object code or executable form under")); - MmoLicense->AppendText(_("the terms of Sections 1 and 2 above provided that you also do")); - MmoLicense->AppendText(_("one of the following:")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" a) Accompany it with the complete corresponding machine-")); - MmoLicense->AppendText(_(" readable source code, which must be distributed under the")); - MmoLicense->AppendText(_(" terms of Sections 1 and 2 above on a medium customarily")); - MmoLicense->AppendText(_(" used for software interchange; or,")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" b) Accompany it with a written offer, valid for at least three")); - MmoLicense->AppendText(_(" years, to give any third party, for a charge no more than your")); - MmoLicense->AppendText(_(" cost of physically performing source distribution, a complete")); - MmoLicense->AppendText(_(" machine-readable copy of the corresponding source code,")); - MmoLicense->AppendText(_(" to be distributed under the terms of Sections 1 and 2 above")); - MmoLicense->AppendText(_(" on a medium customarily used for software interchange; or,")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" c) Accompany it with the information you received as to the")); - MmoLicense->AppendText(_(" offer to distribute corresponding source code. (This")); - MmoLicense->AppendText(_(" alternative is allowed only for noncommercial distribution")); - MmoLicense->AppendText(_(" and only if you received the program in object code or")); - MmoLicense->AppendText(_(" executable form with such an offer, in accord with Subsection")); - MmoLicense->AppendText(_(" b above.)")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("The source code for a work means the preferred form of the")); - MmoLicense->AppendText(_("work for making modifications to it. For an executable work,")); - MmoLicense->AppendText(_("complete source code means all the source code for all modules")); - MmoLicense->AppendText(_("it contains, plus any associated interface definition files,")); - MmoLicense->AppendText(_("plus the scripts used to control compilation and installation")); - MmoLicense->AppendText(_("of the executable. However, as a special exception, the source")); - MmoLicense->AppendText(_("code distributed need not include anything that is normally")); - MmoLicense->AppendText(_("distributed (in either source or binary form) with the major")); - MmoLicense->AppendText(_("components (compiler, kernel, and so on) of the operating")); - MmoLicense->AppendText(_("system on which the executable runs, unless that component")); - MmoLicense->AppendText(_("itself accompanies the executable.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("If distribution of executable or object code is made by offering")); - MmoLicense->AppendText(_("access to copy from a designated place, then offering equivalent")); - MmoLicense->AppendText(_("access to copy the source code from the same place counts as")); - MmoLicense->AppendText(_("distribution of the source code, even though third parties are")); - MmoLicense->AppendText(_("not compelled to copy the source along with the object code.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 4. You may not copy, modify, sublicense, or distribute the")); - MmoLicense->AppendText(_("Program except as expressly provided under this License. Any")); - MmoLicense->AppendText(_("attempt otherwise to copy, modify, sublicense or distribute the")); - MmoLicense->AppendText(_("Program is void, and will automatically terminate your rights")); - MmoLicense->AppendText(_("under this License. However, parties who have received copies,")); - MmoLicense->AppendText(_("or rights, from you under this License will not have their")); - MmoLicense->AppendText(_("licenses terminated so long as such parties remain in full")); - MmoLicense->AppendText(_("compliance.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 5. You are not required to accept this License, since you have")); - MmoLicense->AppendText(_("not signed it. However, nothing else grants you permission to")); - MmoLicense->AppendText(_("modify or distribute the Program or its derivative works. These")); - MmoLicense->AppendText(_("actions are prohibited by law if you do not accept this License.")); - MmoLicense->AppendText(_("Therefore, by modifying or distributing the Program (or any")); - MmoLicense->AppendText(_("work based on the Program), you indicate your acceptance of")); - MmoLicense->AppendText(_("this License to do so, and all its terms and conditions for")); - MmoLicense->AppendText(_("copying, distributing or modifying the Program or works based")); - MmoLicense->AppendText(_("on it.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 6. Each time you redistribute the Program (or any work based")); - MmoLicense->AppendText(_("on the Program), the recipient automatically receives a license")); - MmoLicense->AppendText(_("from the original licensor to copy, distribute or modify the")); - MmoLicense->AppendText(_("Program subject to these terms and conditions. You may not")); - MmoLicense->AppendText(_("impose any further restrictions on the recipients' exercise of")); - MmoLicense->AppendText(_("the rights granted herein. You are not responsible for enforcing")); - MmoLicense->AppendText(_("compliance by third parties to this License.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 7. If, as a consequence of a court judgment or allegation of")); - MmoLicense->AppendText(_("patent infringement or for any other reason (not limited to")); - MmoLicense->AppendText(_("patent issues), conditions are imposed on you (whether by court")); - MmoLicense->AppendText(_("order, agreement or otherwise) that contradict the conditions")); - MmoLicense->AppendText(_("of this License, they do not excuse you from the conditions of")); - MmoLicense->AppendText(_("this License. If you cannot distribute so as to satisfy")); - MmoLicense->AppendText(_("simultaneously your obligations under this License and any")); - MmoLicense->AppendText(_("other pertinent obligations, then as a consequence you may not")); - MmoLicense->AppendText(_("distribute the Program at all. For example, if a patent license")); - MmoLicense->AppendText(_("would not permit royalty-free redistribution of the Program by")); - MmoLicense->AppendText(_("all those who receive copies directly or indirectly through you,")); - MmoLicense->AppendText(_("then the only way you could satisfy both it and this License")); - MmoLicense->AppendText(_("would be to refrain entirely from distribution of the Program.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("If any portion of this section is held invalid or unenforceable")); - MmoLicense->AppendText(_("under any particular circumstance, the balance of the section")); - MmoLicense->AppendText(_("is intended to apply and the section as a whole is intended to")); - MmoLicense->AppendText(_("apply in other circumstances.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("It is not the purpose of this section to induce you to infringe")); - MmoLicense->AppendText(_("any patents or other property right claims or to contest validity")); - MmoLicense->AppendText(_("of any such claims; this section has the sole purpose of")); - MmoLicense->AppendText(_("protecting the integrity of the free software distribution system,")); - MmoLicense->AppendText(_("which is implemented by public license practices. Many people")); - MmoLicense->AppendText(_("have made generous contributions to the wide range of software")); - MmoLicense->AppendText(_("distributed through that system in reliance on consistent")); - MmoLicense->AppendText(_("application of that system; it is up to the author/donor to")); - MmoLicense->AppendText(_("decide if he or she is willing to distribute software through")); - MmoLicense->AppendText(_("any other system and a licensee cannot impose that choice.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("This section is intended to make thoroughly clear what is")); - MmoLicense->AppendText(_("believed to be a consequence of the rest of this License.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 8. If the distribution and/or use of the Program is restricted in")); - MmoLicense->AppendText(_("certain countries either by patents or by copyrighted interfaces,")); - MmoLicense->AppendText(_("the original copyright holder who places the Program under this")); - MmoLicense->AppendText(_("License may add an explicit geographical distribution limitation")); - MmoLicense->AppendText(_("excluding those countries, so that distribution is permitted only")); - MmoLicense->AppendText(_("in or among countries not thus excluded. In such case, this")); - MmoLicense->AppendText(_("License incorporates the limitation as if written in the body of")); - MmoLicense->AppendText(_("this License.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 9. The Free Software Foundation may publish revised and/or")); - MmoLicense->AppendText(_("new versions of the General Public License from time to time.")); - MmoLicense->AppendText(_("Such new versions will be similar in spirit to the present")); - MmoLicense->AppendText(_("version, but may differ in detail to address new problems or")); - MmoLicense->AppendText(_("concerns.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_("Each version is given a distinguishing version number. If the")); - MmoLicense->AppendText(_("Program specifies a version number of this License which")); - MmoLicense->AppendText(_("applies to it and \"any later version\", you have the option of")); - MmoLicense->AppendText(_("following the terms and conditions either of that version or")); - MmoLicense->AppendText(_("of any later version published by the Free Software Foundation.")); - MmoLicense->AppendText(_("If the Program does not specify a version number of this License,")); - MmoLicense->AppendText(_("you may choose any version ever published by the Free Software")); - MmoLicense->AppendText(_("Foundation.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 10. If you wish to incorporate parts of the Program into")); - MmoLicense->AppendText(_("other free programs whose distribution conditions are different,")); - MmoLicense->AppendText(_("write to the author to ask for permission. For software which")); - MmoLicense->AppendText(_("is copyrighted by the Free Software Foundation, write to the")); - MmoLicense->AppendText(_("Free Software Foundation; we sometimes make exceptions for")); - MmoLicense->AppendText(_("this. Our decision will be guided by the two goals of preserving")); - MmoLicense->AppendText(_("the free status of all derivatives of our free software and of")); - MmoLicense->AppendText(_("promoting the sharing and reuse of software generally.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" NO WARRANTY")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 11. BECAUSE THE PROGRAM IS LICENSED FREE OF ")); - MmoLicense->AppendText(_("CHARGE, ")); - MmoLicense->AppendText(_("THERE IS NO WARRANTY FOR THE PROGRAM, TO THE ")); - MmoLicense->AppendText(_("EXTENT ")); - MmoLicense->AppendText(_("PERMITTED BY APPLICABLE LAW. EXCEPT WHEN ")); - MmoLicense->AppendText(_("OTHERWISE ")); - MmoLicense->AppendText(_("STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR ")); - MmoLicense->AppendText(_("OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" ")); - MmoLicense->AppendText(_("WITHOUT ")); - MmoLicense->AppendText(_("WARRANTY OF ANY KIND, EITHER EXPRESSED OR ")); - MmoLicense->AppendText(_("IMPLIED, ")); - MmoLicense->AppendText(_("INCLUDING, BUT NOT LIMITED TO, THE IMPLIED ")); - MmoLicense->AppendText(_("WARRANTIES")); - MmoLicense->AppendText(_("OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR ")); - MmoLicense->AppendText(_("PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND")); - MmoLicense->AppendText(_("PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD ")); - MmoLicense->AppendText(_("THE")); - MmoLicense->AppendText(_("PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ")); - MmoLicense->AppendText(_("ALL")); - MmoLicense->AppendText(_("NECESSARY SERVICING, REPAIR OR CORRECTION.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW ")); - MmoLicense->AppendText(_("OR ")); - MmoLicense->AppendText(_("AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, ")); - MmoLicense->AppendText(_("OR ")); - MmoLicense->AppendText(_("ANY OTHER PARTY WHO MAY MODIFY AND/OR ")); - MmoLicense->AppendText(_("REDISTRIBUTE ")); - MmoLicense->AppendText(_("THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU ")); - MmoLicense->AppendText(_("FOR ")); - MmoLicense->AppendText(_("DAMAGES, INCLUDING ANY GENERAL, SPECIAL, ")); - MmoLicense->AppendText(_("INCIDENTAL")); - MmoLicense->AppendText(_("OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE ")); - MmoLicense->AppendText(_("OR ")); - MmoLicense->AppendText(_("INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT")); - MmoLicense->AppendText(_("LIMITED TO LOSS OF DATA OR DATA BEING RENDERED")); - MmoLicense->AppendText(_("INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD")); - MmoLicense->AppendText(_("PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE ")); - MmoLicense->AppendText(_("WITH")); - MmoLicense->AppendText(_("ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR ")); - MmoLicense->AppendText(_("OTHER")); - MmoLicense->AppendText(_("PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH")); - MmoLicense->AppendText(_("DAMAGES.")); - MmoLicense->AppendText(_("")); - MmoLicense->AppendText(_(" END OF TERMS AND CONDITIONS")); + MmoLicense->AppendText(wxT(" GNU GENERAL PUBLIC LICENSE")); + MmoLicense->AppendText(wxT(" Version 2, June 1991")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT("Copyright (C) 1989, 1991 Free Software Foundation, Inc.")); + MmoLicense->AppendText(wxT("675 Mass Ave, Cambridge, MA 02139, USA")); + MmoLicense->AppendText(wxT("Everyone is permitted to copy and distribute verbatim copies of")); + MmoLicense->AppendText(wxT("this license document, but changing it is not allowed.")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT("Preamble")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT("The licenses for most software are designed to take away your")); + MmoLicense->AppendText(wxT("freedom to share and change it. By contrast, the GNU General")); + MmoLicense->AppendText(wxT("Public License is intended to guarantee your freedom to share")); + MmoLicense->AppendText(wxT("and change free software--to make sure the software is free for")); + MmoLicense->AppendText(wxT("all its users. This General Public License applies to most of the")); + MmoLicense->AppendText(wxT("Free Software Foundation's software and to any other program")); + MmoLicense->AppendText(wxT("whose authors commit to using it. (Some other Free Software")); + MmoLicense->AppendText(wxT("Foundation software is covered by the GNU Library General")); + MmoLicense->AppendText(wxT("Public License instead.) You can apply it to your programs, too.")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT("When we speak of free software, we are referring to freedom, not")); + MmoLicense->AppendText(wxT("price. Our General Public Licenses are designed to make sure")); + MmoLicense->AppendText(wxT("that you have the freedom to distribute copies of free software")); + MmoLicense->AppendText(wxT("(and charge for this service if you wish), that you receive source")); + MmoLicense->AppendText(wxT("code or can get it if you want it, that you can change the")); + MmoLicense->AppendText(wxT("software or use pieces of it in new free programs; and that you")); + MmoLicense->AppendText(wxT("know you can do these things.")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT("To protect your rights, we need to make restrictions that forbid")); + MmoLicense->AppendText(wxT("anyone to deny you these rights or to ask you to surrender the")); + MmoLicense->AppendText(wxT("rights. These restrictions translate to certain responsibilities for")); + MmoLicense->AppendText(wxT("you if you distribute copies of the software, or if you modify it.")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT("For example, if you distribute copies of such a program, whether")); + MmoLicense->AppendText(wxT("gratis or for a fee, you must give the recipients all the rights that")); + MmoLicense->AppendText(wxT("you have. You must make sure that they, too, receive or can get")); + MmoLicense->AppendText(wxT("the source code. And you must show them these terms so they")); + MmoLicense->AppendText(wxT("know their rights.")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT("We protect your rights with two steps: (1) copyright the")); + MmoLicense->AppendText(wxT("software, and (2) offer you this license which gives you legal")); + MmoLicense->AppendText(wxT("permission to copy, distribute and/or modify the software.")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT("Also, for each author's protection and ours, we want to make")); + MmoLicense->AppendText(wxT("certain that everyone understands that there is no warranty for")); + MmoLicense->AppendText(wxT("this free software. If the software is modified by someone else")); + MmoLicense->AppendText(wxT("and passed on, we want its recipients to know that what they")); + MmoLicense->AppendText(wxT("have is not the original, so that any problems introduced by")); + MmoLicense->AppendText(wxT("others will not reflect on the original authors' reputations.")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT("Finally, any free program is threatened constantly by software")); + MmoLicense->AppendText(wxT("patents. We wish to avoid the danger that redistributors of a")); + MmoLicense->AppendText(wxT("free program will individually obtain patent licenses, in effect")); + MmoLicense->AppendText(wxT("making the program proprietary. To prevent this, we have made")); + MmoLicense->AppendText(wxT("it clear that any patent must be licensed for everyone's free use")); + MmoLicense->AppendText(wxT("or not licensed at all.")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT("The precise terms and conditions for copying, distribution and")); + MmoLicense->AppendText(wxT("modification follow.")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT(" GNU GENERAL PUBLIC LICENSE")); + MmoLicense->AppendText(wxT("TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION ")); + MmoLicense->AppendText(wxT("AND ")); + MmoLicense->AppendText(wxT("MODIFICATION")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT(" 0. This License applies to any program or other work which")); + MmoLicense->AppendText(wxT("contains a notice placed by the copyright holder saying it may")); + MmoLicense->AppendText(wxT("be distributed under the terms of this General Public License.")); + MmoLicense->AppendText(wxT("The \"Program\", below, refers to any such program or work,")); + MmoLicense->AppendText(wxT("and a \"work based on the Program\" means either the Program")); + MmoLicense->AppendText(wxT("or any derivative work under copyright law: that is to say, a work")); + MmoLicense->AppendText(wxT("containing the Program or a portion of it, either verbatim or with")); + MmoLicense->AppendText(wxT("modifications and/or translated into another language.")); + MmoLicense->AppendText(wxT("(Hereinafter, translation is included without limitation in the")); + MmoLicense->AppendText(wxT("term \"modification\".) Each licensee is addressed as \"you\".")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT("Activities other than copying, distribution and modification are")); + MmoLicense->AppendText(wxT("not covered by this License; they are outside its scope. The")); + MmoLicense->AppendText(wxT("act of running the Program is not restricted, and the output")); + MmoLicense->AppendText(wxT("from the Program is covered only if its contents constitute a")); + MmoLicense->AppendText(wxT("work based on the Program (independent of having been made")); + MmoLicense->AppendText(wxT("by running the Program). Whether that is true depends on what")); + MmoLicense->AppendText(wxT("the Program does.")); + MmoLicense->AppendText(wxT("")); + MmoLicense->AppendText(wxT(" 1. You may copy and distribute verbatim copies of the")); + MmoLicense->AppendText(wxT("Program's source code as you receive it, in any medium,")); + MmoLicense->AppendText(wxT("provided that you conspicuously and appropriately publish")); + MmoLicense->AppendText(wxT("on each copy an appropriate copyright notice and disclaimer")); + MmoLicense->AppendText(wxT("of warranty; keep intact all the notices that refer to this License")); + MmoLicense->AppendText(wxT("and to the absence of any warranty; and give any other")); + MmoLicense->AppendText(wxT("recipients of the Program a copy of this License along with")); + MmoLicense->AppendText(wxT("the Program.")); + MmoLicense->AppendT... [truncated message content] |