You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2011/07/31 19:46:16 UTC

svn commit: r1152603 [3/5] - in /incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya: mylead/ mylead/gui/ myproxy/ myproxy/gui/ ode/ ode/gui/ pegasus/gui/ scufl/script/ security/ streaming/ taverna/ test/ test/jython/ test/servic...

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2006-2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: LEADWorkflowInvokerTestCase.java,v 1.18 2008/04/01 21:44:24 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.io.File;
 import java.io.FileNotFoundException;
 import java.io.IOException;
@@ -69,9 +62,6 @@ import xsul5.wsdl.WsdlDefinitions;
 import xsul5.wsdl.WsdlException;
 import xsul5.wsdl.WsdlResolver;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class LEADWorkflowInvokerTestCase extends XBayaTestCase {
 
     private static final String SAMPLE_AWSDL = XBayaPathConstants.WSDL_DIRECTORY + File.separator + Adder.WSDL_PATH;
@@ -245,45 +235,4 @@ public class LEADWorkflowInvokerTestCase
         LEADWorkflowInvoker workflowInvoker = new LEADWorkflowInvoker(wsdl, leadContext, messageBoxURL, secureInvoker);
         assertNotNull(workflowInvoker);
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2006-2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LoadTest.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LoadTest.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LoadTest.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LoadTest.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2008 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: LoadTest.java,v 1.2 2008/07/09 18:51:38 cherath Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.util.LinkedList;
 import java.util.List;
 
@@ -39,10 +32,6 @@ import org.apache.airavata.xbaya.gui.XBa
 import org.apache.airavata.xbaya.jython.gui.JythonRunnerWindow;
 import org.apache.airavata.xbaya.myproxy.MyProxyClient;
 import org.apache.airavata.xbaya.myproxy.gui.MyProxyLoader;
-
-/**
- * @author Chathura Herath
- */
 public class LoadTest {
 
     private int load = 1;
@@ -113,45 +102,4 @@ public class LoadTest {
         new LoadTest().testGPEL();
     }
 
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2008 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MetadataTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MetadataTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MetadataTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MetadataTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2006-2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: MetadataTestCase.java,v 1.10 2008/04/11 16:10:02 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.awt.Point;
 import java.io.File;
 import java.io.IOException;
@@ -56,9 +49,6 @@ import org.xmlpull.infoset.XmlElement;
 
 import xsul5.MLogger;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class MetadataTestCase extends TestCase {
 
     private static final String WSDL_DIRECTORY = "/u/sshirasu/codes/appservices/gfac2/wsdls";
@@ -238,45 +228,4 @@ public class MetadataTestCase extends Te
         return workflow;
 
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2006-2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MonitorTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MonitorTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MonitorTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MonitorTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2006-2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: MonitorTestCase.java,v 1.10 2008/04/01 21:44:24 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.net.URI;
 import java.util.ArrayList;
 
@@ -40,9 +33,6 @@ import edu.indiana.extreme.lead.workflow
 import edu.indiana.extreme.lead.workflow_tracking.common.InvocationEntity;
 import edu.indiana.extreme.lead.workflow_tracking.impl.state.DataObjImpl;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class MonitorTestCase extends XBayaTestCase {
 
     private final static URI WORKFLOW_INSTANCE_ID = URI
@@ -76,45 +66,4 @@ public class MonitorTestCase extends XBa
             test();
         }
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2006-2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MyProxyTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MyProxyTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MyProxyTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/MyProxyTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2006-2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: MyProxyTestCase.java,v 1.7 2008/04/01 21:44:24 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import junit.framework.TestSuite;
 
 import org.apache.airavata.xbaya.myproxy.MyProxyClient;
@@ -36,9 +29,6 @@ import org.ietf.jgss.GSSCredential;
 
 import xsul5.MLogger;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class MyProxyTestCase extends XBayaTestCase {
 
     private static final MLogger logger = MLogger.getLogger();
@@ -77,45 +67,4 @@ public class MyProxyTestCase extends XBa
         GSSCredential proxy = client.getProxy();
         logger.info("proxy: " + proxy);
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2006-2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/ResourceNotifierTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/ResourceNotifierTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/ResourceNotifierTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/ResourceNotifierTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2006-2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: ResourceNotifierTestCase.java,v 1.8 2008/04/01 21:44:24 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.net.URI;
 
 import org.apache.airavata.xbaya.util.XMLUtil;
@@ -40,9 +33,6 @@ import edu.indiana.extreme.lead.workflow
 import edu.indiana.extreme.lead.workflow_tracking.common.ConstructorProps;
 import edu.indiana.extreme.lead.workflow_tracking.common.InvocationEntity;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class ResourceNotifierTestCase extends XBayaTestCase {
 
     /**
@@ -71,45 +61,4 @@ public class ResourceNotifierTestCase ex
                 initiatorWorkflowNodeID2, workflowTimeStep);
         notifier.resourceMapping(entity2, "resource.example.com", 0);
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2006-2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/StringUtilTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/StringUtilTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/StringUtilTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/StringUtilTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,14 +1,4 @@
 /*
- * Copyright (c) 2004 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: StringUtilTestCase.java,v 1.4 2006/11/20 18:35:14 sshirasu Exp $
- */
-
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -29,13 +19,12 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import junit.framework.TestCase;
 
 import org.apache.airavata.xbaya.util.StringUtil;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class StringUtilTestCase extends TestCase {
 
     /**
@@ -63,45 +52,4 @@ public class StringUtilTestCase extends 
         assertEquals(name_2, "test__2");
     }
 
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2004 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSDLTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSDLTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSDLTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSDLTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,14 +1,4 @@
 /*
- * Copyright (c) 2005-2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: WSDLTestCase.java,v 1.15 2008/04/01 21:44:24 echintha Exp $
- */
-
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -29,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.io.File;
 import java.io.IOException;
 
@@ -41,9 +33,6 @@ import org.apache.airavata.xbaya.util.IO
 import org.apache.airavata.xbaya.util.XMLUtil;
 import org.apache.airavata.xbaya.wf.Workflow;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class WSDLTestCase extends XBayaTestCase {
 
     // private static final MLogger logger = MLogger.getLogger();
@@ -100,45 +89,4 @@ public class WSDLTestCase extends XBayaT
         script.create();
         IOUtil.writeToFile(script.getJythonString(), jythonFile);
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2005-2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSDLUtilTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSDLUtilTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSDLUtilTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSDLUtilTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2006 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: WSDLUtilTestCase.java,v 1.2 2008/04/01 21:44:24 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,13 +19,12 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.net.URI;
 
 import org.apache.airavata.xbaya.util.WSDLUtil;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class WSDLUtilTestCase extends XBayaTestCase {
 
     /**
@@ -58,45 +48,4 @@ public class WSDLUtilTestCase extends XB
         assertEquals("http://localhost:8080/?wsdl", wsdlURI3.toString());
     }
 
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2006 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSIFTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSIFTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSIFTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WSIFTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: WSIFTestCase.java,v 1.4 2008/04/01 21:44:24 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import junit.framework.TestSuite;
 
 import org.apache.airavata.xbaya.XBayaConstants;
@@ -36,9 +29,6 @@ import org.apache.airavata.xbaya.xregist
 
 import xsul5.MLogger;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class WSIFTestCase extends XBayaTestCase {
 
     private static final MLogger logger = MLogger.getLogger();
@@ -122,45 +112,4 @@ public class WSIFTestCase extends XBayaT
         assertNotNull(this.resouceCatalogComponentTree);
         assertNotNull(this.xRegistryComponentTree);
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WaitDialogTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WaitDialogTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WaitDialogTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WaitDialogTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: WaitDialogTestCase.java,v 1.1 2007/03/21 09:16:04 sshirasu Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,13 +19,12 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import org.apache.airavata.xbaya.XBayaEngine;
 import org.apache.airavata.xbaya.gui.Cancelable;
 import org.apache.airavata.xbaya.gui.WaitDialog;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class WaitDialogTestCase extends XBayaTestCase {
 
     @Override
@@ -289,45 +279,4 @@ public class WaitDialogTestCase extends 
         hideThread1.join();
         hideThread2.join();
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WebComponentRegistryClientTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WebComponentRegistryClientTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WebComponentRegistryClientTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WebComponentRegistryClientTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2005-2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: 
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.awt.Point;
 import java.io.File;
 import java.io.IOException;
@@ -49,9 +42,6 @@ import org.apache.airavata.xbaya.util.XM
 import org.apache.airavata.xbaya.wf.Workflow;
 import org.xmlpull.infoset.XmlElement;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class WebComponentRegistryClientTestCase extends XBayaTestCase {
 
     /**
@@ -182,45 +172,4 @@ public class WebComponentRegistryClientT
 
         return workflow;
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2005-2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WorkflowModificationTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WorkflowModificationTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WorkflowModificationTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WorkflowModificationTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: WorkflowModificationTestCase.java,v 1.12 2008/04/11 16:10:02 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.awt.Point;
 import java.io.File;
 import java.io.IOException;
@@ -88,9 +81,6 @@ import edu.indiana.extreme.lead.workflow
 import edu.indiana.extreme.lead.workflow_tracking.impl.publish.LoopbackPublisher;
 import edu.indiana.extreme.lead.workflow_tracking.impl.publish.NotificationPublisher;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class WorkflowModificationTestCase extends XBayaTestCase {
 
     private static final MLogger logger = MLogger.getLogger();
@@ -366,45 +356,4 @@ public class WorkflowModificationTestCas
         }
 
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WorkflowTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WorkflowTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WorkflowTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/WorkflowTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2005-2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: WorkflowTestCase.java,v 1.13 2008/04/01 21:44:24 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.io.File;
 import java.io.IOException;
 import java.util.Collection;
@@ -48,9 +41,6 @@ import org.xmlpull.infoset.XmlElement;
 
 import xsul5.MLogger;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class WorkflowTestCase extends XBayaTestCase {
 
     private static MLogger logger = MLogger.getLogger();
@@ -127,45 +117,4 @@ public class WorkflowTestCase extends XB
             assertNotNull(loadedWSNode.getComponent());
         }
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2005-2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XBayaSecurityTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XBayaSecurityTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XBayaSecurityTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XBayaSecurityTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: XBayaSecurityTestCase.java,v 1.3 2008/04/01 21:44:24 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.net.URI;
 
 import junit.framework.TestSuite;
@@ -37,9 +30,6 @@ import org.apache.airavata.xbaya.util.WS
 import xsul.wsdl.WsdlResolver;
 import xsul5.MLogger;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class XBayaSecurityTestCase extends XBayaTestCase {
 
     private static final MLogger logger = MLogger.getLogger();
@@ -74,45 +64,4 @@ public class XBayaSecurityTestCase exten
         WsdlResolver.getInstance().loadWsdl(gFacWSDLURL);
     }
 
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XBayaTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XBayaTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XBayaTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XBayaTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2006-2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: XBayaTestCase.java,v 1.10 2008/04/01 21:44:24 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.io.File;
 import java.net.URI;
 
@@ -38,9 +31,6 @@ import org.apache.airavata.xbaya.securit
 
 import xsul5.MLogger;
 
-/**
- * @author Satoshi Shirasuna
- */
 public abstract class XBayaTestCase extends TestCase {
 
     private static final String SAMPLE_MY_LEAD_USER = "/O=LEAD Project/OU=portal.leadproject.org/OU=cs.indiana.edu/CN=sshirasu/EMAIL=sshirasu@cs.indiana.edu";
@@ -102,45 +92,4 @@ public abstract class XBayaTestCase exte
         XBayaSecurity.init();
 
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2006-2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XRegistryTextCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XRegistryTextCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XRegistryTextCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XRegistryTextCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2007 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: XRegistryTextCase.java,v 1.3 2008/04/01 21:44:24 echintha Exp $
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import org.apache.airavata.xbaya.XBayaConstants;
 import org.apache.airavata.xbaya.component.registry.ComponentRegistryException;
 import org.ogce.xregistry.client.XRegistryClient;
@@ -37,9 +30,6 @@ import xregistry.generated.ServiceDescDa
 import xregistry.generated.WsdlData;
 import xsul5.MLogger;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class XRegistryTextCase extends XBayaTestCase {
 
     private static final MLogger logger = MLogger.getLogger();
@@ -62,45 +52,4 @@ public class XRegistryTextCase extends X
             logger.info("concreteService: " + concreteService);
         }
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2007 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XppTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XppTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XppTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/XppTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2005-2006 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: 
- */
-package org.apache.airavata.xbaya.test;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import java.io.IOException;
 import java.io.StringWriter;
 
@@ -39,9 +32,6 @@ import org.xmlpull.v1.XmlSerializer;
 
 import xsul5.MLogger;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class XppTestCase extends TestCase {
 
     private static final MLogger logger = MLogger.getLogger();
@@ -78,45 +68,4 @@ public class XppTestCase extends TestCas
         logger.info("after:");
         logger.info(afterString);
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2005-2006 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/jython/JythonClassLoaderTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/jython/JythonClassLoaderTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/jython/JythonClassLoaderTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/jython/JythonClassLoaderTestCase.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2006 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: JythonClassLoaderTestCase.java,v 1.4 2008/04/01 21:44:34 echintha Exp $
- */
-package org.apache.airavata.xbaya.test.jython;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,14 +19,13 @@ package org.apache.airavata.xbaya.test.j
  *
  */
 
+package org.apache.airavata.xbaya.test.jython;
+
 import junit.framework.TestCase;
 
 import org.apache.airavata.xbaya.jython.runner.JythonClassLoader;
 import org.python.util.jython;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class JythonClassLoaderTestCase extends TestCase {
 
     /**
@@ -51,45 +41,4 @@ public class JythonClassLoaderTestCase e
         assertEquals(String.class, newStringClass);
     }
 
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2006 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/jython/JythonLibraryTest.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/jython/JythonLibraryTest.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/jython/JythonLibraryTest.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/jython/JythonLibraryTest.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2005-2006 Extreme! Lab, Indiana University. All rights reserved.
- *
- * This software is open source. See the bottom of this file for the license.
- *
- * $Id: JythonLibraryTest.java,v 1.7 2008/09/03 18:44:55 cherath Exp $
- */
-package org.apache.airavata.xbaya.test.jython;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,6 +19,8 @@ package org.apache.airavata.xbaya.test.j
  *
  */
 
+package org.apache.airavata.xbaya.test.jython;
+
 import junit.framework.TestCase;
 
 import org.apache.airavata.xbaya.XBayaConstants;
@@ -40,9 +33,6 @@ import org.apache.airavata.xbaya.workflo
 
 import xsul5.MLogger;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class JythonLibraryTest extends TestCase {
 
     private static final MLogger logger = MLogger.getLogger();
@@ -122,45 +112,4 @@ public class JythonLibraryTest extends T
         adder.shutdownServer();
         multiplier.shutdownServer();
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2005-2006 The Trustees of Indiana University. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- * following conditions are met:
- * 
- * 1) All redistributions of source code must retain the above copyright notice, the list of authors in the original
- * source code, this list of conditions and the disclaimer listed in this license;
- * 
- * 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- * disclaimer listed in this license in the documentation and/or other materials provided with the distribution;
- * 
- * 3) Any documentation included with all redistributions must include the following acknowledgement:
- * 
- * "This product includes software developed by the Indiana University Extreme! Lab. For further information please
- * visit http://www.extreme.indiana.edu/"
- * 
- * Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments
- * normally appear.
- * 
- * 4) The name "Indiana University" or "Indiana University Extreme! Lab" shall not be used to endorse or promote
- * products derived from this software without prior written permission from Indiana University. For written permission,
- * please contact http://www.extreme.indiana.edu/.
- * 
- * 5) Products derived from this software may not use "Indiana University" name nor may "Indiana University" appear in
- * their name, without prior written permission of the Indiana University.
- * 
- * Indiana University provides no reassurances that the source code provided does not infringe the patent or any other
- * intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for
- * claims brought by any other entity based on infringement of intellectual property rights or otherwise.
- * 
- * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE
- * MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF
- * THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS
- * FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE
- * ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF
- * INFORMATION GENERATED USING SOFTWARE.
- */
+}
\ No newline at end of file