Copyright updates.

web
Michael R Sweet 21 years ago
parent 011d8d34d7
commit e28ebd001c
  1. 6
      Makefile.in
  2. 2
      README
  3. 6
      config.h.in
  4. 6
      configure.in
  5. 2
      index.html
  6. 6
      mxml-attr.c
  7. 6
      mxml-entity.c
  8. 6
      mxml-file.c
  9. 6
      mxml-node.c
  10. 6
      mxml-private.c
  11. 6
      mxml-search.c
  12. 6
      mxml-set.c
  13. 7
      mxml-string.c
  14. 6
      mxml.h
  15. 8
      mxml.list.in
  16. 8
      mxml.man
  17. 6
      mxmldoc.c
  18. 8
      mxmldoc.man
  19. 6
      testmxml.c

@ -1,9 +1,9 @@
#
# "$Id: Makefile.in,v 1.16 2004/02/04 21:24:03 mike Exp $"
# "$Id: Makefile.in,v 1.17 2004/04/06 01:47:19 mike Exp $"
#
# Makefile for mini-XML, a small XML-like file parsing library.
#
# Copyright 2003 by Michael Sweet.
# Copyright 2003-2004 by Michael Sweet.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
@ -244,5 +244,5 @@ $(OBJS): Makefile config.h
#
# End of "$Id: Makefile.in,v 1.16 2004/02/04 21:24:03 mike Exp $".
# End of "$Id: Makefile.in,v 1.17 2004/04/06 01:47:19 mike Exp $".
#

@ -185,7 +185,7 @@ GETTING HELP AND REPORTING PROBLEMS
LEGAL STUFF
The Mini-XML library is Copyright 2003 by Michael Sweet.
The Mini-XML library is Copyright 2003-2004 by Michael Sweet.
This library is free software; you can redistribute it
and/or modify it under the terms of the GNU Library General

@ -1,9 +1,9 @@
/*
* "$Id: config.h.in,v 1.3 2003/09/28 12:44:39 mike Exp $"
* "$Id: config.h.in,v 1.4 2004/04/06 01:47:20 mike Exp $"
*
* Configuration file for mini-XML, a small XML-like file parsing library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -59,5 +59,5 @@ extern int mxml_vsnprintf(char *, size_t, const char *, va_list);
# endif /* !HAVE_VSNPRINTF */
/*
* End of "$Id: config.h.in,v 1.3 2003/09/28 12:44:39 mike Exp $".
* End of "$Id: config.h.in,v 1.4 2004/04/06 01:47:20 mike Exp $".
*/

@ -1,9 +1,9 @@
dnl
dnl "$Id: configure.in,v 1.8 2003/09/28 12:44:39 mike Exp $"
dnl "$Id: configure.in,v 1.9 2004/04/06 01:47:20 mike Exp $"
dnl
dnl Configuration script for mini-XML, a small XML-like file parsing library.
dnl
dnl Copyright 2003 by Michael Sweet.
dnl Copyright 2003-2004 by Michael Sweet.
dnl
dnl This program is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Library General Public
@ -167,5 +167,5 @@ dnl Output the makefile, etc...
AC_OUTPUT(Makefile mxml.list)
dnl
dnl End of "$Id: configure.in,v 1.8 2003/09/28 12:44:39 mike Exp $".
dnl End of "$Id: configure.in,v 1.9 2004/04/06 01:47:20 mike Exp $".
dnl

@ -385,7 +385,7 @@ instant response, as I get a <i>lot</i> of email...</p>
<h2>Legal Stuff</h2>
<p>The Mini-XML library is Copyright 2003 by Michael Sweet.</p>
<p>The Mini-XML library is Copyright 2003-2004 by Michael Sweet.</p>
<p>This library is free software; you can redistribute it
and/or modify it under the terms of the GNU Library General

@ -1,9 +1,9 @@
/*
* "$Id: mxml-attr.c,v 1.6 2003/12/03 03:59:04 mike Exp $"
* "$Id: mxml-attr.c,v 1.7 2004/04/06 01:47:20 mike Exp $"
*
* Attribute support code for mini-XML, a small XML-like file parsing library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -172,5 +172,5 @@ mxmlElementSetAttr(mxml_node_t *node, /* I - Element node */
/*
* End of "$Id: mxml-attr.c,v 1.6 2003/12/03 03:59:04 mike Exp $".
* End of "$Id: mxml-attr.c,v 1.7 2004/04/06 01:47:20 mike Exp $".
*/

@ -1,10 +1,10 @@
/*
* "$Id: mxml-entity.c,v 1.1 2003/12/18 04:16:37 mike Exp $"
* "$Id: mxml-entity.c,v 1.2 2004/04/06 01:47:20 mike Exp $"
*
* Character entity support code for mini-XML, a small XML-like
* file parsing library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -364,5 +364,5 @@ mxmlEntityGetValue(const char *name) /* I - Entity name */
/*
* End of "$Id: mxml-entity.c,v 1.1 2003/12/18 04:16:37 mike Exp $".
* End of "$Id: mxml-entity.c,v 1.2 2004/04/06 01:47:20 mike Exp $".
*/

