You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pr...@apache.org on 2005/03/22 15:02:40 UTC

cvs commit: ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws ParamWriter.java

prestonf    2005/03/22 06:02:40

  Modified:    c/src/wsdl/org/apache/axis/wsdl/wsdl2ws ParamWriter.java
  Log:
  Hi All,
  I think this will complete what needs to be done for AXISCPP-574.
  
  Regards,
  Fred Preston.
  
  Revision  Changes    Path
  1.15      +16 -4     ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/ParamWriter.java
  
  Index: ParamWriter.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/ParamWriter.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ParamWriter.java	28 Oct 2004 14:14:53 -0000	1.14
  +++ ParamWriter.java	22 Mar 2005 14:02:40 -0000	1.15
  @@ -66,10 +66,22 @@
           try
           {
               writer.write("/*\n");
  -            writer.write(
  -                " * This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)\n");
  -            writer.write(
  -                " * This file contains functions to manipulate complex type "
  +			writer.write(" * Copyright 2003-2004 The Apache Software Foundation.\n\n");
  +			writer.write(" *\n");
  +			writer.write(" * Licensed under the Apache License, Version 2.0 (the \"License\");\n");
  +			writer.write(" * you may not use this file except in compliance with the License.\n");
  +			writer.write(" * You may obtain a copy of the License at\n");
  +			writer.write(" *\n");
  +			writer.write(" *\t\thttp://www.apache.org/licenses/LICENSE-2.0\n");
  +			writer.write(" *\n");
  +			writer.write(" * Unless required by applicable law or agreed to in writing, software\n");
  +			writer.write(" * distributed under the License is distributed on an \"AS IS\" BASIS,\n");
  +			writer.write(" * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n");
  +			writer.write(" * See the License for the specific language governing permissions and\n");
  +			writer.write(" * limitations under the License.\n");
  +			writer.write(" *\n");
  +            writer.write(" * This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)\n");
  +            writer.write(" * This file contains functions to manipulate complex type "
                       + this.classname
                       + "\n");
               writer.write(" */\n\n");