Author: bodewig
Date: Wed Mar 26 12:06:53 2008
New Revision: 641488

URL: http://svn.apache.org/viewvc?rev=641488&view=rev
Log:
Add license

Modified:
    ant/antlibs/dotnet/trunk/changes.xml
    ant/antlibs/dotnet/trunk/contributors.xml
    ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml
    ant/antlibs/dotnet/trunk/src/tests/antunit/src/HelloWorld.wsdl
    ant/antlibs/dotnet/trunk/src/tests/antunit/src/example.il
    ant/antlibs/dotnet/trunk/src/tests/antunit/src/example2.il
    ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl/StockQuoteService.wsdl
    ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl2dotnet-test.xml
    ant/antlibs/dotnet/trunk/version.properties

Modified: ant/antlibs/dotnet/trunk/changes.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/changes.xml?rev=641488&r1=641487&r2=641488&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/changes.xml (original)
+++ ant/antlibs/dotnet/trunk/changes.xml Wed Mar 26 12:06:53 2008
@@ -1,4 +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.
+-->
 <!DOCTYPE document
 [
 <!ELEMENT document (properties?, release+)>

Modified: ant/antlibs/dotnet/trunk/contributors.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/contributors.xml?rev=641488&r1=641487&r2=641488&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/contributors.xml (original)
+++ ant/antlibs/dotnet/trunk/contributors.xml Wed Mar 26 12:06:53 2008
@@ -1,4 +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.
+-->
 <!DOCTYPE contributors
 [
 <!ELEMENT name (first?, middle?, last)>
@@ -62,4 +78,4 @@
     <first>Steve</first>
     <last>Loughran</last>
   </name>
-</contributors>
\ No newline at end of file
+</contributors>

Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml?rev=641488&r1=641487&r2=641488&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml (original)
+++ ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml Wed Mar 26 
12:06:53 2008
@@ -1,5 +1,20 @@
 <?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 name="dotnet" basedir="." default="init"
   xmlns:dn="antlib:org.apache.ant.dotnet"
   xmlns:au="antlib:org.apache.ant.antunit">

Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/src/HelloWorld.wsdl
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/src/HelloWorld.wsdl?rev=641488&r1=641487&r2=641488&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/src/tests/antunit/src/HelloWorld.wsdl (original)
+++ ant/antlibs/dotnet/trunk/src/tests/antunit/src/HelloWorld.wsdl Wed Mar 26 
12:06:53 2008
@@ -1,4 +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.
+-->
 <definitions name="HelloWorld"
 targetNamespace="http://hello.jaxrpc.samples/";
 xmlns:tns="http://hello.jaxrpc.samples/";

Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/src/example.il
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/src/example.il?rev=641488&r1=641487&r2=641488&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/src/tests/antunit/src/example.il (original)
+++ ant/antlibs/dotnet/trunk/src/tests/antunit/src/example.il Wed Mar 26 
12:06:53 2008
@@ -1,5 +1,18 @@
 //created from ildasm of example.cs
-
+//  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.
 
 
 .assembly extern /*23000001*/ mscorlib

Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/src/example2.il
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/src/example2.il?rev=641488&r1=641487&r2=641488&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/src/tests/antunit/src/example2.il (original)
+++ ant/antlibs/dotnet/trunk/src/tests/antunit/src/example2.il Wed Mar 26 
12:06:53 2008
@@ -1,3 +1,17 @@
+//  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.
 
 .class public auto ansi beforefieldinit Example2
        extends [mscorlib]System.Object

Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl/StockQuoteService.wsdl
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl/StockQuoteService.wsdl?rev=641488&r1=641487&r2=641488&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl/StockQuoteService.wsdl 
(original)
+++ ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl/StockQuoteService.wsdl Wed 
Mar 26 12:06:53 2008
@@ -1,4 +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.
+-->
 <wsdl:definitions 
targetNamespace="http://localhost:8080/axis/StockQuoteService.jws"; 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:impl="http://localhost:8080/axis/StockQuoteService.jws-impl"; 
xmlns:intf="http://localhost:8080/axis/StockQuoteService.jws"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
   <wsdl:message name="getQuoteResponse">
     <wsdl:part name="return" type="xsd:float"/>
@@ -32,4 +48,4 @@
       <wsdlsoap:address 
location="http://localhost:8080/axis/StockQuoteService.jws"/>
     </wsdl:port>
   </wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>

Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl2dotnet-test.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl2dotnet-test.xml?rev=641488&r1=641487&r2=641488&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl2dotnet-test.xml (original)
+++ ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl2dotnet-test.xml Wed Mar 26 
12:06:53 2008
@@ -1,5 +1,20 @@
 <?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 name="wsdl-to-java-jtest" basedir="." default="init"
   xmlns:au="antlib:org.apache.ant.antunit"
   xmlns:dn="antlib:org.apache.ant.dotnet">

Modified: ant/antlibs/dotnet/trunk/version.properties
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/version.properties?rev=641488&r1=641487&r2=641488&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/version.properties (original)
+++ ant/antlibs/dotnet/trunk/version.properties Wed Mar 26 12:06:53 2008
@@ -1 +1,15 @@
+#  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.
 artifact.version=1.1Alpha


Reply via email to