From e28ebd001c2ace47ef31366f0c2615e41f17d1f3 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 6 Apr 2004 01:47:20 +0000 Subject: [PATCH] Copyright updates. --- Makefile.in | 6 +++--- README | 2 +- config.h.in | 6 +++--- configure.in | 6 +++--- index.html | 2 +- mxml-attr.c | 6 +++--- mxml-entity.c | 6 +++--- mxml-file.c | 6 +++--- mxml-node.c | 6 +++--- mxml-private.c | 6 +++--- mxml-search.c | 6 +++--- mxml-set.c | 6 +++--- mxml-string.c | 7 ++++--- mxml.h | 6 +++--- mxml.list.in | 8 ++++---- mxml.man | 8 ++++---- mxmldoc.c | 6 +++--- mxmldoc.man | 8 ++++---- testmxml.c | 6 +++--- 19 files changed, 57 insertions(+), 56 deletions(-) diff --git a/Makefile.in b/Makefile.in index 9cbb733..7f1e4c4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 $". # diff --git a/README b/README index 78cb4c2..3a5c3ea 100644 --- a/README +++ b/README @@ -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 diff --git a/config.h.in b/config.h.in index ef63ec4..2045dfa 100644 --- a/config.h.in +++ b/config.h.in @@ -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 $". */ diff --git a/configure.in b/configure.in index 6f62cf6..7769a1c 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/index.html b/index.html index 079967b..4b3f169 100644 --- a/index.html +++ b/index.html @@ -385,7 +385,7 @@ instant response, as I get a lot of email...

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 diff --git a/mxml-attr.c b/mxml-attr.c index 775123d..bbb979f 100644 --- a/mxml-attr.c +++ b/mxml-attr.c @@ -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 $". */ diff --git a/mxml-entity.c b/mxml-entity.c index c7bf8d4..daf7fe7 100644 --- a/mxml-entity.c +++ b/mxml-entity.c @@ -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 $". */ diff --git a/mxml-file.c b/mxml-file.c index a8f9f9c..75a8938 100644 --- a/mxml-file.c +++ b/mxml-file.c @@ -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 $". */ diff --git a/mxml-node.c b/mxml-node.c index b5df08a..0fc9452 100644 --- a/mxml-node.c +++ b/mxml-node.c @@ -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 $". */ diff --git a/mxml-private.c b/mxml-private.c index ad5a942..4c6e028 100644 --- a/mxml-private.c +++ b/mxml-private.c @@ -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 $". */ diff --git a/mxml-search.c b/mxml-search.c index d69776d..e179ced 100644 --- a/mxml-search.c +++ b/mxml-search.c @@ -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 $". */ diff --git a/mxml-set.c b/mxml-set.c index f7335fb..03e1a93 100644 --- a/mxml-set.c +++ b/mxml-set.c @@ -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 $". */ diff --git a/mxml-string.c b/mxml-string.c index fe9354e..2fe7baf 100644 --- a/mxml-string.c +++ b/mxml-string.c @@ -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 $". */ diff --git a/mxml.h b/mxml.h index 97a6de1..7044563 100644 --- a/mxml.h +++ b/mxml.h @@ -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 $". */ diff --git a/mxml.list.in b/mxml.list.in index bd49b2a..9775424 100644 --- a/mxml.list.in +++ b/mxml.list.in @@ -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 $". # diff --git a/mxml.man b/mxml.man index 051566b..2962d50 100644 --- a/mxml.man +++ b/mxml.man @@ -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 $". .\" diff --git a/mxmldoc.c b/mxmldoc.c index 76e06ea..aafe657 100644 --- a/mxmldoc.c +++ b/mxmldoc.c @@ -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 $". */ diff --git a/mxmldoc.man b/mxmldoc.man index 01db66c..acacaf8 100644 --- a/mxmldoc.man +++ b/mxmldoc.man @@ -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 $". .\" diff --git a/testmxml.c b/testmxml.c index 60a983f..3f09e60 100644 --- a/testmxml.c +++ b/testmxml.c @@ -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 $". */