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/09 13:34:21 UTC

svn commit: r454379 [2/3] - in /incubator/yoko/trunk: ./ core/src/test/java/test/rmi/ etc/eclipse/ maven-plugins/src/main/java/org/apache/yoko/maven/plugins/ rmi/src/main/java/org/apache/yoko/rmi/impl/ sunjars/ tools/src/test/resources/idl/ tools/src/t...

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/content.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/content.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/content.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/content.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions targetNamespace="http://schemas.apache.org/" xmlns:typens="http://schemas.apache.org/xsd" xmlns:corba="http://schemas.apache.org/yoko/bindings/corba" xmlns:ns1="http://schemas.apache.org/corba/typemap/" xmlns:wsdlns="http://schemas.apache.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <corba:typeMapping targetNamespace="http://schemas.apache.org/corba/typemap/">
     <corba:struct xmlns:typens="http://schemas.apache.org/xsd" repositoryID="IDL:sub1SequenceStruct:1.0" type="typens:sub1" name="sub1SequenceStruct">

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/enum.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/enum.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/enum.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/enum.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions targetNamespace="http://efms.att.com/ms/BVOIP/v1" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 
     xmlns:ch="http://cio.att.com/CommonHeader/v2" 

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/exceptions.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/exceptions.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/exceptions.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/exceptions.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="exceptions.idl" 
     targetNamespace="http://schemas.apache.org/idl/exceptions.idl" 
     xmlns:tns="http://schemas.apache.org/idl/exceptions.idl" 

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_alltype.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_alltype.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_alltype.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_alltype.idl Mon Oct  9 06:34:17 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.
+*/
 struct SOAPStruct {
     float varFloat;
     long varInt;
@@ -8,4 +26,4 @@
     echoStruct(
         in ::SOAPStruct inputStruct
     );
-};
\ No newline at end of file
+};

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_anonfixed.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_anonfixed.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_anonfixed.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_anonfixed.idl Mon Oct  9 06:34:17 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.
+*/
 interface X {
     struct S {
         string<4>  str;

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_anontype.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_anontype.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_anontype.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_anontype.idl Mon Oct  9 06:34:17 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.
+*/
 interface X {
     typedef sequence<sequence<sequence<long> > >  A[3][2][1];
     struct op_a {

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_any.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_any.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_any.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_any.idl Mon Oct  9 06:34:17 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.
+*/
 interface anyInterface {
     union _omg_SimpleUnion switch(long) {
         case 0:

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_array.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_array.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_array.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_array.idl Mon Oct  9 06:34:17 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.
+*/
 typedef sequence<string, 1> p2Array;
 typedef string p3Array[5];
 typedef sequence<string> p4Array;
@@ -18,4 +36,4 @@
     op_a(
         in ::ArrayType part1
     );
-};
\ No newline at end of file
+};

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_content.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_content.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_content.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_content.idl Mon Oct  9 06:34:17 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.
+*/
 struct sub1SequenceStruct {
     float e3;
 };

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_enum.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_enum.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_enum.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_enum.idl Mon Oct  9 06:34:17 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.
+*/
 enum BillingElementEnum {
     BillingElementEnum_BVOIP,
     BillingElementEnum_TOLLFREE

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_exceptions.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_exceptions.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_exceptions.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_exceptions.idl Mon Oct  9 06:34:17 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.
+*/
 module TestException {
     struct BadRecord {
         string reason;

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_fixed.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_fixed.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_fixed.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_fixed.idl Mon Oct  9 06:34:17 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.
+*/
 module Z {
     typedef fixed<8, 6> H;
 };

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_integertypes.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_integertypes.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_integertypes.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_integertypes.idl Mon Oct  9 06:34:17 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.
+*/
 interface BasePortType {
     long long
     echoInteger(

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested-derivedtypes.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested-derivedtypes.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested-derivedtypes.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested-derivedtypes.idl Mon Oct  9 06:34:17 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.
+*/
 struct ExtendFromEmptySequenceSequenceStruct {
     long varInt;
 };

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested.idl Mon Oct  9 06:34:17 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.
+*/
 union sub2ChoiceType switch(long) {
     case 0:
         double e4;
@@ -122,4 +140,4 @@
     echoObject3(
         in ::sub3 x
     );
-};
\ No newline at end of file
+};

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested_complex.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested_complex.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested_complex.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested_complex.idl Mon Oct  9 06:34:17 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.
+*/
 union nested_choice switch(long) {
     case 0:
         string e;

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested_interfaces.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested_interfaces.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested_interfaces.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nested_interfaces.idl Mon Oct  9 06:34:17 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.
+*/
 module C {
     interface C1 {
         struct CC1 {

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nillable.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nillable.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nillable.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_nillable.idl Mon Oct  9 06:34:17 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.
+*/
 union string_nil switch(boolean) {
     case TRUE:
         string value;

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_sequencetype.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_sequencetype.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_sequencetype.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_sequencetype.idl Mon Oct  9 06:34:17 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.
+*/
 module IACC {
     struct OneAttribute {
         long level;

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_stringtypes.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_stringtypes.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_stringtypes.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_stringtypes.idl Mon Oct  9 06:34:17 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.
+*/
 interface BasePortType {
     string
     echoNormalizedString(

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_struct.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_struct.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_struct.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_struct.idl Mon Oct  9 06:34:17 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.
+*/
 struct OutsideStruct {
     long number;
     string word;

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_typeInheritance.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_typeInheritance.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_typeInheritance.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_typeInheritance.idl Mon Oct  9 06:34:17 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.
+*/
 struct Type5SequenceStruct {
     long varInt;
     string varString;

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_typedef.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_typedef.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_typedef.idl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/expected_typedef.idl Mon Oct  9 06:34:17 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.
+*/
 interface X {
     typedef sequence<sequence<sequence<long> > >  A[1][2][3];
     typedef long MyLong;

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/fixed.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/fixed.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/fixed.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/fixed.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="fixed.idl" targetNamespace="http://schemas.apache.org/idl/fixed.idl" xmlns:tns="http://schemas.apache.org/idl/fixed.idl" xmlns:corbatm="http://schemas.apache.org/yoko/bindings/corba/typemap" xmlns:corba="http://schemas.apache.org/yoko/bindings/corba" xmlns:ns1="http://schemas.apache.org/idl/fixed.idl/corba/typemap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://schemas.apache.org/idltypes/fixed.idl" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <corba:typeMapping targetNamespace="http://schemas.apache.org/idl/fixed.idl/corba/typemap/">
     <corba:fixed xmlns:xs="http://www.w3.org/2001/XMLSchema" scale="6" digits="8" type="xs:decimal" name="Z.H" />

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/integertypes.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/integertypes.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/integertypes.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/integertypes.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions
  targetNamespace="http://schemas.apache.org/tests" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/nested-derivedtypes.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/nested-derivedtypes.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/nested-derivedtypes.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/nested-derivedtypes.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="mf" targetNamespace="http://schemas.apache.org/idl/mf.idl" xmlns:tns="http://schemas.apache.org/idl/mf.idl" xmlns:corbatm="http://schemas.apache.org/typemap/corba/mf.idl" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:corba="http://schemas.apache.org/yoko/bindings/corba" xmlns:ns1="http://schemas.apache.org/idl/mf.idl/corba/typemap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://schemas.apache.org/idltypes/mf.idl" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <corba:typeMapping targetNamespace="http://schemas.apache.org/idl/mf.idl/corba/typemap/">
     <corba:struct xmlns:xsd1="http://schemas.apache.org/idltypes/mf.idl" repositoryID="IDL:ExtendFromEmptySequenceSequenceStruct:1.0" type="xsd1:ExtendFromEmptySequenceSequenceStruct" name="ExtendFromEmptySequenceSequenceStruct">

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/nested.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/nested.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/nested.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/nested.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="nested" targetNamespace="http://schemas.apache.org/idl/nested.idl" xmlns:tns="http://schemas.apache.org/idl/nested.idl" xmlns:corbatm="http://schemas.apache.org/typemap/corba/nested.idl" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:corba="http://schemas.apache.org/yoko/bindings/corba" xmlns:ns1="http://schemas.apache.org/idl/nested.idl/corba/typemap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://schemas.apache.org/idltypes/nested.idl" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <corba:typeMapping targetNamespace="http://schemas.apache.org/idl/nested.idl/corba/typemap/">
     <corba:union xmlns:ns3="http://schemas.apache.org/idltypes/nested.idl" discriminator="corba:long" repositoryID="IDL:sub2ChoiceType:1.0" type="ns3:sub2ChoiceType" name="sub2ChoiceType">

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/nested_complex.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/nested_complex.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/nested_complex.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/nested_complex.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="nested_complex" targetNamespace="http://schemas.apache.org/idl/nested_complex.idl" xmlns:tns="http://schemas.apache.org/idl/nested_complex.idl" xmlns:corbatm="http://schemas.apache.org/typemap/corba/nested_complex.idl" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:corba="http://schemas.apache.org/yoko/bindings/corba" xmlns:ns1="http://schemas.apache.org/idl/nested_complex.idl/corba/typemap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://schemas.apache.org/idltypes/nested_complex.idl" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <corba:typeMapping targetNamespace="http://schemas.apache.org/idl/nested_complex.idl/corba/typemap/">
     <corba:union xmlns:ns3="http://schemas.apache.org/idltypes/nested_complex.idl" discriminator="corba:long" repositoryID="IDL:nested_choice:1.0" type="ns3:nested_choice" name="nested_choice">

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/nested_interfaces.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/nested_interfaces.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/nested_interfaces.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/nested_interfaces.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="nested_interfaces" targetNamespace="http://schemas.apache.org/idl/nested_interfaces.idl" xmlns:tns="http://schemas.apache.org/idl/nested_interfaces.idl" xmlns:corbatm="http://schemas.apache.org/typemap/corba/nested_interfaces.idl" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:corba="http://schemas.apache.org/yoko/bindings/corba" xmlns:ns1="http://schemas.apache.org/idl/nested_interfaces.idl/corba/typemap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://schemas.apache.org/idltypes/nested_interfaces.idl" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <corba:typeMapping targetNamespace="http://schemas.apache.org/idl/nested_interfaces.idl/corba/typemap/">
     <corba:anonstring bound="14" type="corba:string" name="C.C1.aString" />

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/nillable.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/nillable.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/nillable.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/nillable.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="multipart.idl" targetNamespace="http://schemas.apache.org/idl/multipart.idl" xmlns:tns="http://schemas.apache.org/idl/multipart.idl" xmlns:corbatm="http://schemas.apache.org/bindings/corba/typemap" xmlns:corba="http://schemas.apache.org/yoko/bindings/corba" xmlns:ns1="http://schemas.apache.org/idl/multipart.idl/corba/typemap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://schemas.apache.org/idltypes/multipart.idl" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <corba:typeMapping targetNamespace="http://schemas.apache.org/idl/multipart.idl/corba/typemap/">
     <corba:union xmlns:tns="http://schemas.apache.org/idl/multipart.idl" discriminator="corba:boolean" repositoryID="IDL:string_nil:1.0" type="tns:address" name="string_nil">

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/sequencetype.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/sequencetype.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/sequencetype.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/sequencetype.wsdl Mon Oct  9 06:34:17 2006
@@ -1,3 +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.
+-->
 <definitions targetNamespace="http://schemas.apache.org/idl/iacc.idl" xmlns:tns="http://schemas.apache.org/idl/iacc.idl" xmlns:corbatm="http://schemas.apache.org/typemap/corba/iacc.idl" xmlns:corba="http://schemas.apache.org/yoko/bindings/corba" xmlns:ns1="http://schemas.apache.org/idl/iacc.idl/corba/typemap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://schemas.apache.org/idltypes/iacc.idl" xmlns:references="http://schemas.apache.org/references" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <corba:typeMapping targetNamespace="http://schemas.apache.org/idl/iacc.idl/corba/typemap/">
     <corba:sequence xmlns:xsd1="http://schemas.apache.org/idltypes/iacc.idl" xmlns:ns1="http://schemas.apache.org/idl/iacc.idl/corba/typemap/" elemtype="ns1:IACC.Subscriber" bound="0" repositoryID="IDL:IACC/IACCLists:1.0" type="xsd1:IACC.IACCLists" name="IACC.IACCLists" />

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/stringtypes.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/stringtypes.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/stringtypes.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/stringtypes.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions
  targetNamespace="http://schemas.apache.org/tests" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/struct.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/struct.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/struct.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/struct.wsdl Mon Oct  9 06:34:17 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="US-ASCII"?>
+<!--
+ * 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.
+-->
 <wsdl:definitions targetNamespace="http://schemas.apache.org/yoko/idl/Struct" xmlns:tns="http://schemas.apache.org/yoko/idl/Struct" xmlns:corba="http://schemas.apache.org/yoko/bindings/corba" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <corba:typeMapping targetNamespace="http://schemas.apache.org/yoko/idl/Struct/typemap">
     <corba:struct xmlns:ns4="http://schemas.apache.org/yoko/idl/Struct" xmlns="http://schemas.apache.org/yoko/idl/Struct/typemap" repositoryID="IDL:OutsideStruct:1.0" type="ns4:OutsideStruct" name="OutsideStruct">

Modified: incubator/yoko/trunk/tools/src/test/resources/idlgen/typedef.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/idlgen/typedef.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/idlgen/typedef.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/idlgen/typedef.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="typedef" targetNamespace="http://schemas.apache.org/idl/typedef.idl" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 
     xmlns:corba="http://schemas.apache.org/yoko/bindings/corba" 

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/alltype.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/alltype.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/alltype.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/alltype.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions
     name="BaseService"
     targetNamespace="http://schemas.apache.org/tests"

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/anonfixed.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/anonfixed.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/anonfixed.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/anonfixed.wsdl Mon Oct  9 06:34:17 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.
+-->
 <!-- Generated by <idltowsdl> Tool. Version 4.0.0 -->
 <definitions name="l" targetNamespace="http://schemas.apache.org/idl/l.idl" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/any.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/any.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/any.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/any.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="any.idl"
  targetNamespace="http://schemas.apache.org/idl/any.idl"
  xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/array.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/array.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/array.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/array.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="anon.idl"
     targetNamespace="http://schemas.apache.org/idl/anon.idl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/atype.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/atype.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/atype.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/atype.wsdl Mon Oct  9 06:34:17 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.
+-->
 <!-- Generated by <idltowsdl> Tool. Version 4.0.0 -->
 <definitions name="m" targetNamespace="http://schemas.apache.org/idl/m.idl" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/content.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/content.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/content.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/content.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions targetNamespace="http://schemas.apache.org/"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/exceptions.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/exceptions.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/exceptions.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/exceptions.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="exceptions.idl"
  targetNamespace="http://schemas.apache.org/idl/exceptions.idl"
  xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/fixed.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/fixed.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/fixed.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/fixed.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="fixed.idl"
  targetNamespace="http://schemas.apache.org/idl/fixed.idl"
  xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/nested-derivedtypes.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/nested-derivedtypes.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/nested-derivedtypes.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/nested-derivedtypes.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="mf" targetNamespace="http://schemas.apache.org/idl/mf.idl" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 
     xmlns:corba="http://schemas.apache.org/bindings/corba" 

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/nested.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/nested.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/nested.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/nested.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="nested" 
     targetNamespace="http://schemas.apache.org/idl/nested.idl" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/nested_complex.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/nested_complex.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/nested_complex.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/nested_complex.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="nested_complex" 
     targetNamespace="http://schemas.apache.org/idl/nested_complex.idl" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/nested_interfaces.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/nested_interfaces.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/nested_interfaces.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/nested_interfaces.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="nested_interfaces" 
     targetNamespace="http://schemas.apache.org/idl/nested_interfaces.idl" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/nillable.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/nillable.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/nillable.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/nillable.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions name="multipart.idl"
  targetNamespace="http://schemas.apache.org/idl/multipart.idl"
  xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/sequencetype.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/sequencetype.wsdl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/sequencetype.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/sequencetype.wsdl Mon Oct  9 06:34:17 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.
+-->
 <definitions
  targetNamespace="http://schemas.apache.org/idl/iacc.idl"
  xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CSI.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CSI.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CSI.idl (original)
+++ incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CSI.idl Mon Oct  9 06:34:17 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.
+*/
 #ifndef _CSI_IDL_
 #define _CSI_IDL_
 

Modified: incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CSIIOP.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CSIIOP.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CSIIOP.idl (original)
+++ incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CSIIOP.idl Mon Oct  9 06:34:17 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.
+*/
 #ifndef _CSIIOP_IDL_
 #define _CSIIOP_IDL_
 #include <IOP.idl>

Modified: incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosNaming.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosNaming.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosNaming.idl (original)
+++ incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosNaming.idl Mon Oct  9 06:34:17 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.
+*/
 //
 // CosNaming.idl - Naming service interface
 //

Modified: incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTSInteroperation.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTSInteroperation.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTSInteroperation.idl (original)
+++ incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTSInteroperation.idl Mon Oct  9 06:34:17 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.
+*/
 // PIDL for CosTSInteroperation Module, p 10-59 
 // CORBAservices, Transaction Service V1.0, 3/94
 

Modified: incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTSPortability.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTSPortability.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTSPortability.idl (original)
+++ incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTSPortability.idl Mon Oct  9 06:34:17 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.
+*/
 //File: CosTSPortability.idl
 //Part of the Transaction Service
 
@@ -29,4 +47,4 @@
 			out CosTransactions::PropagationContext ctx);
 	};
 };
-#endif /* ifndef _COS_TS_PORTABILITY_IDL_ */
\ No newline at end of file
+#endif /* ifndef _COS_TS_PORTABILITY_IDL_ */

Modified: incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTransactions.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTransactions.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTransactions.idl (original)
+++ incubator/yoko/trunk/yoko-spec-corba/src/main/idl/CosTransactions.idl Mon Oct  9 06:34:17 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.
+*/
 #include "geronimo-orb.idl"
 
 module CosTransactions {
@@ -244,4 +262,4 @@
 interface NonTxTargetPolicy : CORBA::Policy {
 readonly attribute NonTxTargetPolicyValue tpv;
 };
-}; // End of CosTransactions Module
\ No newline at end of file
+}; // End of CosTransactions Module

Modified: incubator/yoko/trunk/yoko-spec-corba/src/main/idl/GSSUP.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/yoko-spec-corba/src/main/idl/GSSUP.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/yoko-spec-corba/src/main/idl/GSSUP.idl (original)
+++ incubator/yoko/trunk/yoko-spec-corba/src/main/idl/GSSUP.idl Mon Oct  9 06:34:17 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.
+*/
 #ifndef _GSSUP_IDL_
 #define _GSSUP_IDL_
 #include <CSI.idl>

Modified: incubator/yoko/trunk/yoko-spec-corba/src/main/idl/IOP.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/yoko-spec-corba/src/main/idl/IOP.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/yoko-spec-corba/src/main/idl/IOP.idl (original)
+++ incubator/yoko/trunk/yoko-spec-corba/src/main/idl/IOP.idl Mon Oct  9 06:34:17 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.
+*/
 // File: IOP.idl
 // From CORBA 3.0: Chapter 13, ORB Interoperability Achitecture
 

Modified: incubator/yoko/trunk/yoko-spec-corba/src/main/idl/SSLIOP.idl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/yoko-spec-corba/src/main/idl/SSLIOP.idl?view=diff&rev=454379&r1=454378&r2=454379
==============================================================================
--- incubator/yoko/trunk/yoko-spec-corba/src/main/idl/SSLIOP.idl (original)
+++ incubator/yoko/trunk/yoko-spec-corba/src/main/idl/SSLIOP.idl Mon Oct  9 06:34:17 2006
@@ -1,4 +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.
+*/
+/*
 
 Copyright 1995 AT&T Global Information Solutions Company
 Copyright 1995 Digital Equipment Corporation