0
+markdown in c, implemented using PEG grammar
0
+Copyright (c) 2008 John MacFarlane
0
+This program is free software; you can redistribute it and/or modify
0
+it under the terms of the GNU General Public License as published by
0
+the Free Software Foundation; either version 2 of the License, or
0
+(at your option) any later version.
0
+This program is distributed in the hope that it will be useful,
0
+but WITHOUT ANY WARRANTY; without even the implied warranty of
0
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0
+GNU General Public License for more details.
0
+You should have received a copy of the GNU General Public License
0
+along with this program; if not, write to the Free Software
0
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
0
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
0
+peg-0.1.4 (included for convenience - http://piumarta.com/software/peg/)
0
+Copyright (c) 2007 by Ian Piumarta
0
+Permission is hereby granted, free of charge, to any person obtaining a
0
+copy of this software and associated documentation files (the 'Software'),
0
+to deal in the Software without restriction, including without limitation
0
+the rights to use, copy, modify, merge, publish, distribute, and/or sell
0
+copies of the Software, and to permit persons to whom the Software is
0
+furnished to do so, provided that the above copyright notice(s) and this
0
+permission notice appear in all copies of the Software. Acknowledgement
0
+of the use of this Software in supporting documentation would be
0
+appreciated but is not required.
0
+THE SOFTWARE IS PROVIDED 'AS IS'. USE ENTIRELY AT YOUR OWN RISK.
0
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
0
+my_getopt (included for convenience - http://www.geocities.com/bsittler/)
0
+Copyright 1997, 2000, 2001, 2002, 2006, Benjamin Sittler
0
+Permission is hereby granted, free of charge, to any person
0
+obtaining a copy of this software and associated documentation
0
+files (the "Software"), to deal in the Software without
0
+restriction, including without limitation the rights to use, copy,
0
+modify, merge, publish, distribute, sublicense, and/or sell copies
0
+of the Software, and to permit persons to whom the Software is
0
+furnished to do so, subject to the following conditions:
0
+The above copyright notice and this permission notice shall be
0
+included in all copies or substantial portions of the Software.
0
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
0
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
0
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
0
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
0
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
0
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
0
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
0
+DEALINGS IN THE SOFTWARE.