Skip to content

Commit

Permalink
Update to 1.0.3 with maintainership contact info updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ckane committed Aug 9, 2015
1 parent 1ec1515 commit 14292ab
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2015-08-09 Coleman Kane <ckane@colemankane.org>
* Release ExpatMM version 1.0.3
* Take over maintainership at github
* https://github.com/ckane/expatmm

2009-09-18 Coleman Kane <ckane@intellitree.com>

* Release ExpatMM version 1.0.2
Expand Down
3 changes: 2 additions & 1 deletion README-expatmm
@@ -1,5 +1,6 @@
ExpatMM XML Parser class for C++ based upon Expat (http://www.libexpat.org)
Author: Coleman Kane <ckane@intellitree.com>
Author: Coleman Kane <ckane@colemankane.org>
Website: http://github.com/ckane/expatmm

Preface
-------
Expand Down
8 changes: 6 additions & 2 deletions configure.ac
@@ -1,12 +1,16 @@
# IntelliTree User Interface library
# ExpatMM project configure script
#
# Copyright (C) 2015 Coleman Kane
# Written by Coleman Kane <ckane@colemankane.org>
#
# Copyright (C) 2006, 2007, 2008, 2009 IntelliTree Solutions llc
# Written by Coleman Kane <ckane@intellitree.com>
#
# The autoconf/automake template for the configure script. Use autogen.sh
# to re-process this file and update configure after changing it. This is
# the standard part of an "Autotooled" build system
#
AC_INIT(expatmm,1.0.2,Coleman Kane <ckane@intellitree.com>)
AC_INIT(expatmm,1.0.3,Coleman Kane <ckane@colemankane.org>)
AC_CANONICAL_TARGET
AC_LANG(C++)
AC_PREREQ(2.59)
Expand Down
8 changes: 6 additions & 2 deletions expatmm.pc.in
@@ -1,3 +1,7 @@
# ExpatMM - Expat C++ Implementation
# Copyright (C) 2015 Coleman Kane
# Written by Coleman Kane <ckane@colemankane.org>
#
# IntelliTree ExpatMM - Expat C++ Implementation
# Copyright (C) 2006, 2007, 2008, 2009 IntelliTree Solutions llc
# Written by Coleman Kane <ckane@intellitree.com>
Expand All @@ -10,8 +14,8 @@ libdir=${exec_prefix}/lib
includedir=${prefix}/include/expatmm-1.0

Name: expatmm
Description: IntelliTree ExpatMM C++ Wrapper for Expat
Description: ExpatMM C++ Wrapper for Expat
Version: 1.0.1
Libs: -L${exec_prefix}/lib -lexpatmm
Cflags: -I${includedir}
URL: http://devzone.intellitree.com/projects/expatmm
URL: https://github.com/ckane/expatmm
9 changes: 9 additions & 0 deletions include/ExpatXMLFileParser.h
@@ -1,5 +1,9 @@
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* Copyright (c) 2007, 2008, 2009 IntelliTree Solutions llc
* Author: Coleman Kane <ckane@intellitree.com>
*
Expand All @@ -18,6 +22,11 @@
* to contact the author listed above.
*/
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* IntelliTree ExpatMM C++ Parser Library
* Copyright (C) 2006, 2007 IntelliTree Solutions llc
* Written by Coleman Kane <ckane@intellitree.com>
Expand Down
10 changes: 10 additions & 0 deletions include/ExpatXMLParser.h
@@ -1,4 +1,9 @@
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2007, 2008, 2009 IntelliTree Solutions llc
* Author: Coleman Kane <ckane@intellitree.com>
Expand All @@ -18,6 +23,11 @@
* to contact the author listed above.
*/
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* IntelliTree ExpatMM C++ Parser
* Copyright (C) 2006, 2007 IntelliTree Solutions llc
* Written by Coleman Kane <ckane@intellitree.com>
Expand Down
10 changes: 10 additions & 0 deletions include/expatmm-libdef.h
@@ -1,4 +1,9 @@
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2007, 2008, 2009 IntelliTree Solutions llc
* Author: Coleman Kane <ckane@intellitree.com>
Expand All @@ -18,6 +23,11 @@
* to contact the author listed above.
*/
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* IntelliTree ExpatMM C++ XML Parser Library
* Copyright (C) 2006, 2007 IntelliTree Solutions llc
* Written by Coleman Kane <ckane@intellitree.com>
Expand Down
10 changes: 10 additions & 0 deletions include/expatmm.h.in
@@ -1,4 +1,9 @@
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2007, 2008 IntelliTree Solutions llc
* Author: Coleman Kane <ckane@intellitree.com>
Expand All @@ -18,6 +23,11 @@
* to contact the author listed above.
*/
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* IntelliTree ExpatMM C++ Parser Library
* Copyright (C) 2006, 2007 IntelliTree Solutions llc
* Written by Coleman Kane <ckane@intellitree.com>
Expand Down
5 changes: 5 additions & 0 deletions src/ExpatMM-version.cpp
@@ -1,4 +1,9 @@
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2007, 2008, 2009 IntelliTree Solutions llc
* Author: Coleman Kane <ckane@intellitree.com>
Expand Down
10 changes: 10 additions & 0 deletions src/ExpatXMLFileParser.cpp
@@ -1,4 +1,9 @@
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2007, 2008, 2009 IntelliTree Solutions llc
* Author: Coleman Kane <ckane@intellitree.com>
Expand All @@ -18,6 +23,11 @@
* to contact the author listed above.
*/
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* IntelliTree ExpatMM C++ XML Parser
* Copyright (C) 2006, 2007 IntelliTree Solutions llc
* Written by Coleman Kane <ckane@intellitree.com>
Expand Down
10 changes: 10 additions & 0 deletions src/ExpatXMLParser.cpp
@@ -1,4 +1,9 @@
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2007, 2008, 2009 IntelliTree Solutions llc
* Author: Coleman Kane <ckane@intellitree.com>
Expand All @@ -18,6 +23,11 @@
* to contact the author listed above.
*/
/*
* ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/
* Copyright (c) 2015 Coleman Kane
* Author: Coleman Kane <ckane@colemankane.org>
* Website: https://github.com/ckane/expatmm
*
* IntelliTree ExpatMM C++ XML Parser
* Copyright (C) 2006, 2007 IntelliTree Solutions llc
* Written by Coleman Kane <ckane@intellitree.com>
Expand Down

0 comments on commit 14292ab

Please sign in to comment.