Update copyright to 2005.

pull/193/head
Michael R Sweet 20 years ago
parent f5971df74b
commit 886a707ad7
  1. 6
      Makefile.in
  2. 7
      README
  3. 6
      config.h.in
  4. 2
      configure.in
  5. 6
      mxml-attr.c
  6. 6
      mxml-entity.c
  7. 2
      mxml-file.c
  8. 6
      mxml-index.c
  9. 2
      mxml-node.c
  10. 6
      mxml-private.c
  11. 6
      mxml-search.c
  12. 6
      mxml-set.c
  13. 6
      mxml-string.c
  14. 6
      mxml.h
  15. 8
      mxml.list.in
  16. 6
      mxmldoc.c
  17. 2
      testmxml.c

@ -1,9 +1,9 @@
#
# "$Id: Makefile.in,v 1.23 2004/07/11 13:26:25 mike Exp $"
# "$Id$"
#
# Makefile for Mini-XML, a small XML-like file parsing library.
#
# Copyright 2003-2004 by Michael Sweet.
# Copyright 2003-2005 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
@ -263,5 +263,5 @@ $(OBJS): Makefile config.h
#
# End of "$Id: Makefile.in,v 1.23 2004/07/11 13:26:25 mike Exp $".
# End of "$Id$".
#

@ -1,10 +1,11 @@
README - 11/13/2004
README - 01/29/2005
-------------------
INTRODUCTION
This README file describes the Mini-XML library version 2.1.
This README file describes the Mini-XML library version
2.1.1.
Mini-XML is a small XML parsing library that you can use to
read XML and XML-like data files in your application without
@ -183,7 +184,7 @@ GETTING HELP AND REPORTING PROBLEMS
LEGAL STUFF
The Mini-XML library is Copyright 2003-2004 by Michael Sweet.
The Mini-XML library is Copyright 2003-2005 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.6 2004/06/21 11:17:51 mike Exp $"
* "$Id$"
*
* Configuration file for Mini-XML, a small XML-like file parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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
@ -65,5 +65,5 @@ extern int mxml_vsnprintf(char *, size_t, const char *, va_list);
# endif /* !HAVE_VSNPRINTF */
/*
* End of "$Id: config.h.in,v 1.6 2004/06/21 11:17:51 mike Exp $".
* End of "$Id$".
*/

@ -3,7 +3,7 @@ dnl "$Id$"
dnl
dnl Configuration script for Mini-XML, a small XML-like file parsing library.
dnl
dnl Copyright 2003-2004 by Michael Sweet.
dnl Copyright 2003-2005 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

@ -1,9 +1,9 @@
/*
* "$Id: mxml-attr.c,v 1.9 2004/06/01 20:19:34 mike Exp $"
* "$Id$"
*
* Attribute support code for Mini-XML, a small XML-like file parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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
@ -177,5 +177,5 @@ mxmlElementSetAttr(mxml_node_t *node, /* I - Element node */
/*
* End of "$Id: mxml-attr.c,v 1.9 2004/06/01 20:19:34 mike Exp $".
* End of "$Id$".
*/

@ -1,10 +1,10 @@
/*
* "$Id: mxml-entity.c,v 1.6 2004/10/26 21:04:32 mike Exp $"
* "$Id$"
*
* Character entity support code for Mini-XML, a small XML-like
* file parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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
@ -468,5 +468,5 @@ default_callback(const char *name) /* I - Entity name */
/*
* End of "$Id: mxml-entity.c,v 1.6 2004/10/26 21:04:32 mike Exp $".
* End of "$Id$".
*/

@ -3,7 +3,7 @@
*
* File loading code for Mini-XML, a small XML-like file parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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

@ -1,9 +1,9 @@
/*
* "$Id: mxml-index.c,v 1.5 2004/06/01 20:19:34 mike Exp $"
* "$Id$"
*
* Index support code for Mini-XML, a small XML-like file parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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
@ -645,5 +645,5 @@ index_sort(mxml_index_t *ind, /* I - Index to sort */
/*
* End of "$Id: mxml-index.c,v 1.5 2004/06/01 20:19:34 mike Exp $".
* End of "$Id$".
*/

