User: jung    
  Date: 00/09/04 09:45:48

  Modified:    src/test Test.java
  Log:
  GPL header and log adjust
  
  Revision  Changes    Path
  1.3       +24 -92    zoap/src/test/Test.java
  
  Index: Test.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/test/Test.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Test.java 2000/08/11 14:43:50     1.2
  +++ Test.java 2000/09/04 16:45:48     1.3
  @@ -1,45 +1,21 @@
   /*
  - *   $Id: Test.java,v 1.2 2000/08/11 14:43:50 jung Exp $
  - *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
  - *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
  - *
  - *   License Statement
  - *
  - *   Redistribution and use of this software and associated documentation 
("Software"), with or without
  - *   modification, are permitted provided that the following conditions are met:
  - *
  - *   1.      Redistributions of source code must retain copyright statements and 
notices.
  - *           Redistributions must also contain a copy of this document.
  - *
  - *   2.      Redistributions in binary form must reproduce the attached copyright 
notice, this list of
  - *           conditions and the following disclaimer in the documentation and/or 
other materials provided
  - *           with the distribution.
  - *
  - *   3.      The end-user documentation included with the redistribution, if any, 
must include the following
  - *           acknowledgment: "This product includes software developed by infor: 
business solutions AG
  - *           (http://www.infor.de/)." Alternately, this acknowledgment may appear 
in the software itself,
  - *           if and wherever such third-party acknowledgments normally appear.
  - *
  - *   4.      The name "infor" must not be used to endorse or promote products 
derived from this
  - *           Software without prior written permission of infor: business solutions 
AG.
  - *           For written permission, please contact [EMAIL PROTECTED]
  - *
  - *   5.      Products derived from this Software may not be called "infor" nor may 
"infor" appear
  - *           in their names without prior written permission of infor: business 
solutions AG. infor
  - *           is a registered trademark of infor:business solutions AG.
  - *
  - *   Disclaimer
  - *
  - *   THIS SOFTWARE IS PROVIDED BY INFOR: BUSINESS SOLUTIONS AG AND CONTRIBUTORS "AS 
IS" AND ANY
  - *   EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF
  - *   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  - *
  - *   IN NO EVENT SHALL INFOR: BUSINESS SOLUTIONS AG OR ITS CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT,
  - *   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO,
  - *   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION)
  - *   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT
  - *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE,
  - *   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  + *   $Id: Test.java,v 1.3 2000/09/04 16:45:48 jung Exp $ 
  + *   Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, 
  + *   D-66299 Friedrichsthal, Germany. All Rights Reserved. 
  + * 
  + *   This program is free software; you can redistribute it and/or
  + *   modify it under the terms of the GNU General Public License
  + *   as published by the Free Software Foundation; either version 2
  + *   of the License, or (at your option) any later version.
  + *
  + *   This program is distributed in the hope that it will be useful,
  + *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  + *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  + *   GNU General Public License for more details.
  + *
  + *   You should have received a copy of the GNU General Public License
  + *   along with this program; if not, write to the Free Software
  + *   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    */
   
   package test;
  @@ -62,7 +38,7 @@
    *   <Description>
    *   @see <related>
    *   @author $Author: jung $
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   
   public class Test extends junit.framework.TestCase {
  @@ -260,6 +236,9 @@
   
   /*
    *   $Log: Test.java,v $
  + *   Revision 1.3  2000/09/04 16:45:48  jung
  + *   GPL header and log adjust
  + *   
    *   Revision 1.2  2000/08/11 14:43:50  jung
    *   added comments how to run the testsuite with jboss.
    *   an scl file was wrongly named and had to be moved.
  @@ -268,54 +247,4 @@
    *   
    *   Revision 1.1.1.1  2000/08/10 21:08:17  jung
    *   Initial import.
  - *   
  - *   
  - *   Revision 1.1.1.1.2.2  2000/07/18 13:15:37  jung
  - *   replaced jboss.jar with a more up-to-date version to prevent wrong
  - *   class references while compiling
  - *   
  - *   Revision 1.1.1.1.2.1  2000/07/13 12:46:26  jung
  - *   package renaming, most of the zoap stuff now under org.zoap
  - *   util and http stay infor.ce, containerInvoker etc move to org.jboss
  - *
  - *   changed the makefile, adopted most of the licenses
  - *
  - *   Revision 1.1.1.1  2000/07/06 14:11:29  jung
  - *   Import of a pre beta version of ZOAP source with a new directory structure,
  - *   ant-based make, apache-kind of license, etc.
  - *
  - *   jars are coming later because of cvs-history reasons.
  - *
  - *   Revision 1.1.1.1  2000/06/19 12:04:13  jung
  - *   imported  ZOAPackage that should
  - *   go into a seperate Open Source project
  - *
  - *   Revision 1.1.2.4  2000/06/16 08:34:00  jung
  - *   adopted to new SOAP proxy constructor including
  - *   http-proxy and relative url
  - *
  - *   Revision 1.1.2.3  2000/06/16 08:33:06  jung
  - *   adopted to new SOAP proxy constructor including
  - *   http-proxy and relative url
  - *
  - *   Revision 1.1.2.2  2000/06/16 08:03:48  jung
  - *   some unknown changes?
  - *
  - *   Revision 1.1.2.1  2000/06/15 14:49:37  jung
  - *   added an extended container service with a
  - *   soap-enabled invoker and a self-aware non-synchronized
  - *   session context
  - *
  - *   Revision 1.2  2000/06/07 10:18:58  jung
  - *   added some service functionality to llokup other
  - *   beans and yourself as a bean. extended the test case
  - *   for that purpose.
  - *
  - *   added a lookup service.
  - *
  - *   Revision 1.1.1.1  2000/05/15 10:38:34  jung
  - *   Initial import of the directory structure. Contains templates and a batch file 
to
  - *   create API documentation. Also contains the not yet
  - *   fully running directory service (AFDS).
  - *
    */
  
  
  

Reply via email to