You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by br...@apache.org on 2006/10/06 19:02:46 UTC

svn commit: r453728 [1/2] - in /incubator/yoko/trunk: ./ api/ bindings/ bindings/src/main/java/org/apache/yoko/bindings/corba/ bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ bindings/src/test/java/org/apache/yoko/bindings/corba/types/ b...

Author: bravi
Date: Fri Oct  6 12:02:41 2006
New Revision: 453728

URL: http://svn.apache.org/viewvc?view=rev&rev=453728
Log:
[YOKO-185] Updating missing headers in some files.

Modified:
    incubator/yoko/trunk/.ruleset
    incubator/yoko/trunk/api/.checkstyle
    incubator/yoko/trunk/api/.pmd
    incubator/yoko/trunk/api/.ruleset
    incubator/yoko/trunk/api/checkstyle.xml
    incubator/yoko/trunk/api/pom.xml
    incubator/yoko/trunk/bindings/checkstyle.xml
    incubator/yoko/trunk/bindings/pom.xml
    incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/CorbaExceptionHelper.java
    incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/Messages.properties
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ObjectFactory.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ParamModes.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ParamModesCORBAService.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParams.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsWithReturn.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsWithReturnResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParams.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsWithReturn.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsWithReturnResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParams.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsWithReturn.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsWithReturnResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParams.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsWithReturn.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsWithReturnResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestReturn.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestReturnResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParam.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamWithReturn.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamWithReturnResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParam.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamWithReturn.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamWithReturnResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParam.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamWithReturn.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamWithReturnResponse.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/package-info.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/types/CorbaAnyHandlerTest.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/types/CorbaHandlerUtilsTest.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/Simple.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/SimpleCORBAService.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/ObjectFactory.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/TestSimpleMethod.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/TestSimpleMethodResult.java
    incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/package-info.java
    incubator/yoko/trunk/bindings/src/test/resources/wsdl/ComplexTypes.wsdl
    incubator/yoko/trunk/bindings/src/test/resources/wsdl/Nested.wsdl
    incubator/yoko/trunk/bindings/src/test/resources/wsdl/ParamModes.wsdl
    incubator/yoko/trunk/bindings/src/test/resources/wsdl/StaxTest.wsdl
    incubator/yoko/trunk/bindings/src/test/resources/wsdl/simpleIdl.wsdl
    incubator/yoko/trunk/build.xml
    incubator/yoko/trunk/checkstyle.xml
    incubator/yoko/trunk/core/pom.xml
    incubator/yoko/trunk/core/src/main/java/org/apache/yoko/orb/OB/CodeBaseProxy.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/AbstractCollocTestBase.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/AbstractMatrixOrbTestBase.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/CodeSetTest.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/InsTest.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/LocalTest.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/ObvTest.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/PiTest.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/PoaTest.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/RetryTest.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/TypesTest.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/ProcessManager.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/ProcessAgent.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/ProcessManagerRemoteIF.java
    incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/Util.java
    incubator/yoko/trunk/core/src/test/java/test/build.xml
    incubator/yoko/trunk/core/src/test/java/test/codesets/build.xml
    incubator/yoko/trunk/core/src/test/java/test/common/build.xml
    incubator/yoko/trunk/core/src/test/java/test/ins/build.xml
    incubator/yoko/trunk/core/src/test/java/test/local/build.xml
    incubator/yoko/trunk/core/src/test/java/test/main/build.xml
    incubator/yoko/trunk/core/src/test/java/test/obv/build.xml
    incubator/yoko/trunk/core/src/test/java/test/pi/build.xml
    incubator/yoko/trunk/core/src/test/java/test/poa/build.xml
    incubator/yoko/trunk/core/src/test/java/test/retry/build.xml
    incubator/yoko/trunk/core/src/test/java/test/srvid
    incubator/yoko/trunk/core/src/test/java/test/tnaming/build.xml
    incubator/yoko/trunk/core/src/test/java/test/types/build.xml
    incubator/yoko/trunk/distribution/assembly-bin.xml
    incubator/yoko/trunk/distribution/assembly-src.xml
    incubator/yoko/trunk/distribution/pom.xml
    incubator/yoko/trunk/distribution/src/main/samples/ws/bank/celtix-yoko-router.xml
    incubator/yoko/trunk/installSunJars
    incubator/yoko/trunk/installSunJars.bat
    incubator/yoko/trunk/maven-plugins/.checkstyle
    incubator/yoko/trunk/maven-plugins/.pmd
    incubator/yoko/trunk/maven-plugins/.ruleset
    incubator/yoko/trunk/maven-plugins/checkstyle.xml
    incubator/yoko/trunk/maven-plugins/pom.xml
    incubator/yoko/trunk/pom.xml
    incubator/yoko/trunk/tools/.checkstyle
    incubator/yoko/trunk/tools/.pmd
    incubator/yoko/trunk/tools/.ruleset
    incubator/yoko/trunk/tools/checkstyle.xml
    incubator/yoko/trunk/tools/pom.xml