@ -3,7 +3,7 @@
*
* Node support code for Mini-XML, a small XML-like file parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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

@ -1,9 +1,9 @@
/*
* "$Id: mxml-private.c,v 1.5 2004/06/01 20:19:34 mike Exp $"
* "$Id$"
*
* Private functions for Mini-XML, a small XML-like file parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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
@ -124,5 +124,5 @@ mxml_real_cb(mxml_node_t *node) /* I - Current node */
/*
* End of "$Id: mxml-private.c,v 1.5 2004/06/01 20:19:34 mike Exp $".
* End of "$Id$".
*/

@ -1,10 +1,10 @@
/*
* "$Id: mxml-search.c,v 1.10 2004/05/02 16:04:40 mike Exp $"
* "$Id$"
*
* Search/navigation functions for Mini-XML, a small XML-like file
* parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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.10 2004/05/02 16:04:40 mike Exp $".
* End of "$Id$".
*/

@ -1,9 +1,9 @@
/*
* "$Id: mxml-set.c,v 1.4 2004/10/28 02:58:00 mike Exp $"
* "$Id$"
*
* Node set functions for Mini-XML, a small XML-like file parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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
@ -253,5 +253,5 @@ mxmlSetTextf(mxml_node_t *node, /* I - Node to set */
/*
* End of "$Id: mxml-set.c,v 1.4 2004/10/28 02:58:00 mike Exp $".
* End of "$Id$".
*/

@ -1,9 +1,9 @@
/*
* "$Id: mxml-string.c,v 1.4 2004/05/02 16:04:40 mike Exp $"
* "$Id$"
*
* String functions for Mini-XML, a small XML-like file parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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
@ -373,5 +373,5 @@ mxml_vsnprintf(char *buffer, /* O - Output buffer */
/*
* End of "$Id: mxml-string.c,v 1.4 2004/05/02 16:04:40 mike Exp $".
* End of "$Id$".
*/

@ -1,9 +1,9 @@
/*
* "$Id: mxml.h,v 1.24 2004/10/31 15:32:14 mike Exp $"
* "$Id$"
*
* Header file for Mini-XML, a small XML-like file parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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
@ -250,5 +250,5 @@ extern mxml_type_t mxml_real_cb(mxml_node_t *node);
/*
* End of "$Id: mxml.h,v 1.24 2004/10/31 15:32:14 mike Exp $".
* End of "$Id$".
*/

@ -1,9 +1,9 @@
#
# "$Id: mxml.list.in,v 1.14 2004/05/21 03:05:19 mike Exp $"
# "$Id$"
#
# EPM software list file for Mini-XML, a small XML-like file parsing library.
#
# Copyright 2003-2004 by Michael Sweet.
# Copyright 2003-2005 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-2004 by Michael Sweet
%copyright 2003-2005 by Michael Sweet
%vendor Michael Sweet
%license ${srcdir}/COPYING
%readme ${srcdir}/README
@ -91,5 +91,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.14 2004/05/21 03:05:19 mike Exp $".
# End of "$Id$".
#

@ -1,10 +1,10 @@
/*
* "$Id: mxmldoc.c,v 1.39 2004/10/31 15:32:14 mike Exp $"
* "$Id$"
*
* Documentation generator using Mini-XML, a small XML-like file parsing
* library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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
@ -2745,5 +2745,5 @@ ws_cb(mxml_node_t *node, /* I - Element node */
/*
* End of "$Id: mxmldoc.c,v 1.39 2004/10/31 15:32:14 mike Exp $".
* End of "$Id$".
*/

@ -3,7 +3,7 @@
*
* Test program for Mini-XML, a small XML-like file parsing library.
*
* Copyright 2003-2004 by Michael Sweet.
* Copyright 2003-2005 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

Loading…
Cancel
Save