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 [2/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/scufl/script/ScuflScript.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/scufl/script/ScuflScript.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/scufl/script/ScuflScript.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/scufl/script/ScuflScript.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: ScuflScript.java,v 1.4 2008/04/11 16:10:02 echintha Exp $
- */
-package org.apache.airavata.xbaya.scufl.script;
-
-/*
  *
  * 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.scufl.
  *
  */
 
+package org.apache.airavata.xbaya.scufl.script;
+
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.HashMap;
@@ -72,9 +65,6 @@ import xsul5.wsdl.WsdlPortType;
 import xsul5.wsdl.WsdlPortTypeOperation;
 import xsul5.wsdl.WsdlService;
 
-/**
- * @author Chathura Herath
- */
 public class ScuflScript {
 
     private Workflow workflow;
@@ -546,45 +536,4 @@ public class ScuflScript {
         return true;
     }
 
-}
-
-/*
- * 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/security/SecurityUtil.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/security/SecurityUtil.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/security/SecurityUtil.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/security/SecurityUtil.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: SecurityUtil.java,v 1.3 2008/04/01 21:44:38 echintha Exp $
- */
-package org.apache.airavata.xbaya.security;
-
-/*
  *
  * 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.securi
  *
  */
 
+package org.apache.airavata.xbaya.security;
+
 import java.io.BufferedReader;
 import java.io.FileInputStream;
 import java.io.FileNotFoundException;
@@ -47,9 +40,6 @@ import org.globus.gsi.CertUtil;
 import org.globus.myproxy.MyProxyException;
 import org.ietf.jgss.GSSCredential;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class SecurityUtil {
 
     /**
@@ -127,45 +117,4 @@ public class SecurityUtil {
         return gssCredential;
     }
 
-}
-
-/*
- * 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/security/UserX509Credential.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/security/UserX509Credential.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/security/UserX509Credential.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/security/UserX509Credential.java Sun Jul 31 17:46:05 2011
@@ -1,5 +1,3 @@
-package org.apache.airavata.xbaya.security;
-
 /*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -21,6 +19,8 @@ package org.apache.airavata.xbaya.securi
  *
  */
 
+package org.apache.airavata.xbaya.security;
+
 import java.security.PrivateKey;
 import java.security.cert.X509Certificate;
 
@@ -32,7 +32,6 @@ import org.ietf.jgss.GSSCredential;
  * this was not exposed within GpelUserX509Credential. GSSCredential needs to be passed in to WorkflowProxyClient as it
  * will be used when talking to XRegsitry.
  * 
- * @author: Eran Chinthaka (eran.chinthaka@gmail.com)
  */
 public class UserX509Credential extends GpelUserX509Credential {
     private GSSCredential gssCredential;

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/security/XBayaSecurity.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/security/XBayaSecurity.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/security/XBayaSecurity.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/security/XBayaSecurity.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: XBayaSecurity.java,v 1.4 2008/04/01 21:44:38 echintha Exp $
- */
-package org.apache.airavata.xbaya.security;
-
-/*
  *
  * 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.securi
  *
  */
 
+package org.apache.airavata.xbaya.security;
+
 import java.io.IOException;
 import java.io.InputStream;
 import java.security.GeneralSecurityException;
@@ -43,9 +36,6 @@ import xsul.wsdl.WsdlResolver;
 import xsul.wsif.spi.WSIFProviderManager;
 import COM.claymoresystems.sslg.SSLPolicyInt;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class XBayaSecurity {
 
     public static final String OGCE_TRUSTED_CERTIFICATES = "/ogce-teragrid-cas.pem";
@@ -123,45 +113,4 @@ public class XBayaSecurity {
         }
         return SecurityUtil.readTrustedCertificates(stream);
     }
-}
-
-/*
- * 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/streaming/StreamClient.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamClient.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamClient.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamClient.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2009 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.streaming;
-
-/*
  *
  * 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.stream
  *
  */
 
+package org.apache.airavata.xbaya.streaming;
+
 import java.net.URI;
 import java.net.URISyntaxException;
 
@@ -50,9 +43,6 @@ import xsul5.wsdl.WsdlDefinitions;
 import xsul5.wsdl.WsdlException;
 import xsul5.wsdl.WsdlResolver;
 
-/**
- * @author Chathura Herath
- */
 public class StreamClient {
 
     public void invoke(String operationName, WsdlDefinitions wsdl, String name, String topic) {
@@ -106,45 +96,4 @@ public class StreamClient {
         streamTestClient.invoke("Run", wsdl, "Control_Stream_Echo", "9e15d8ae-0f36-4c2e-ae8a-930557cdcdd2");
     }
 
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2009 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/streaming/StreamPublisher.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamPublisher.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamPublisher.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamPublisher.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2009 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.streaming;
-
-/*
  *
  * 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.stream
  *
  */
 
+package org.apache.airavata.xbaya.streaming;
+
 import java.io.File;
 import java.io.FileInputStream;
 import java.io.FileNotFoundException;
@@ -52,9 +45,6 @@ import xsul.invoker.gsi.GsiInvoker;
 import xsul.lead.LeadContextHeader;
 import xsul5.XmlConstants;
 
-/**
- * @author Chathura Herath
- */
 public class StreamPublisher {
 
     public static void main(String[] args) throws XmlBuilderException, FileNotFoundException, URISyntaxException,
@@ -104,45 +94,4 @@ public class StreamPublisher {
         invoker.invoke();
 
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2009 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/streaming/StreamReceiveComponent.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamReceiveComponent.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamReceiveComponent.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamReceiveComponent.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2009 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.streaming;
-
-/*
  *
  * 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.stream
  *
  */
 
+package org.apache.airavata.xbaya.streaming;
+
 import javax.xml.namespace.QName;
 
 import org.apache.airavata.xbaya.component.ComponentException;
@@ -37,9 +30,6 @@ import org.apache.airavata.xbaya.graph.N
 
 import xsul5.wsdl.WsdlDefinitions;
 
-/**
- * @author Chathura Herath
- */
 public class StreamReceiveComponent extends WSComponent {
 
     public static final String NAME = "StreamReceiver";
@@ -68,45 +58,4 @@ public class StreamReceiveComponent exte
         return createNode(graph, new StreamReceiveNode(graph));
     }
 
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2009 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/streaming/StreamReceiveNode.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamReceiveNode.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamReceiveNode.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamReceiveNode.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2009 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.streaming;
-
-/*
  *
  * 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.stream
  *
  */
 
+package org.apache.airavata.xbaya.streaming;
+
 import org.apache.airavata.xbaya.graph.Graph;
 import org.apache.airavata.xbaya.graph.gui.NodeGUI;
 import org.apache.airavata.xbaya.graph.ws.WSNode;
 
-/**
- * @author Chathura Herath
- */
 public class StreamReceiveNode extends WSNode {
 
     private StreamReceiveNodeGUI gui;
@@ -53,45 +43,4 @@ public class StreamReceiveNode extends W
         return this.gui;
     }
 
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2009 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/streaming/StreamReceiveNodeGUI.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamReceiveNodeGUI.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamReceiveNodeGUI.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamReceiveNodeGUI.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2009 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.streaming;
-
-/*
  *
  * 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.stream
  *
  */
 
+package org.apache.airavata.xbaya.streaming;
+
 import java.awt.Color;
 
 import org.apache.airavata.xbaya.graph.ws.gui.WSNodeGUI;
 
-/**
- * @author Chathura Herath
- */
 public class StreamReceiveNodeGUI extends WSNodeGUI {
 
     public static Color HEAD_COLOR = new Color(51, 255, 204);
@@ -55,45 +45,4 @@ public class StreamReceiveNodeGUI extend
             this.headColor = HEAD_COLOR;
         }
     }
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2009 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/streaming/StreamSourceWindow.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamSourceWindow.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamSourceWindow.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamSourceWindow.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2009 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.streaming;
-
-/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,50 +19,7 @@ package org.apache.airavata.xbaya.stream
  *
  */
 
-/**
- * @author Chathura Herath
- */
+package org.apache.airavata.xbaya.streaming;
 public class StreamSourceWindow {
 
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2009 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/streaming/StreamTableModel.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamTableModel.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamTableModel.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamTableModel.java Sun Jul 31 17:46:05 2011
@@ -1,13 +1,4 @@
 /*
- * Copyright (c) 2009 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.streaming;
-
-/*
  *
  * 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.stream
  *
  */
 
+package org.apache.airavata.xbaya.streaming;
+
 import java.net.MalformedURLException;
 
 import javax.swing.table.AbstractTableModel;
@@ -36,9 +29,6 @@ import org.apache.airavata.xbaya.XBayaCo
 import org.apache.airavata.xbaya.XBayaEngine;
 import org.apache.airavata.xbaya.streaming.StreamServiceStub.StreamDescription;
 
-/**
- * @author Chathura Herath
- */
 public class StreamTableModel extends AbstractTableModel {
 
     private String[] columnNames = { "", "Stream", "Rate", "Last evetn Time", "message" };
@@ -145,45 +135,4 @@ public class StreamTableModel extends Ab
 
     }
 
-}
-
-/*
- * Indiana University Extreme! Lab Software License, Version 1.2
- * 
- * Copyright (c) 2009 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/streaming/StreamTransformer.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamTransformer.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamTransformer.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/streaming/StreamTransformer.java Sun Jul 31 17:46:05 2011
@@ -51,9 +51,6 @@ import xsul5.wsdl.WsdlMessagePart;
 import xsul5.wsdl.WsdlPortType;
 import xsul5.wsdl.WsdlPortTypeOperation;
 
-/**
- * @author Chathura Herath
- */
 public class StreamTransformer {
 
     /**

Modified: incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/taverna/TavernaRunnerWindow.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/taverna/TavernaRunnerWindow.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/taverna/TavernaRunnerWindow.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/taverna/TavernaRunnerWindow.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: TavernaRunnerWindow.java,v 1.3 2008/07/16 02:27:10 cherath Exp $
- */
-package org.apache.airavata.xbaya.taverna;
-
-/*
  *
  * 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.tavern
  *
  */
 
+package org.apache.airavata.xbaya.taverna;
+
 import java.awt.event.ActionEvent;
 import java.net.URI;
 import java.util.ArrayList;
@@ -63,9 +56,6 @@ import org.xmlpull.v1.builder.XmlInfoset
 import xsul.XmlConstants;
 import xsul5.MLogger;
 
-/**
- * @author Chathura Herath
- */
 public class TavernaRunnerWindow {
 
     private static final MLogger logger = MLogger.getLogger();
@@ -327,45 +317,4 @@ public class TavernaRunnerWindow {
 
         hide();
     }
-}
-
-/*
- * 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/BPELScriptTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/BPELScriptTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/BPELScriptTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/BPELScriptTestCase.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: BPELScriptTestCase.java,v 1.26 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;
 
@@ -48,9 +40,6 @@ import org.xmlpull.infoset.XmlElement;
 
 import xsul5.wsdl.WsdlDefinitions;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class BPELScriptTestCase extends XBayaTestCase {
 
     // private static final MLogger logger = MLogger.getLogger();
@@ -217,45 +206,4 @@ public class BPELScriptTestCase extends 
         String wsdlString2 = IOUtil.readFileToString(wsdlFile2);
         assertEquals(wsdlString, wsdlString2);
     }
-}
-
-/*
- * 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/BrowserTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/BrowserTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/BrowserTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/BrowserTestCase.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: BrowserTestCase.java,v 1.2 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
@@ -28,14 +19,13 @@ package org.apache.airavata.xbaya.test;
  *
  */
 
+package org.apache.airavata.xbaya.test;
+
 import junit.framework.TestCase;
 
 import org.apache.airavata.xbaya.XBayaException;
 import org.apache.airavata.xbaya.util.BrowserLauncher;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class BrowserTestCase extends TestCase {
 
     /**
@@ -45,45 +35,4 @@ public class BrowserTestCase extends Tes
     public void testBrowserLauncher() throws XBayaException {
         BrowserLauncher.openURL("http://www.google.com");
     }
-}
-
-/*
- * 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/DSCTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/DSCTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/DSCTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/DSCTestCase.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: DSCTestCase.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.net.URI;
 
@@ -54,9 +47,6 @@ import xsul5.wsdl.WsdlDefinitions;
 import xsul5.wsdl.WsdlException;
 import xsul5.wsdl.WsdlResolver;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class DSCTestCase extends XBayaTestCase {
 
     private static final String SAMPLE_AWSDL = XBayaPathConstants.WSDL_DIRECTORY + "/test/TestCMD_Example1_AWSDL.xml";
@@ -137,45 +127,4 @@ public class DSCTestCase extends XBayaTe
         logger.info("result:\n" + XsulUtil.safeXmlToString(result));
 
     }
-}
-
-/*
- * 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/DSCUtilTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/DSCUtilTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/DSCUtilTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/DSCUtilTestCase.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: DSCUtilTestCase.java,v 1.11 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 org.apache.airavata.xbaya.component.ComponentException;
@@ -43,9 +36,6 @@ import xsul5.wsdl.WsdlDefinitions;
 import xsul5.wsdl.WsdlException;
 import xsul5.wsdl.WsdlResolver;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class DSCUtilTestCase extends XBayaTestCase {
 
     private static final String SAMPLE_AWSDL = XBayaPathConstants.WSDL_DIRECTORY + "/test/adder-awsdl.xml";
@@ -85,45 +75,4 @@ public class DSCUtilTestCase extends XBa
         Workflow workflow = creator.createComplexMathWorkflow();
         DSCUtil.createCWSDLs(workflow, this.configuration.getDSCURL());
     }
-}
-
-/*
- * 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/GFacServiceCreaterTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GFacServiceCreaterTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GFacServiceCreaterTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GFacServiceCreaterTestCase.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: GFacServiceCreaterTestCase.java,v 1.17 2008/09/03 18:44:54 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
@@ -53,9 +44,6 @@ import org.apache.airavata.xbaya.workflo
 
 import xsul5.MLogger;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class GFacServiceCreaterTestCase extends XBayaTestCase {
 
     private static final String TEST_SERVICE_QNAME = "{http://www.extreme.indiana.edu/lead}TestCMD_Simple";
@@ -127,45 +115,4 @@ public class GFacServiceCreaterTestCase 
         String error = IOUtil.readToString(errorStream);
         logger.info("error: " + error);
     }
-}
-
-/*
- * 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/GPELClientTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GPELClientTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GPELClientTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GPELClientTestCase.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: GPELClientTestCase.java,v 1.47 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.io.IOException;
 import java.net.URI;
 import java.security.GeneralSecurityException;
@@ -66,9 +59,6 @@ import xsul.wsif.WSIFMessage;
 import xsul5.MLogger;
 import xsul5.wsdl.WsdlDefinitions;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class GPELClientTestCase extends XBayaTestCase {
 
     private static final MLogger logger = MLogger.getLogger();
@@ -344,45 +334,4 @@ public class GPELClientTestCase extends 
         WorkflowClient client = WorkflowEngineManager.getWorkflowClient(engineURL, credential);
         assertNotNull(client);
     }
-}
-
-/*
- * 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/GPELInvokeSetupForTesting.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GPELInvokeSetupForTesting.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GPELInvokeSetupForTesting.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GPELInvokeSetupForTesting.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: GPELInvokeSetupForTesting.java,v 1.1 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.ArrayList;
 import java.util.List;
 
@@ -60,9 +53,6 @@ import org.apache.airavata.xbaya.workflo
 import org.ietf.jgss.GSSCredential;
 import org.xmlpull.infoset.XmlElement;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class GPELInvokeSetupForTesting extends GPELInvokeWindow {
 
     public GPELInvokeSetupForTesting(XBayaEngine engine, String topic) {
@@ -228,45 +218,4 @@ public class GPELInvokeSetupForTesting e
         super.execute(redeploy);
     }
 
-}
-
-/*
- * 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/GraphTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GraphTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GraphTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/GraphTestCase.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: GraphTestCase.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 junit.framework.TestCase;
 
 import org.apache.airavata.xbaya.component.ComponentException;
@@ -38,9 +31,6 @@ import org.apache.airavata.xbaya.graph.N
 import org.apache.airavata.xbaya.test.util.WorkflowCreator;
 import org.apache.airavata.xbaya.wf.Workflow;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class GraphTestCase extends TestCase {
 
     /**
@@ -61,45 +51,4 @@ public class GraphTestCase extends TestC
 
         assertEquals(originalSize - portNum, graph.getPorts().size());
     }
-}
-
-/*
- * 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/HierarchicalWorkflowTestCase.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/HierarchicalWorkflowTestCase.java?rev=1152603&r1=1152602&r2=1152603&view=diff
==============================================================================
--- incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/HierarchicalWorkflowTestCase.java (original)
+++ incubator/airavata/trunk/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/HierarchicalWorkflowTestCase.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: HierarchicalWorkflowTestCase.java,v 1.13 2008/04/11 18:17:06 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;
@@ -73,9 +66,6 @@ import xsul.wsif.WSIFMessage;
 import xsul5.MLogger;
 import xsul5.wsdl.WsdlDefinitions;
 
-/**
- * @author Satoshi Shirasuna
- */
 public class HierarchicalWorkflowTestCase extends XBayaTestCase {
 
     private static final MLogger logger = MLogger.getLogger();
@@ -247,45 +237,4 @@ public class HierarchicalWorkflowTestCas
         return workflow;
     }
 
-}
-
-/*
- * 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