Updated the source headers to reference the Mini-XML license and its exceptions

to the LGPL2 (STR #108)
pull/193/head
Michael R Sweet 14 years ago
parent 3f31a993f7
commit 97ca6dc424
  1. 10
      CHANGES
  2. 10
      COPYING
  3. 16
      Makefile.in
  4. 16
      config.h.in
  5. 8
      configure
  6. 20
      configure.in
  7. 16
      doc/license.html
  8. 16
      doc/makedocs.sh
  9. 16
      mvalidate.c
  10. 16
      mxml-attr.c
  11. 16
      mxml-entity.c
  12. 16
      mxml-file.c
  13. 16
      mxml-index.c
  14. 16
      mxml-node.c
  15. 16
      mxml-private.c
  16. 16
      mxml-private.h
  17. 16
      mxml-search.c
  18. 16
      mxml-set.c
  19. 16
      mxml-string.c
  20. 16
      mxml.h
  21. 16
      mxmldoc.c
  22. 16
      testmxml.c
  23. 18
      vcnet/config.h

@ -1,6 +1,14 @@
CHANGES - 2009-05-17 CHANGES - 2010-09-18
-------------------- --------------------
CHANGES IN Mini-XML 2.7
- Updated the source headers to reference the Mini-XML license and its
exceptions to the LGPL2 (STR #108)
- The shared library did not include a destructor for the thread-
specific data key on UNIX-based operating systems (STR #103)
CHANGES IN Mini-XML 2.6 CHANGES IN Mini-XML 2.6
- Documentation fixes (STR #91, STR #92) - Documentation fixes (STR #91, STR #92)

@ -1,10 +1,10 @@
Mini-XML License Mini-XML License
October 18, 2005 September 18, 2010
The Mini-XML library and included programs are provided under the The Mini-XML library and included programs are provided under the
terms of the GNU Library General Public License (LGPL) with the terms of the GNU Library General Public License version 2 (LGPL2)
following exceptions: with the following exceptions:
1. Static linking of applications to the Mini-XML library 1. Static linking of applications to the Mini-XML library
does not constitute a derivative work and does not require does not constitute a derivative work and does not require
@ -14,13 +14,13 @@ following exceptions:
If you link the application to a modified version of If you link the application to a modified version of
Mini-XML, then the changes to Mini-XML must be provided Mini-XML, then the changes to Mini-XML must be provided
under the terms of the LGPL in sections 1, 2, and 4. under the terms of the LGPL2 in sections 1, 2, and 4.
2. You do not have to provide a copy of the Mini-XML license 2. You do not have to provide a copy of the Mini-XML license
with programs that are linked to the Mini-XML library, nor with programs that are linked to the Mini-XML library, nor
do you have to identify the Mini-XML license in your do you have to identify the Mini-XML license in your
program or documentation as required by section 6 of the program or documentation as required by section 6 of the
LGPL. LGPL2.
GNU LIBRARY GENERAL PUBLIC LICENSE GNU LIBRARY GENERAL PUBLIC LICENSE

@ -3,17 +3,15 @@
# #
# Makefile for Mini-XML, a small XML-like file parsing library. # Makefile for Mini-XML, a small XML-like file parsing library.
# #
# Copyright 2003-2008 by Michael Sweet. # Copyright 2003-2010 by Michael R Sweet.
# #
# This program is free software; you can redistribute it and/or # These coded instructions, statements, and computer programs are the
# modify it under the terms of the GNU Library General Public # property of Michael R Sweet and are protected by Federal copyright
# License as published by the Free Software Foundation; either # law. Distribution and use rights are outlined in the file "COPYING"
# version 2, or (at your option) any later version. # which should have been included with this file. If this file is
# missing or damaged, see the license at:
# #
# This program is distributed in the hope that it will be useful, # http://www.minixml.org/
# 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.
# #
# #

@ -3,17 +3,15 @@
* *
* Configuration file for Mini-XML, a small XML-like file parsing library. * Configuration file for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2003-2009 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
*/ */
/* /*

8
configure vendored

@ -1717,7 +1717,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h" ac_config_headers="$ac_config_headers config.h"
VERSION=2.6 VERSION=2.7
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define MXML_VERSION "Mini-XML v$VERSION" #define MXML_VERSION "Mini-XML v$VERSION"
@ -4289,7 +4289,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
ac_cv_header_stdc=no ac_cv_header_stdc=no
fi fi
rm -f conftest* rm -f -r conftest*
fi fi
@ -4310,7 +4310,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
ac_cv_header_stdc=no ac_cv_header_stdc=no
fi fi
rm -f conftest* rm -f -r conftest*
fi fi
@ -4678,7 +4678,7 @@ if test "${enable_shared+set}" = set; then
fi fi
if test x$enable_shared = xyes; then if test x$enable_shared != xno; then
{ echo "$as_me:$LINENO: checking for shared library support" >&5 { echo "$as_me:$LINENO: checking for shared library support" >&5
echo $ECHO_N "checking for shared library support... $ECHO_C" >&6; } echo $ECHO_N "checking for shared library support... $ECHO_C" >&6; }
PICFLAG=1 PICFLAG=1

@ -3,17 +3,15 @@ dnl "$Id$"
dnl dnl
dnl Configuration script for Mini-XML, a small XML-like file parsing library. dnl Configuration script for Mini-XML, a small XML-like file parsing library.
dnl dnl
dnl Copyright 2003-2009 by Michael Sweet. dnl Copyright 2003-2010 by Michael R Sweet.
dnl dnl
dnl This program is free software; you can redistribute it and/or dnl These coded instructions, statements, and computer programs are the
dnl modify it under the terms of the GNU Library General Public dnl property of Michael R Sweet and are protected by Federal copyright
dnl License as published by the Free Software Foundation; either dnl law. Distribution and use rights are outlined in the file "COPYING"
dnl version 2, or (at your option) any later version. dnl which should have been included with this file. If this file is
dnl missing or damaged, see the license at:
dnl dnl
dnl This program is distributed in the hope that it will be useful, dnl http://www.minixml.org/
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl dnl
dnl Specify a source file from the distribution... dnl Specify a source file from the distribution...
@ -23,7 +21,7 @@ dnl Set the name of the config header file...
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
dnl Version number... dnl Version number...
VERSION=2.6 VERSION=2.7
AC_SUBST(VERSION) AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(MXML_VERSION, "Mini-XML v$VERSION") AC_DEFINE_UNQUOTED(MXML_VERSION, "Mini-XML v$VERSION")
@ -166,7 +164,7 @@ DSOFLAGS="${DSOFLAGS:=}"
AC_ARG_ENABLE(shared, [ --enable-shared turn on shared libraries, default=no]) AC_ARG_ENABLE(shared, [ --enable-shared turn on shared libraries, default=no])
if test x$enable_shared = xyes; then if test x$enable_shared != xno; then
AC_MSG_CHECKING(for shared library support) AC_MSG_CHECKING(for shared library support)
PICFLAG=1 PICFLAG=1

@ -6,8 +6,8 @@ hspace="10" width="100" height="100" alt="A"></a>Mini-XML
License</h1> License</h1>
<p>The Mini-XML library and included programs are provided under <p>The Mini-XML library and included programs are provided under
the terms of the GNU Library General Public License (LGPL) with the terms of the GNU Library General Public License version 2
the following exceptions:</p> (LGPL2) with the following exceptions:</p>
<ol> <ol>
@ -20,7 +20,7 @@ the following exceptions:</p>
<p><i>If you link the application to a modified version <p><i>If you link the application to a modified version
of Mini-XML, then the changes to Mini-XML must be of Mini-XML, then the changes to Mini-XML must be
provided under the terms of the LGPL in sections 1, 2, provided under the terms of the LGPL2 in sections 1, 2,
and 4.</i></p> and 4.</i></p>
</li> </li>
@ -28,18 +28,18 @@ the following exceptions:</p>
license with programs that are linked to the Mini-XML license with programs that are linked to the Mini-XML
library, nor do you have to identify the Mini-XML license library, nor do you have to identify the Mini-XML license
in your program or documentation as required by section 6 in your program or documentation as required by section 6
of the LGPL.</li> of the LGPL2.</li>
</ol> </ol>
<!-- NEW PAGE --> <!-- NEW PAGE -->
<p align=center><b>GNU LIBRARY GENERAL PUBLIC LICENSE</b></p> <p align=center><b>GNU LIBRARY GENERAL PUBLIC LICENSE</b></p>
<p align='center'>Version 2, June 1991 <p align='center'>Version 2, June 1991
<br />Copyright (C) 1991 Free Software Foundation, Inc. <br>Copyright (C) 1991 Free Software Foundation, Inc.
<br />59 Temple Place - Suite 330, Boston, MA 02111-1307, USA <br>59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
<br />Everyone is permitted to copy and distribute verbatim copies of <br>Everyone is permitted to copy and distribute verbatim copies of
this license document, but changing it is not allowed. this license document, but changing it is not allowed.
<br />[This is the first released version of the library GPL. It is <br>[This is the first released version of the library GPL. It is
numbered 2 because it goes with version 2 of the ordinary GPL.]</p> numbered 2 because it goes with version 2 of the ordinary GPL.]</p>
<p><b>Preamble</b></p> <p><b>Preamble</b></p>

@ -4,17 +4,15 @@
# #
# Script to make documentation... # Script to make documentation...
# #
# Copyright 2003-2007 by Michael Sweet. # Copyright 2003-2010 by Michael R Sweet.
# #
# This program is free software; you can redistribute it and/or # These coded instructions, statements, and computer programs are the
# modify it under the terms of the GNU Library General Public # property of Michael R Sweet and are protected by Federal copyright
# License as published by the Free Software Foundation; either # law. Distribution and use rights are outlined in the file "COPYING"
# version 2, or (at your option) any later version. # which should have been included with this file. If this file is
# missing or damaged, see the license at:
# #
# This program is distributed in the hope that it will be useful, # http://www.minixml.org/
# 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.
# #
htmldoc --verbose --path "hires;." --batch mxml.book -f mxml.pdf htmldoc --verbose --path "hires;." --batch mxml.book -f mxml.pdf

@ -4,17 +4,15 @@
* XML Schema validation program for Mini-XML, a small XML-like file * XML Schema validation program for Mini-XML, a small XML-like file
* parsing library. * parsing library.
* *
* Copyright 2003-2005 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -3,17 +3,15 @@
* *
* Attribute support code for Mini-XML, a small XML-like file parsing library. * Attribute support code for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2003-2007 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -4,17 +4,15 @@
* Character entity support code for Mini-XML, a small XML-like * Character entity support code for Mini-XML, a small XML-like
* file parsing library. * file parsing library.
* *
* Copyright 2003-2009 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -3,17 +3,15 @@
* *
* File loading code for Mini-XML, a small XML-like file parsing library. * File loading code for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2003-2009 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -3,17 +3,15 @@
* *
* Index support code for Mini-XML, a small XML-like file parsing library. * Index support code for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2003-2005 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -3,17 +3,15 @@
* *
* Node support code for Mini-XML, a small XML-like file parsing library. * Node support code for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2003-2007 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -3,17 +3,15 @@
* *
* Private functions for Mini-XML, a small XML-like file parsing library. * Private functions for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2003-2010 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -3,17 +3,15 @@
* *
* Private definitions for Mini-XML, a small XML-like file parsing library. * Private definitions for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2007 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
*/ */
/* /*

@ -4,17 +4,15 @@
* Search/navigation functions for Mini-XML, a small XML-like file * Search/navigation functions for Mini-XML, a small XML-like file
* parsing library. * parsing library.
* *
* Copyright 2003-2007 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -3,17 +3,15 @@
* *
* Node set functions for Mini-XML, a small XML-like file parsing library. * Node set functions for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2003-2007 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -3,17 +3,15 @@
* *
* String functions for Mini-XML, a small XML-like file parsing library. * String functions for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2003-2009 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -3,17 +3,15 @@
* *
* Header file for Mini-XML, a small XML-like file parsing library. * Header file for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2003-2009 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
*/ */
/* /*

@ -5,17 +5,15 @@
* Documentation generator using Mini-XML, a small XML-like file parsing * Documentation generator using Mini-XML, a small XML-like file parsing
* library. * library.
* *
* Copyright 2003-2009 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -3,17 +3,15 @@
* *
* Test program for Mini-XML, a small XML-like file parsing library. * Test program for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2003-2007 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
* *
* Contents: * Contents:
* *

@ -3,17 +3,15 @@
* *
* Configuration file for Mini-XML, a small XML-like file parsing library. * Configuration file for Mini-XML, a small XML-like file parsing library.
* *
* Copyright 2003-2009 by Michael Sweet. * Copyright 2003-2010 by Michael R Sweet.
* *
* This program is free software; you can redistribute it and/or * These coded instructions, statements, and computer programs are the
* modify it under the terms of the GNU Library General Public * property of Michael R Sweet and are protected by Federal copyright
* License as published by the Free Software Foundation; either * law. Distribution and use rights are outlined in the file "COPYING"
* version 2, or (at your option) any later version. * which should have been included with this file. If this file is
* missing or damaged, see the license at:
* *
* This program is distributed in the hope that it will be useful, * http://www.minixml.org/
* 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.
*/ */
/* /*
@ -66,7 +64,7 @@
* Version number... * Version number...
*/ */
#define MXML_VERSION "Mini-XML v2.6" #define MXML_VERSION "Mini-XML v2.7"
/* /*

Loading…
Cancel
Save