mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / util / Vec.java
similarity index 97%
rename from src/org/xwt/util/Vec.java
rename to src/org/ibex/util/Vec.java
index b20e352..e120be5 100644 (file)
@@ -1,13 +1,12 @@
-// Copyright (C) 2003 Adam Megacz <adam@xwt.org> all rights reserved.
+// Copyright (C) 2003 Adam Megacz <adam@ibex.org> all rights reserved.
 //
 // You may modify, copy, and redistribute this code under the terms of
 // the GNU Library Public License version 2.1, with the exception of
 // the portion of clause 6a after the semicolon (aka the "obnoxious
 // relink clause")
 
 //
 // You may modify, copy, and redistribute this code under the terms of
 // the GNU Library Public License version 2.1, with the exception of
 // the portion of clause 6a after the semicolon (aka the "obnoxious
 // relink clause")
 
-package org.xwt.util;
+package org.ibex.util;
 
 
-import java.util.*;
 import java.io.*;
 
 /** 
 import java.io.*;
 
 /**