Modified: incubator/yoko/trunk/.ruleset
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/.ruleset?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/.ruleset (original)
+++ incubator/yoko/trunk/.ruleset Fri Oct  6 12:02:41 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
 <ruleset name="pmd-eclipse">
   <description>PMD Plugin preferences rule set</description>
   

Modified: incubator/yoko/trunk/api/.checkstyle
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/api/.checkstyle?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/api/.checkstyle (original)
+++ incubator/yoko/trunk/api/.checkstyle Fri Oct  6 12:02:41 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?><fileset-config file-format-version="1.1.0" simple-config="false">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<fileset-config file-format-version="1.1.0" simple-config="false">
 <fileset name="all" enabled="true" check-config-name="Yoko Checks" type="external" description=""><file-match-pattern match-pattern="^src[/\\]." include-pattern="true"/>
 </fileset>
 </fileset-config>

Modified: incubator/yoko/trunk/api/.pmd
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/api/.pmd?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/api/.pmd (original)
+++ incubator/yoko/trunk/api/.pmd Fri Oct  6 12:02:41 2006
@@ -1,2 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
 <pmd><useProjectRuleSet>true</useProjectRuleSet><rules/></pmd>

Modified: incubator/yoko/trunk/api/.ruleset
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/api/.ruleset?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/api/.ruleset (original)
+++ incubator/yoko/trunk/api/.ruleset Fri Oct  6 12:02:41 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
 <ruleset name="pmd-eclipse">
   <description>PMD Plugin preferences rule set</description>
   

Modified: incubator/yoko/trunk/api/checkstyle.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/api/checkstyle.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/api/checkstyle.xml (original)
+++ incubator/yoko/trunk/api/checkstyle.xml Fri Oct  6 12:02:41 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
 <!DOCTYPE module PUBLIC
     "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
     "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">

Modified: incubator/yoko/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/api/pom.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/api/pom.xml (original)
+++ incubator/yoko/trunk/api/pom.xml Fri Oct  6 12:02:41 2006
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/yoko/trunk/bindings/checkstyle.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/checkstyle.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/checkstyle.xml (original)
+++ incubator/yoko/trunk/bindings/checkstyle.xml Fri Oct  6 12:02:41 2006
@@ -1,4 +1,24 @@
 <?xml version="1.0"?>
+
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+
 <!DOCTYPE module PUBLIC
     "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
     "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">

Modified: incubator/yoko/trunk/bindings/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/pom.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/pom.xml (original)
+++ incubator/yoko/trunk/bindings/pom.xml Fri Oct  6 12:02:41 2006
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/CorbaExceptionHelper.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/CorbaExceptionHelper.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/CorbaExceptionHelper.java (original)
+++ incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/CorbaExceptionHelper.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,22 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.yoko.bindings.corba;
 
 import java.lang.reflect.Field;

