wxWidgets/src/xrc
2002-02-15 19:41:43 +00:00
..
expat changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h 2001-06-09 22:43:51 +00:00
makefile.b32 wxXRC cleanup: removed .xmlbin format 2002-02-02 23:17:38 +00:00
makefile.g95 wxXRC cleanup: removed .xmlbin format 2002-02-02 23:17:38 +00:00
Makefile.in wxXRC cleanup: removed .xmlbin format 2002-02-02 23:17:38 +00:00
makefile.vc wxXRC cleanup: removed .xmlbin format 2002-02-02 23:17:38 +00:00
makefile.wat wxXRC cleanup: removed .xmlbin format 2002-02-02 23:17:38 +00:00
README.EXPAT changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h 2001-06-09 22:43:51 +00:00
xh_bmp.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_bmpbt.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_bttn.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_cald.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_chckb.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_chckl.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_choic.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_combo.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_dlg.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_frame.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_gauge.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_gdctl.cpp added wxGenericDirCtrl handler to XRC 2002-01-23 00:15:13 +00:00
xh_html.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_listb.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_listc.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_menu.cpp don't translate accelerators in XRC menus 2002-02-15 19:41:43 +00:00
xh_notbk.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_panel.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_radbt.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_radbx.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_scrol.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_sizer.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_slidr.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_spin.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_stbmp.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_stbox.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_stlin.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_sttxt.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_text.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_toolb.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_tree.cpp use a programmer-friendly macro for subclassing 2001-12-29 16:14:04 +00:00
xh_unkwn.cpp XMLID->XRCID, XMLCTRL->XRCCTRL 2002-01-27 23:42:16 +00:00
xml.cpp Merges from Scitech Branch (George Davison): 2002-02-07 18:46:31 +00:00
xmlres.cpp don't translate accelerators in XRC menus 2002-02-15 19:41:43 +00:00
xmlrsall.cpp added wxGenericDirCtrl handler to XRC 2002-01-23 00:15:13 +00:00
XrcVC.dsp wxXRC cleanup: removed .xmlbin format 2002-02-02 23:17:38 +00:00
XrcVC.dsw Renamed XRC project files 2001-06-10 11:52:51 +00:00

./expat directory contains stripped-down version of Expat parser distribution
by J. Clark. I removed stuff not neccessary for wxXML (docs, samples), if you
are interested in it, please download full distribution from Clark's site
(http://www.jclark.com).

Version used is expat-1.2.

The Expat parser is available is licensed under the MIT license as follows:



      Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd

      Permission is hereby granted, free of charge, to any person obtaining
      a copy of this software and associated documentation files (the
      "Software"), to deal in the Software without restriction, including
      without limitation the rights to use, copy, modify, merge, publish,
      distribute, sublicense, and/or sell copies of the Software, and to
      permit persons to whom the Software is furnished to do so, subject to
      the following conditions:

      The above copyright notice and this permission notice shall be included
      in all copies or substantial portions of the Software.

      THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
      EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
      MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
      IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
      TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
      SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



In other words, there shouldn't be any legal issues with using Expat in
your application.

                         Vaclav Slavik <v.slavik@volny.cz>