summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2007-05-28 19:43:31 +0000
committerStef Walter <stef@memberwebs.com>2007-05-28 19:43:31 +0000
commit22bfb1beeb9c7fbcdc814798d361e28b3b81f971 (patch)
tree6e2896a8b0178ee9243b98acf8e9b8bfad28c9a9
parent5dc70b5e6f77230073957b6abd61981aeefc7361 (diff)
Use 'Stef' instead of 'Nate'
-rw-r--r--AUTHORS3
-rw-r--r--COPYING2
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--config.win32.h6
-rw-r--r--configure.in10
-rw-r--r--doc/rtfx.xsd5
-rw-r--r--src/domcxx.h4
-rw-r--r--src/domhelpers.cpp4
-rw-r--r--src/domhelpers.h4
-rw-r--r--src/internal.h4
-rw-r--r--src/levelhandler.cpp4
-rw-r--r--src/levelhandler.h4
-rw-r--r--src/reference.h4
-rw-r--r--src/rtfformatting.h4
-rw-r--r--src/rtfparser.cpp4
-rw-r--r--src/rtfparser.h4
-rw-r--r--src/rtfx.18
-rw-r--r--src/rtfx.cpp4
-rw-r--r--src/tags.h4
-rw-r--r--src/usuals.h4
-rw-r--r--src/utf8.cpp4
-rw-r--r--src/xmlcomposehelpers.cpp4
-rw-r--r--src/xmlcomposehelpers.h4
-rw-r--r--src/xmlcomposer.cpp4
-rw-r--r--src/xmlcomposer.h4
-rw-r--r--src/xmlfixups.cpp4
-rw-r--r--src/xmlfixups.h4
-rw-r--r--win32/Makefile.am38
29 files changed, 58 insertions, 100 deletions
diff --git a/AUTHORS b/AUTHORS
index 0e1c809..72f0297 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,6 @@
-Nate Nielsen <nielsen@memberwebs.com>
+Stefan Walter <stef@memberwebs.com>
DOMC Library by:
Michael B. Allen
http://www.ioplex.com/~miallen/domc/
+
diff --git a/COPYING b/COPYING
index 763af15..63bdb16 100644
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
-Copyright (c) 2004, Nate Nielsen
+Copyright (c) 2004, Stefan Walter
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/ChangeLog b/ChangeLog
index 064fd10..91b90fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
-Version 1.0.1
+Version 1.1
- Fix bug where italics would sometimes be tagged as strike through
+ - Use my real name 'Stef Walter'
+ See: http://memberwebs.com/nielsen/
Version 1.0
- Don't let most characters below 0x0020 through. Old RTF's seem
diff --git a/README b/README
index b1c4630..86bdd98 100644
--- a/README
+++ b/README
@@ -2,4 +2,4 @@
RTFX README
See the website for all sorts of docs:
-http://memberwebs.com/nielsen/software/rtfx/
+http://memberwebs.com/swalter/software/rtfx/
diff --git a/config.win32.h b/config.win32.h
index 4ca5e38..19d44eb 100644
--- a/config.win32.h
+++ b/config.win32.h
@@ -92,19 +92,19 @@
#define PACKAGE "rtfx"
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "nielsen@memberwebs.com"
+#define PACKAGE_BUGREPORT "stef@memberwebs.com"
/* Define to the full name of this package. */
#define PACKAGE_NAME "rtfx"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "rtfx 1.0"
+#define PACKAGE_STRING "rtfx 1.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "rtfx"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0"
+#define PACKAGE_VERSION "1.1"
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
diff --git a/configure.in b/configure.in
index 92655c3..b0477c6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl
-dnl Copyright (c) 2004, Nate Nielsen
+dnl Copyright (c) 2004, Stefan Walter
dnl All rights reserved.
dnl
dnl Redistribution and use in source and binary forms, with or without
@@ -30,14 +30,10 @@ dnl OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
dnl THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
dnl DAMAGE.
dnl
-dnl
-dnl CONTRIBUTORS
-dnl Nate Nielsen <nielsen@memberwebs.com>
-dnl
dnl IMPORTANT! Always update config.win32.h with new version number
-AC_INIT(rtfx, 1.0, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(rtfx, 1.0)
+AC_INIT(rtfx, 1.1, stef@memberwebs.com)
+AM_INIT_AUTOMAKE(rtfx, 1.1)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
diff --git a/doc/rtfx.xsd b/doc/rtfx.xsd
index 34ff66a..cb8c8a5 100644
--- a/doc/rtfx.xsd
+++ b/doc/rtfx.xsd
@@ -4,7 +4,7 @@
xmlns="http://memberwebs.com/ns/rtfx/" elementFormDefault="qualified">
<!--
- Copyright (c) 2004, Nate Nielsen
+ Copyright (c) 2004, Stefan Walter
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -34,9 +34,6 @@
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
-
- CONTRIBUTORS
- Nate Nielsen <nielsen@memberwebs.com>
-->
<xs:element name="document">
diff --git a/src/domcxx.h b/src/domcxx.h
index 2e7e9ec..747b63f 100644
--- a/src/domcxx.h
+++ b/src/domcxx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/domhelpers.cpp b/src/domhelpers.cpp
index cbe3f55..ed6ef13 100644
--- a/src/domhelpers.cpp
+++ b/src/domhelpers.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/domhelpers.h b/src/domhelpers.h
index 7d3a94d..f042edd 100644
--- a/src/domhelpers.h
+++ b/src/domhelpers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/internal.h b/src/internal.h
index b6a0808..1948264 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/levelhandler.cpp b/src/levelhandler.cpp
index 20751b2..d8b1490 100644
--- a/src/levelhandler.cpp
+++ b/src/levelhandler.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/levelhandler.h b/src/levelhandler.h
index 8a183f2..aa97639 100644
--- a/src/levelhandler.h
+++ b/src/levelhandler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/reference.h b/src/reference.h
index 3500ddb..48bcacf 100644
--- a/src/reference.h
+++ b/src/reference.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stefan Walter <stef@memberwebs.com>
*
*/
diff --git a/src/rtfformatting.h b/src/rtfformatting.h
index 9b33079..8b0a007 100644
--- a/src/rtfformatting.h
+++ b/src/rtfformatting.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/rtfparser.cpp b/src/rtfparser.cpp
index ccbf06e..5803410 100644
--- a/src/rtfparser.cpp
+++ b/src/rtfparser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/rtfparser.h b/src/rtfparser.h
index 56e7db3..7a50b81 100644
--- a/src/rtfparser.h
+++ b/src/rtfparser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/rtfx.1 b/src/rtfx.1
index 7b742c6..53c78b9 100644
--- a/src/rtfx.1
+++ b/src/rtfx.1
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 2004, Nate Nielsen
+.\" Copyright (c) 2004, Stefan Walter
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
.\"
.\"
.\" CONTRIBUTORS
-.\" Nate Nielsen <nielsen@memberwebs.com>
+.\" Stef Walter <stef@memberwebs.com>
.\"
.Dd July, 2004
.Dt rtfx 1
@@ -76,6 +76,6 @@ The RTF file to convert. If not specified reads from stdin.
The XML file to output the converted data to. If not specified writes to stdout.
.El
.Sh WEBSITE
-http://memberwebs.com/nielsen/software/rtfx/
+http://memberwebs.com/swalter/software/rtfx/
.Sh AUTHOR
-.An Nate Nielsen Aq nielsen@memberwebs.com
+.An Stef Walter Aq stef@memberwebs.com
diff --git a/src/rtfx.cpp b/src/rtfx.cpp
index 7f35f7c..a1e0edd 100644
--- a/src/rtfx.cpp
+++ b/src/rtfx.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/tags.h b/src/tags.h
index ca02b4b..c96be76 100644
--- a/src/tags.h
+++ b/src/tags.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stef Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/usuals.h b/src/usuals.h
index 167c241..4faff55 100644
--- a/src/usuals.h
+++ b/src/usuals.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
#ifndef __USUALS_H__
diff --git a/src/utf8.cpp b/src/utf8.cpp
index 7c2e3ee..8329727 100644
--- a/src/utf8.cpp
+++ b/src/utf8.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/xmlcomposehelpers.cpp b/src/xmlcomposehelpers.cpp
index 74eb9c1..90fd773 100644
--- a/src/xmlcomposehelpers.cpp
+++ b/src/xmlcomposehelpers.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/xmlcomposehelpers.h b/src/xmlcomposehelpers.h
index 8a15d91..d9aa921 100644
--- a/src/xmlcomposehelpers.h
+++ b/src/xmlcomposehelpers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/xmlcomposer.cpp b/src/xmlcomposer.cpp
index e1ae89e..9787221 100644
--- a/src/xmlcomposer.cpp
+++ b/src/xmlcomposer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/xmlcomposer.h b/src/xmlcomposer.h
index f2c9336..9bb3168 100644
--- a/src/xmlcomposer.h
+++ b/src/xmlcomposer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/xmlfixups.cpp b/src/xmlfixups.cpp
index cd271e6..16b4b35 100644
--- a/src/xmlfixups.cpp
+++ b/src/xmlfixups.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/src/xmlfixups.h b/src/xmlfixups.h
index 85d7c7e..03c9807 100644
--- a/src/xmlfixups.h
+++ b/src/xmlfixups.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/win32/Makefile.am b/win32/Makefile.am
index 4d24f3b..6cd8ab6 100644
--- a/win32/Makefile.am
+++ b/win32/Makefile.am
@@ -1,41 +1,3 @@
-#
-# Copyright (c) 2004, Nate Nielsen
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# * Redistributions of source code must retain the above
-# copyright notice, this list of conditions and the
-# following disclaimer.
-# * Redistributions in binary form must reproduce the
-# above copyright notice, this list of conditions and
-# the following disclaimer in the documentation and/or
-# other materials provided with the distribution.
-# * The names of contributors to this software may not be
-# used to endorse or promote products derived from this
-# software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
-# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
-# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-# DAMAGE.
-#
-#
-# CONTRIBUTORS
-# Nate Nielsen <nielsen@memberwebs.com>
-#
-#
-
EXTRA_DIST=rtfx.dsp rtfx.dsw