Modified: incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/Messages.properties
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/Messages.properties?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/Messages.properties (original)
+++ incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/Messages.properties Fri Oct  6 12:02:41 2006
@@ -1 +1,13 @@
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 // TODO: Add messages here for exceptions

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ObjectFactory.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ObjectFactory.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ObjectFactory.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ObjectFactory.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ParamModes.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ParamModes.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ParamModes.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ParamModes.java Fri Oct  6 12:02:41 2006
@@ -1,4 +1,21 @@
-/* Generated by WSDLToJava Compiler. */
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ParamModesCORBAService.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ParamModesCORBAService.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ParamModesCORBAService.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ParamModesCORBAService.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,22 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.schemas.yoko.idl.parammodes;
 
 import java.net.MalformedURLException;

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParams.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParams.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParams.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParams.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsWithReturn.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsWithReturn.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsWithReturn.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsWithReturn.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsWithReturnResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsWithReturnResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsWithReturnResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInOutParamsWithReturnResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParams.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParams.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParams.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParams.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsWithReturn.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsWithReturn.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsWithReturn.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsWithReturn.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsWithReturnResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsWithReturnResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsWithReturnResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleInParamsWithReturnResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParams.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParams.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParams.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParams.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsWithReturn.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsWithReturn.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsWithReturn.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsWithReturn.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsWithReturnResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsWithReturnResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsWithReturnResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleMixedParamsWithReturnResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParams.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParams.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParams.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParams.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsWithReturn.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsWithReturn.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsWithReturn.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsWithReturn.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsWithReturnResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsWithReturnResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsWithReturnResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestMultipleOutParamsWithReturnResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestReturn.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestReturn.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestReturn.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestReturn.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestReturnResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestReturnResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestReturnResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestReturnResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParam.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParam.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParam.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParam.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamWithReturn.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamWithReturn.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamWithReturn.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamWithReturn.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamWithReturnResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamWithReturnResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamWithReturnResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInOutParamWithReturnResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParam.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParam.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParam.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParam.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamWithReturn.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamWithReturn.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamWithReturn.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamWithReturn.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamWithReturnResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamWithReturnResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamWithReturnResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleInParamWithReturnResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParam.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParam.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParam.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParam.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamWithReturn.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamWithReturn.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamWithReturn.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamWithReturn.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamWithReturnResponse.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamWithReturnResponse.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamWithReturnResponse.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/TestSingleOutParamWithReturnResponse.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
 
 package org.apache.schemas.yoko.idl.parammodes;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/package-info.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/package-info.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/package-info.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/package-info.java Fri Oct  6 12:02:41 2006
@@ -1,2 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 @javax.xml.bind.annotation.XmlSchema(namespace = "http://schemas.apache.org/yoko/idl/ParamModes")
 package org.apache.schemas.yoko.idl.parammodes;

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/types/CorbaAnyHandlerTest.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/types/CorbaAnyHandlerTest.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/types/CorbaAnyHandlerTest.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/types/CorbaAnyHandlerTest.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,22 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.yoko.bindings.corba.types;
 
 import javax.xml.namespace.QName;

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/types/CorbaHandlerUtilsTest.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/types/CorbaHandlerUtilsTest.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/types/CorbaHandlerUtilsTest.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/types/CorbaHandlerUtilsTest.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.yoko.bindings.corba.types;
 
 import java.util.List;

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/Simple.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/Simple.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/Simple.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/Simple.java Fri Oct  6 12:02:41 2006
@@ -1,4 +1,21 @@
-/* Generated by WSDLToJava Compiler. */
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 package org.apache.yoko.simple;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/SimpleCORBAService.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/SimpleCORBAService.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/SimpleCORBAService.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/SimpleCORBAService.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,22 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.yoko.simple;
 
 import java.net.MalformedURLException;

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/ObjectFactory.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/ObjectFactory.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/ObjectFactory.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/ObjectFactory.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 package org.apache.yoko.simple.types;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/TestSimpleMethod.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/TestSimpleMethod.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/TestSimpleMethod.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/TestSimpleMethod.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 package org.apache.yoko.simple.types;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/TestSimpleMethodResult.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/TestSimpleMethodResult.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/TestSimpleMethodResult.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/TestSimpleMethodResult.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 package org.apache.yoko.simple.types;
 

Modified: incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/package-info.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/package-info.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/package-info.java (original)
+++ incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/simple/types/package-info.java Fri Oct  6 12:02:41 2006
@@ -1,2 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 @javax.xml.bind.annotation.XmlSchema(namespace = "http://yoko.apache.org/simple/types")
 package org.apache.yoko.simple.types;

Modified: incubator/yoko/trunk/bindings/src/test/resources/wsdl/ComplexTypes.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/resources/wsdl/ComplexTypes.wsdl?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/resources/wsdl/ComplexTypes.wsdl (original)
+++ incubator/yoko/trunk/bindings/src/test/resources/wsdl/ComplexTypes.wsdl Fri Oct  6 12:02:41 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+
 <!-- To be replace by a Yoko generated IDLtoWSDL once types supported -->
 <definitions
  targetNamespace="http://yoko.apache.org/ComplexTypes"