[Smax-commit] SF.net SVN: smax:[37] trunk/smaxproto
Status: Alpha
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-01-02 02:15:24
|
Revision: 37
http://smax.svn.sourceforge.net/smax/?rev=37&view=rev
Author: dbrosius
Date: 2009-01-02 02:14:59 +0000 (Fri, 02 Jan 2009)
Log Message:
-----------
update copyright to 2009
Modified Paths:
--------------
trunk/smaxproto/build.xml
trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProto.java
trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoContentAdapter.java
trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoExtensionFunction.java
trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoParser.java
trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoParserFactory.java
trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoTerminationException.java
trunk/smaxproto/src/com/mebigfatguy/smaxproto/smaxproto.xsl
trunk/smaxproto/src/javax/xml/parsers/smax/SMAXParserFactory.java
trunk/smaxproto/src/org/xml/smax/ContentHandler.java
trunk/smaxproto/src/org/xml/smax/DefaultHandler.java
trunk/smaxproto/src/org/xml/smax/SMAXException.java
trunk/smaxproto/src/org/xml/smax/SMAXParser.java
trunk/smaxproto/src/test/TestSMAXParser.java
Modified: trunk/smaxproto/build.xml
===================================================================
--- trunk/smaxproto/build.xml 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/build.xml 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,7 +1,7 @@
<!--
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProto.java
===================================================================
--- trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProto.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProto.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoContentAdapter.java
===================================================================
--- trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoContentAdapter.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoContentAdapter.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoExtensionFunction.java
===================================================================
--- trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoExtensionFunction.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoExtensionFunction.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoParser.java
===================================================================
--- trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoParser.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoParser.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoParserFactory.java
===================================================================
--- trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoParserFactory.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoParserFactory.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoTerminationException.java
===================================================================
--- trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoTerminationException.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProtoTerminationException.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/com/mebigfatguy/smaxproto/smaxproto.xsl
===================================================================
--- trunk/smaxproto/src/com/mebigfatguy/smaxproto/smaxproto.xsl 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/com/mebigfatguy/smaxproto/smaxproto.xsl 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,7 +1,7 @@
<!--
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/javax/xml/parsers/smax/SMAXParserFactory.java
===================================================================
--- trunk/smaxproto/src/javax/xml/parsers/smax/SMAXParserFactory.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/javax/xml/parsers/smax/SMAXParserFactory.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/org/xml/smax/ContentHandler.java
===================================================================
--- trunk/smaxproto/src/org/xml/smax/ContentHandler.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/org/xml/smax/ContentHandler.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/org/xml/smax/DefaultHandler.java
===================================================================
--- trunk/smaxproto/src/org/xml/smax/DefaultHandler.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/org/xml/smax/DefaultHandler.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/org/xml/smax/SMAXException.java
===================================================================
--- trunk/smaxproto/src/org/xml/smax/SMAXException.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/org/xml/smax/SMAXException.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/org/xml/smax/SMAXParser.java
===================================================================
--- trunk/smaxproto/src/org/xml/smax/SMAXParser.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/org/xml/smax/SMAXParser.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/smaxproto/src/test/TestSMAXParser.java
===================================================================
--- trunk/smaxproto/src/test/TestSMAXParser.java 2008-01-27 18:52:28 UTC (rev 36)
+++ trunk/smaxproto/src/test/TestSMAXParser.java 2009-01-02 02:14:59 UTC (rev 37)
@@ -1,6 +1,6 @@
/*
* smaxproto - A prototype of the Simple Mutated API for XML
- * Copyright (C) 2008 Dave Brosius
+ * Copyright (C) 2008-2009 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|