Revision: 2729
          http://vexi.svn.sourceforge.net/vexi/?rev=2729&view=rev
Author:   clrg
Date:     2008-01-15 04:55:14 -0800 (Tue, 15 Jan 2008)

Log Message:
-----------
Correct/update license headers
- Apache Public Source License -> Apache Software License
- Update copyright statements to 2008
- Add proper GPL notices (note: some files probably still missing this)

Modified Paths:
--------------
    trunk/core/org.vexi.core/src/org/vexi/core/Box.jpp
    trunk/core/org.vexi.core/src/org/vexi/core/LocalStorage.java
    trunk/core/org.vexi.core/src/org/vexi/core/Main.java
    trunk/core/org.vexi.core/src/org/vexi/core/Surface.java
    trunk/core/org.vexi.core/src/org/vexi/core/Template.java
    trunk/core/org.vexi.core/src/org/vexi/core/Text.java
    trunk/core/org.vexi.core/src/org/vexi/core/Vexi.jpp
    trunk/core/org.vexi.core/src/org/vexi/graphics/Color.java
    trunk/core/org.vexi.core/src/org/vexi/graphics/Font.java
    trunk/core/org.vexi.core/src/org/vexi/graphics/HTML.java
    trunk/core/org.vexi.core/src/org/vexi/graphics/Paint.java
    trunk/core/org.vexi.core/src/org/vexi/graphics/Picture.java
    trunk/core/org.vexi.core/src/org/vexi/graphics/PixelBuffer.java
    trunk/core/org.vexi.core/src/org/vexi/net/HTTP.java
    trunk/core/org.vexi.core/src/org/vexi/plat/AWT.java
    trunk/core/org.vexi.core/src/org/vexi/plat/Darwin.java
    trunk/core/org.vexi.core/src/org/vexi/plat/GCJ.java
    trunk/core/org.vexi.core/src/org/vexi/plat/JVM.java
    trunk/core/org.vexi.core/src/org/vexi/plat/Java2.java
    trunk/core/org.vexi.core/src/org/vexi/plat/Linux.java
    trunk/core/org.vexi.core/src/org/vexi/plat/OpenGL.java
    trunk/core/org.vexi.core/src/org/vexi/plat/POSIX.java
    trunk/core/org.vexi.core/src/org/vexi/plat/PalmOS.java
    trunk/core/org.vexi.core/src/org/vexi/plat/Platform.java
    trunk/core/org.vexi.core/src/org/vexi/plat/Solaris.java
    trunk/core/org.vexi.core/src/org/vexi/plat/Win32.java
    trunk/core/org.vexi.core/src/org/vexi/plat/X11.java
    trunk/core/org.vexi.core/src/org/vexi/util/BasicTree.java
    trunk/core/org.vexi.core/src/org/vexi/util/DirtyList.java
    trunk/core/org.vexi.core/src_dev/org/vexi/plat/Java2VolatileImage.java
    trunk/core/org.vexi.core/src_unused/org/vexi/net/XMLRPC.java
    trunk/core/org.vexi.core/src_unused/org/vexi/net/XmlRpcMarshaller.java

Modified: trunk/core/org.vexi.core/src/org/vexi/core/Box.jpp
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/core/Box.jpp  2008-01-15 12:54:08 UTC 
(rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/core/Box.jpp  2008-01-15 12:55:14 UTC 
(rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/core/LocalStorage.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/core/LocalStorage.java        
2008-01-15 12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/core/LocalStorage.java        
2008-01-15 12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/core/Main.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/core/Main.java        2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/core/Main.java        2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/core/Surface.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/core/Surface.java     2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/core/Surface.java     2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/core/Template.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/core/Template.java    2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/core/Template.java    2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/core/Text.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/core/Text.java        2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/core/Text.java        2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/core/Vexi.jpp
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/core/Vexi.jpp 2008-01-15 12:54:08 UTC 
(rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/core/Vexi.jpp 2008-01-15 12:55:14 UTC 
(rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/graphics/Color.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/graphics/Color.java   2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/graphics/Color.java   2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/graphics/Font.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/graphics/Font.java    2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/graphics/Font.java    2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/graphics/HTML.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/graphics/HTML.java    2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/graphics/HTML.java    2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/graphics/Paint.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/graphics/Paint.java   2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/graphics/Paint.java   2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/graphics/Picture.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/graphics/Picture.java 2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/graphics/Picture.java 2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/graphics/PixelBuffer.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/graphics/PixelBuffer.java     
2008-01-15 12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/graphics/PixelBuffer.java     
2008-01-15 12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/net/HTTP.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/net/HTTP.java 2008-01-15 12:54:08 UTC 
(rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/net/HTTP.java 2008-01-15 12:55:14 UTC 
(rev 2729)
@@ -1,4 +1,7 @@
-// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
+// Licensed under the GNU General Public License version 2 ("the License").
+// You may not use this file except in compliance with the License.
+
 package org.vexi.net;
 
 import java.io.BufferedInputStream;

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/AWT.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/AWT.java 2008-01-15 12:54:08 UTC 
(rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/AWT.java 2008-01-15 12:55:14 UTC 
(rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/Darwin.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/Darwin.java      2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/Darwin.java      2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 package org.vexi.plat;

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/GCJ.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/GCJ.java 2008-01-15 12:54:08 UTC 
(rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/GCJ.java 2008-01-15 12:55:14 UTC 
(rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/JVM.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/JVM.java 2008-01-15 12:54:08 UTC 
(rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/JVM.java 2008-01-15 12:55:14 UTC 
(rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/Java2.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/Java2.java       2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/Java2.java       2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/Linux.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/Linux.java       2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/Linux.java       2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/OpenGL.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/OpenGL.java      2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/OpenGL.java      2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/POSIX.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/POSIX.java       2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/POSIX.java       2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/PalmOS.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/PalmOS.java      2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/PalmOS.java      2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/Platform.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/Platform.java    2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/Platform.java    2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/Solaris.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/Solaris.java     2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/Solaris.java     2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/Win32.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/Win32.java       2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/Win32.java       2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/X11.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/X11.java 2008-01-15 12:54:08 UTC 
(rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/X11.java 2008-01-15 12:55:14 UTC 
(rev 2729)
@@ -1,4 +1,4 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
 // Licensed under the GNU General Public License version 2 ("the License").
 // You may not use this file except in compliance with the License.
 

Modified: trunk/core/org.vexi.core/src/org/vexi/util/BasicTree.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/util/BasicTree.java   2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/util/BasicTree.java   2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,11 +1,11 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
-// Licensed under the Apache Public Source License 2.0 ("the License").
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
+// Licensed under the Apache Software License 2.0 ("the License").
 // You may not use this file except in compliance with the License.
 
 package org.vexi.util;
 
 
-/***
+/**
  * Derived from the Ibex class Hash.Array, this is a very simple
  * implementation of the key 'tree' functions to replace the way
  * too complex (and as such notoriously problematic and notably

Modified: trunk/core/org.vexi.core/src/org/vexi/util/DirtyList.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/util/DirtyList.java   2008-01-15 
12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src/org/vexi/util/DirtyList.java   2008-01-15 
12:55:14 UTC (rev 2729)
@@ -1,5 +1,5 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
-// Licensed under the Apache Public Source License 2.0 ("the License").
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
+// Licensed under the Apache Software License 2.0 ("the License").
 // You may not use this file except in compliance with the License.
 
 package org.vexi.util;
@@ -12,6 +12,8 @@
  *  enclosing both A and B occupies no more than epsilon + Area_A +
  *  Area_B. Failing this, if two corners of A fall within B, A will be
  *  shrunk to exclude the union of A and B.
+ * 
+ *  @author Charles Goodwin
  */
 public class DirtyList {
 

Modified: trunk/core/org.vexi.core/src_dev/org/vexi/plat/Java2VolatileImage.java
===================================================================
--- trunk/core/org.vexi.core/src_dev/org/vexi/plat/Java2VolatileImage.java      
2008-01-15 12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src_dev/org/vexi/plat/Java2VolatileImage.java      
2008-01-15 12:55:14 UTC (rev 2729)
@@ -1,4 +1,7 @@
-// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
+// Licensed under the GNU General Public License version 2 ("the License").
+// You may not use this file except in compliance with the License.
+
 package org.vexi.plat;
 
 import java.awt.AlphaComposite;

Modified: trunk/core/org.vexi.core/src_unused/org/vexi/net/XMLRPC.java
===================================================================
--- trunk/core/org.vexi.core/src_unused/org/vexi/net/XMLRPC.java        
2008-01-15 12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src_unused/org/vexi/net/XMLRPC.java        
2008-01-15 12:55:14 UTC (rev 2729)
@@ -1,4 +1,7 @@
-// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
+// Licensed under the GNU General Public License version 2 ("the License").
+// You may not use this file except in compliance with the License.
+
 package org.vexi.net;
 
 import java.io.BufferedReader;

Modified: trunk/core/org.vexi.core/src_unused/org/vexi/net/XmlRpcMarshaller.java
===================================================================
--- trunk/core/org.vexi.core/src_unused/org/vexi/net/XmlRpcMarshaller.java      
2008-01-15 12:54:08 UTC (rev 2728)
+++ trunk/core/org.vexi.core/src_unused/org/vexi/net/XmlRpcMarshaller.java      
2008-01-15 12:55:14 UTC (rev 2729)
@@ -1,4 +1,7 @@
-//Copyright 2004 Tupshin Harper, see the COPYING file for licensing [GPL]
+// Copyright 2000-2008 the Contributors, as shown in the revision logs.
+// Licensed under the GNU General Public License version 2 ("the License").
+// You may not use this file except in compliance with the License.
+
 package org.vexi.net;
 
 import java.io.IOException;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to