@ -1,9 +1,9 @@
/*
* "$Id: mxml-file.c,v 1.27 2003/12/21 15:01:15 mike Exp $"
* "$Id: mxml-file.c,v 1.28 2004/04/06 01:47:20 mike Exp $"
*
* File loading code for mini-XML, a small XML-like file parsing library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -1729,5 +1729,5 @@ mxml_write_ws(mxml_node_t *node, /* I - Current node */
/*
* End of "$Id: mxml-file.c,v 1.27 2003/12/21 15:01:15 mike Exp $".
* End of "$Id: mxml-file.c,v 1.28 2004/04/06 01:47:20 mike Exp $".
*/

@ -1,9 +1,9 @@
/*
* "$Id: mxml-node.c,v 1.11 2003/12/04 04:55:57 mike Exp $"
* "$Id: mxml-node.c,v 1.12 2004/04/06 01:47:20 mike Exp $"
*
* Node support code for mini-XML, a small XML-like file parsing library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -632,5 +632,5 @@ mxml_new(mxml_node_t *parent, /* I - Parent node */
/*
* End of "$Id: mxml-node.c,v 1.11 2003/12/04 04:55:57 mike Exp $".
* End of "$Id: mxml-node.c,v 1.12 2004/04/06 01:47:20 mike Exp $".
*/

@ -1,9 +1,9 @@
/*
* "$Id: mxml-private.c,v 1.2 2003/12/03 03:59:04 mike Exp $"
* "$Id: mxml-private.c,v 1.3 2004/04/06 01:47:20 mike Exp $"
*
* Private functions for mini-XML, a small XML-like file parsing library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -128,5 +128,5 @@ mxml_real_cb(mxml_node_t *node) /* I - Current node */
/*
* End of "$Id: mxml-private.c,v 1.2 2003/12/03 03:59:04 mike Exp $".
* End of "$Id: mxml-private.c,v 1.3 2004/04/06 01:47:20 mike Exp $".
*/

@ -1,10 +1,10 @@
/*
* "$Id: mxml-search.c,v 1.8 2003/07/27 23:11:40 mike Exp $"
* "$Id: mxml-search.c,v 1.9 2004/04/06 01:47:20 mike Exp $"
*
* Search/navigation functions for mini-XML, a small XML-like file
* parsing library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -195,5 +195,5 @@ mxmlWalkPrev(mxml_node_t *node, /* I - Current node */
/*
* End of "$Id: mxml-search.c,v 1.8 2003/07/27 23:11:40 mike Exp $".
* End of "$Id: mxml-search.c,v 1.9 2004/04/06 01:47:20 mike Exp $".
*/

@ -1,9 +1,9 @@
/*
* "$Id: mxml-set.c,v 1.1 2003/09/28 21:09:04 mike Exp $"
* "$Id: mxml-set.c,v 1.2 2004/04/06 01:47:20 mike Exp $"
*
* Node set functions for mini-XML, a small XML-like file parsing library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -220,5 +220,5 @@ mxmlSetTextf(mxml_node_t *node, /* I - Node to set */
/*
* End of "$Id: mxml-set.c,v 1.1 2003/09/28 21:09:04 mike Exp $".
* End of "$Id: mxml-set.c,v 1.2 2004/04/06 01:47:20 mike Exp $".
*/

