Author: sisbell Date: Fri Oct 26 09:23:20 2007 New Revision: 588702 URL: http://svn.apache.org/viewvc?rev=588702&view=rev Log: More license headers.
Modified: incubator/nmaven/trunk/assemblies/NMaven.Service/Embedder/wsdl.xml incubator/nmaven/trunk/assemblies/NMaven.SharpDevelop.Addin/Resources/NMavenBuildControl.xfrm incubator/nmaven/trunk/assemblies/NMaven.Solution/pom.xml incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/assembly-plugins.mdo incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/compiler-plugins.mdo incubator/nmaven/trunk/components/dotnet-model/configuration-appenders/configurationAppenders.mdo incubator/nmaven/trunk/components/dotnet-model/entries/entries.mdo incubator/nmaven/trunk/components/dotnet-model/executable-plugins/executable-plugins.mdo incubator/nmaven/trunk/components/dotnet-model/netdependency/netdependency.mdo incubator/nmaven/trunk/components/dotnet-model/settings/settings.mdo incubator/nmaven/trunk/misc/dotnet-repository-builder/pom-dotnet.xml incubator/nmaven/trunk/misc/dotnet-repository-builder/pom.xml incubator/nmaven/trunk/plugins/maven-fxcop-plugin/pom.xml incubator/nmaven/trunk/plugins/maven-webapp-plugin/pom.xml Modified: incubator/nmaven/trunk/assemblies/NMaven.Service/Embedder/wsdl.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/assemblies/NMaven.Service/Embedder/wsdl.xml?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/assemblies/NMaven.Service/Embedder/wsdl.xml (original) +++ incubator/nmaven/trunk/assemblies/NMaven.Service/Embedder/wsdl.xml Fri Oct 26 09:23:20 2007 @@ -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. +--> <wsdl:definitions targetNamespace="http://incubator.apache.org/nmaven/MavenEmbedderService" xmlns:tns="http://incubator.apache.org/nmaven/MavenEmbedderService" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="urn:maven-embedder" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="urn:maven-embedder"><xsd:complexType abstract="true" name="MavenExecutionRequest"><xsd:sequence><xsd:element minOccurs="0" name="goal" nillable="true" type="xsd:string"/><xsd:element minOccurs="0" name="pomFile" nillable="true" type="xsd:string"/><xsd:any maxOccurs="unbounded" minOccurs="0"/></xsd:sequence><xsd:anyAttribute/></xsd:complexType></xsd:schema> Modified: incubator/nmaven/trunk/assemblies/NMaven.SharpDevelop.Addin/Resources/NMavenBuildControl.xfrm URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/assemblies/NMaven.SharpDevelop.Addin/Resources/NMavenBuildControl.xfrm?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/assemblies/NMaven.SharpDevelop.Addin/Resources/NMavenBuildControl.xfrm (original) +++ incubator/nmaven/trunk/assemblies/NMaven.SharpDevelop.Addin/Resources/NMavenBuildControl.xfrm Fri Oct 26 09:23:20 2007 @@ -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. +--> <Components version="1.0"> <System.Windows.Forms.Form> <Name value="MainForm" /> Modified: incubator/nmaven/trunk/assemblies/NMaven.Solution/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/assemblies/NMaven.Solution/pom.xml?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/assemblies/NMaven.Solution/pom.xml (original) +++ incubator/nmaven/trunk/assemblies/NMaven.Solution/pom.xml Fri Oct 26 09:23:20 2007 @@ -1,5 +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. +--> <project> <parent> <groupId>NMaven</groupId> Modified: incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/assembly-plugins.mdo URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/assembly-plugins.mdo?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/assembly-plugins.mdo (original) +++ incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/assembly-plugins.mdo Fri Oct 26 09:23:20 2007 @@ -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. +--> <model> <id>assembly-plugin</id> <name>AssemblyPlugin</name> Modified: incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/compiler-plugins.mdo URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/compiler-plugins.mdo?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/compiler-plugins.mdo (original) +++ incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/compiler-plugins.mdo Fri Oct 26 09:23:20 2007 @@ -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. +--> <model> <id>compiler-plugin</id> <name>CompilerPlugin</name> Modified: incubator/nmaven/trunk/components/dotnet-model/configuration-appenders/configurationAppenders.mdo URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/configuration-appenders/configurationAppenders.mdo?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/components/dotnet-model/configuration-appenders/configurationAppenders.mdo (original) +++ incubator/nmaven/trunk/components/dotnet-model/configuration-appenders/configurationAppenders.mdo Fri Oct 26 09:23:20 2007 @@ -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. +--> <model> <id>configurationappenders</id> <name>ConfigurationAppenders</name> Modified: incubator/nmaven/trunk/components/dotnet-model/entries/entries.mdo URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/entries/entries.mdo?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/components/dotnet-model/entries/entries.mdo (original) +++ incubator/nmaven/trunk/components/dotnet-model/entries/entries.mdo Fri Oct 26 09:23:20 2007 @@ -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. +--> <model> <id>entries</id> <name>Entries</name> Modified: incubator/nmaven/trunk/components/dotnet-model/executable-plugins/executable-plugins.mdo URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/executable-plugins/executable-plugins.mdo?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/components/dotnet-model/executable-plugins/executable-plugins.mdo (original) +++ incubator/nmaven/trunk/components/dotnet-model/executable-plugins/executable-plugins.mdo Fri Oct 26 09:23:20 2007 @@ -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. +--> <model> <id>executable-plugin</id> <name>ExecutablePlugin</name> Modified: incubator/nmaven/trunk/components/dotnet-model/netdependency/netdependency.mdo URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/netdependency/netdependency.mdo?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/components/dotnet-model/netdependency/netdependency.mdo (original) +++ incubator/nmaven/trunk/components/dotnet-model/netdependency/netdependency.mdo Fri Oct 26 09:23:20 2007 @@ -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. +--> <model> <id>netdependency</id> <name>NetDependency</name> Modified: incubator/nmaven/trunk/components/dotnet-model/settings/settings.mdo URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/settings/settings.mdo?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/components/dotnet-model/settings/settings.mdo (original) +++ incubator/nmaven/trunk/components/dotnet-model/settings/settings.mdo Fri Oct 26 09:23:20 2007 @@ -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. +--> <model> <id>nmaven-settings</id> <name>NMavenSettings</name> Modified: incubator/nmaven/trunk/misc/dotnet-repository-builder/pom-dotnet.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/misc/dotnet-repository-builder/pom-dotnet.xml?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/misc/dotnet-repository-builder/pom-dotnet.xml (original) +++ incubator/nmaven/trunk/misc/dotnet-repository-builder/pom-dotnet.xml Fri Oct 26 09:23:20 2007 @@ -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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> Modified: incubator/nmaven/trunk/misc/dotnet-repository-builder/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/misc/dotnet-repository-builder/pom.xml?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/misc/dotnet-repository-builder/pom.xml (original) +++ incubator/nmaven/trunk/misc/dotnet-repository-builder/pom.xml Fri Oct 26 09:23:20 2007 @@ -1,5 +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. +--> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.dotnet</groupId> Modified: incubator/nmaven/trunk/plugins/maven-fxcop-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/plugins/maven-fxcop-plugin/pom.xml?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/plugins/maven-fxcop-plugin/pom.xml (original) +++ incubator/nmaven/trunk/plugins/maven-fxcop-plugin/pom.xml Fri Oct 26 09:23:20 2007 @@ -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. +--> <project> <parent> Modified: incubator/nmaven/trunk/plugins/maven-webapp-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/plugins/maven-webapp-plugin/pom.xml?rev=588702&r1=588701&r2=588702&view=diff ============================================================================== --- incubator/nmaven/trunk/plugins/maven-webapp-plugin/pom.xml (original) +++ incubator/nmaven/trunk/plugins/maven-webapp-plugin/pom.xml Fri Oct 26 09:23:20 2007 @@ -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. +--> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent>