Revision: 2731
          http://vexi.svn.sourceforge.net/vexi/?rev=2731&view=rev
Author:   clrg
Date:     2008-01-15 05:06:16 -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.ibex.util/src/org/ibex/util/AccessibleCharArrayWriter.java
    trunk/core/org.ibex.util/src/org/ibex/util/BalancedTree.java
    trunk/core/org.ibex.util/src/org/ibex/util/Basket.java
    trunk/core/org.ibex.util/src/org/ibex/util/CAB.java
    trunk/core/org.ibex.util/src/org/ibex/util/Cache.java
    trunk/core/org.ibex.util/src/org/ibex/util/CachedInputStream.java
    trunk/core/org.ibex.util/src/org/ibex/util/Callable.java
    trunk/core/org.ibex.util/src/org/ibex/util/CounterEnumeration.java
    trunk/core/org.ibex.util/src/org/ibex/util/DirtyList.java
    trunk/core/org.ibex.util/src/org/ibex/util/Encode.java
    trunk/core/org.ibex.util/src/org/ibex/util/GetDep.java
    trunk/core/org.ibex.util/src/org/ibex/util/Hash.java
    trunk/core/org.ibex.util/src/org/ibex/util/IOUtil.java
    trunk/core/org.ibex.util/src/org/ibex/util/LineReader.java
    trunk/core/org.ibex.util/src/org/ibex/util/Log.java
    trunk/core/org.ibex.util/src/org/ibex/util/Misc.java
    trunk/core/org.ibex.util/src/org/ibex/util/Queue.java
    trunk/core/org.ibex.util/src/org/ibex/util/Semaphore.java
    trunk/core/org.ibex.util/src/org/ibex/util/ThreadPool.java
    trunk/core/org.ibex.util/src/org/ibex/util/Tree.java
    trunk/core/org.ibex.util/src/org/ibex/util/Vec.java
    trunk/core/org.ibex.util/src/org/ibex/util/XML.java

Modified: 
trunk/core/org.ibex.util/src/org/ibex/util/AccessibleCharArrayWriter.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/AccessibleCharArrayWriter.java   
2008-01-15 13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/AccessibleCharArrayWriter.java   
2008-01-15 13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/BalancedTree.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/BalancedTree.java        
2008-01-15 13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/BalancedTree.java        
2008-01-15 13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Basket.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Basket.java      2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Basket.java      2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/CAB.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/CAB.java 2008-01-15 13:05:53 UTC 
(rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/CAB.java 2008-01-15 13:06:16 UTC 
(rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Cache.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Cache.java       2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Cache.java       2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/CachedInputStream.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/CachedInputStream.java   
2008-01-15 13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/CachedInputStream.java   
2008-01-15 13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Callable.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Callable.java    2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Callable.java    2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/CounterEnumeration.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/CounterEnumeration.java  
2008-01-15 13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/CounterEnumeration.java  
2008-01-15 13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/DirtyList.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/DirtyList.java   2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/DirtyList.java   2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Encode.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Encode.java      2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Encode.java      2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/GetDep.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/GetDep.java      2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/GetDep.java      2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Hash.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Hash.java        2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Hash.java        2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/IOUtil.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/IOUtil.java      2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/IOUtil.java      2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/LineReader.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/LineReader.java  2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/LineReader.java  2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Log.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Log.java 2008-01-15 13:05:53 UTC 
(rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Log.java 2008-01-15 13:06:16 UTC 
(rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Misc.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Misc.java        2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Misc.java        2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Queue.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Queue.java       2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Queue.java       2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Semaphore.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Semaphore.java   2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Semaphore.java   2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/ThreadPool.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/ThreadPool.java  2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/ThreadPool.java  2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Tree.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Tree.java        2008-01-15 
13:05:53 UTC (rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Tree.java        2008-01-15 
13:06:16 UTC (rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Vec.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Vec.java 2008-01-15 13:05:53 UTC 
(rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Vec.java 2008-01-15 13:06:16 UTC 
(rev 2731)
@@ -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.ibex.util;

Modified: trunk/core/org.ibex.util/src/org/ibex/util/XML.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/XML.java 2008-01-15 13:05:53 UTC 
(rev 2730)
+++ trunk/core/org.ibex.util/src/org/ibex/util/XML.java 2008-01-15 13:06:16 UTC 
(rev 2731)
@@ -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.ibex.util;


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