@ -1,9 +1,9 @@
/*
* "$Id: mxml-string.c,v 1.2 2003/09/28 12:44:39 mike Exp $"
* "$Id: mxml-string.c,v 1.3 2004/04/06 01:47:20 mike Exp $"
*
* String functions for mini-XML, a small XML-like file parsing library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -18,6 +18,7 @@
* Contents:
*
* mxml_strdup() - Duplicate a string.
* mxml_strdupf() - Format and duplicate a string.
* mxml_vsnprintf() - Format a string into a fixed size buffer.
*/
@ -372,5 +373,5 @@ mxml_vsnprintf(char *buffer, /* O - Output buffer */
/*
* End of "$Id: mxml-string.c,v 1.2 2003/09/28 12:44:39 mike Exp $".
* End of "$Id: mxml-string.c,v 1.3 2004/04/06 01:47:20 mike Exp $".
*/

@ -1,9 +1,9 @@
/*
* "$Id: mxml.h,v 1.16 2003/12/18 04:16:37 mike Exp $"
* "$Id: mxml.h,v 1.17 2004/04/06 01:47:20 mike Exp $"
*
* Header file for mini-XML, a small XML-like file parsing library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -206,5 +206,5 @@ extern mxml_type_t mxml_real_cb(mxml_node_t *node);
/*
* End of "$Id: mxml.h,v 1.16 2003/12/18 04:16:37 mike Exp $".
* End of "$Id: mxml.h,v 1.17 2004/04/06 01:47:20 mike Exp $".
*/

@ -1,9 +1,9 @@
#
# "$Id: mxml.list.in,v 1.10 2003/12/01 15:29:02 mike Exp $"
# "$Id: mxml.list.in,v 1.11 2004/04/06 01:47:20 mike Exp $"
#
# EPM software list file for mini-XML, a small XML-like file parsing library.
#
# Copyright 2003 by Michael Sweet.
# Copyright 2003-2004 by Michael Sweet.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
@ -28,7 +28,7 @@ $srcdir=@srcdir@
# Product information
%product mxml
%copyright 2003 by Michael Sweet
%copyright 2003-2004 by Michael Sweet
%vendor Michael Sweet
%license ${srcdir}/COPYING
%readme ${srcdir}/README
@ -89,5 +89,5 @@ f 0444 root sys ${mandir}/cat3/mxml.$CAT3EXT $srcdir/mxml.$CAT3EXT
f 0444 root sys ${mandir}/man3/mxml.$MAN3EXT $srcdir/mxml.man
#
# End of "$Id: mxml.list.in,v 1.10 2003/12/01 15:29:02 mike Exp $".
# End of "$Id: mxml.list.in,v 1.11 2004/04/06 01:47:20 mike Exp $".
#

@ -1,9 +1,9 @@
.\"
.\" "$Id: mxml.man,v 1.2 2003/07/23 14:47:17 mike Exp $"
.\" "$Id: mxml.man,v 1.3 2004/04/06 01:47:20 mike Exp $"
.\"
.\" mxml man page for mini-XML, a small XML-like file parsing library.
.\"
.\" Copyright 2003 by Michael Sweet.
.\" Copyright 2003-2004 by Michael Sweet.
.\"
.\" This program is free software; you can redistribute it and/or
.\" modify it under the terms of the GNU Library General Public
@ -175,7 +175,7 @@ is used for a particular node or the entire tree:
.SH SEE ALSO
mxmldoc(1), http://www.easysw.com/~mike/mxml/
.SH COPYRIGHT
Copyright 2003 by Michael Sweet.
Copyright 2003-2004 by Michael Sweet.
.\"
.\" End of "$Id: mxml.man,v 1.2 2003/07/23 14:47:17 mike Exp $".
.\" End of "$Id: mxml.man,v 1.3 2004/04/06 01:47:20 mike Exp $".
.\"

@ -1,10 +1,10 @@
/*
* "$Id: mxmldoc.c,v 1.25 2004/03/04 22:02:01 mike Exp $"
* "$Id: mxmldoc.c,v 1.26 2004/04/06 01:47:20 mike Exp $"
*
* Documentation generator using mini-XML, a small XML-like file parsing
* library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -2222,5 +2222,5 @@ ws_cb(mxml_node_t *node, /* I - Element node */
/*
* End of "$Id: mxmldoc.c,v 1.25 2004/03/04 22:02:01 mike Exp $".
* End of "$Id: mxmldoc.c,v 1.26 2004/04/06 01:47:20 mike Exp $".
*/

@ -1,9 +1,9 @@
.\"
.\" "$Id: mxmldoc.man,v 1.2 2003/06/15 01:22:37 mike Exp $"
.\" "$Id: mxmldoc.man,v 1.3 2004/04/06 01:47:20 mike Exp $"
.\"
.\" mxmldoc man page for mini-XML, a small XML-like file parsing library.
.\"
.\" Copyright 2003 by Michael Sweet.
.\" Copyright 2003-2004 by Michael Sweet.
.\"
.\" This program is free software; you can redistribute it and/or
.\" modify it under the terms of the GNU Library General Public
@ -42,7 +42,7 @@ Configuration Management Plan which is available at
.SH SEE ALSO
mxml(3), http://www.easysw.com/~mike/mxml/
.SH COPYRIGHT
Copyright 2003 by Michael Sweet.
Copyright 2003-2004 by Michael Sweet.
.\"
.\" End of "$Id: mxmldoc.man,v 1.2 2003/06/15 01:22:37 mike Exp $".
.\" End of "$Id: mxmldoc.man,v 1.3 2004/04/06 01:47:20 mike Exp $".
.\"

@ -1,9 +1,9 @@
/*
* "$Id: testmxml.c,v 1.13 2003/12/13 16:32:42 mike Exp $"
* "$Id: testmxml.c,v 1.14 2004/04/06 01:47:20 mike Exp $"
*
* Test program for mini-XML, a small XML-like file parsing library.
*
* Copyright 2003 by Michael Sweet.
* Copyright 2003-2004 by Michael Sweet.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -431,5 +431,5 @@ whitespace_cb(mxml_node_t *node, /* I - Element node */
/*
* End of "$Id: testmxml.c,v 1.13 2003/12/13 16:32:42 mike Exp $".
* End of "$Id: testmxml.c,v 1.14 2004/04/06 01:47:20 mike Exp $".
*/

Loading…
Cancel
Save