You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2009/12/09 17:28:14 UTC

svn commit: r888859 - in /subversion/trunk/build/hudson/jobs: subversion-1.6.x-solaris/ subversion-1.6.x-ubuntu/ subversion-doxygen/ subversion-javadoc/ subversion-trunk-solaris/ subversion-trunk-ubuntu/

Author: hwright
Date: Wed Dec  9 16:28:14 2009
New Revision: 888859

URL: http://svn.apache.org/viewvc?rev=888859&view=rev
Log:
More license cleanup.

* build/hudson/jobs/subversion-trunk-ubuntu/config.xml,
  build/hudson/jobs/subversion-1.6.x-solaris/config.xml,
  build/hudson/jobs/subversion-javadoc/config.xml,
  build/hudson/jobs/subversion-1.6.x-ubuntu/config.xml,
  build/hudson/jobs/subversion-trunk-solaris/config.xml,
  build/hudson/jobs/subversion-doxygen/config.xml:
    Add ALv2 blurb.

Modified:
    subversion/trunk/build/hudson/jobs/subversion-1.6.x-solaris/config.xml
    subversion/trunk/build/hudson/jobs/subversion-1.6.x-ubuntu/config.xml
    subversion/trunk/build/hudson/jobs/subversion-doxygen/config.xml
    subversion/trunk/build/hudson/jobs/subversion-javadoc/config.xml
    subversion/trunk/build/hudson/jobs/subversion-trunk-solaris/config.xml
    subversion/trunk/build/hudson/jobs/subversion-trunk-ubuntu/config.xml

Modified: subversion/trunk/build/hudson/jobs/subversion-1.6.x-solaris/config.xml
URL: http://svn.apache.org/viewvc/subversion/trunk/build/hudson/jobs/subversion-1.6.x-solaris/config.xml?rev=888859&r1=888858&r2=888859&view=diff
==============================================================================
--- subversion/trunk/build/hudson/jobs/subversion-1.6.x-solaris/config.xml (original)
+++ subversion/trunk/build/hudson/jobs/subversion-1.6.x-solaris/config.xml Wed Dec  9 16:28:14 2009
@@ -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>
   <actions/>
   <description>Build Subversion from 1.6.x branch on Solaris10 system</description>
@@ -84,4 +102,4 @@
     </hudson.tasks.Mailer>
   </publishers>
   <buildWrappers/>
-</project>
\ No newline at end of file
+</project>

Modified: subversion/trunk/build/hudson/jobs/subversion-1.6.x-ubuntu/config.xml
URL: http://svn.apache.org/viewvc/subversion/trunk/build/hudson/jobs/subversion-1.6.x-ubuntu/config.xml?rev=888859&r1=888858&r2=888859&view=diff
==============================================================================
--- subversion/trunk/build/hudson/jobs/subversion-1.6.x-ubuntu/config.xml (original)
+++ subversion/trunk/build/hudson/jobs/subversion-1.6.x-ubuntu/config.xml Wed Dec  9 16:28:14 2009
@@ -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>
   <actions/>
   <description>Build Subversion from 1.6.x branch on Ubuntu system</description>

Modified: subversion/trunk/build/hudson/jobs/subversion-doxygen/config.xml
URL: http://svn.apache.org/viewvc/subversion/trunk/build/hudson/jobs/subversion-doxygen/config.xml?rev=888859&r1=888858&r2=888859&view=diff
==============================================================================
--- subversion/trunk/build/hudson/jobs/subversion-doxygen/config.xml (original)
+++ subversion/trunk/build/hudson/jobs/subversion-doxygen/config.xml Wed Dec  9 16:28:14 2009
@@ -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>
   <actions/>
   <description>Build Subversion doxygen doc from &quot;trunk&quot; branch</description>
@@ -68,4 +86,4 @@
     </hudson.tasks.JavadocArchiver>
   </publishers>
   <buildWrappers/>
-</project>
\ No newline at end of file
+</project>

Modified: subversion/trunk/build/hudson/jobs/subversion-javadoc/config.xml
URL: http://svn.apache.org/viewvc/subversion/trunk/build/hudson/jobs/subversion-javadoc/config.xml?rev=888859&r1=888858&r2=888859&view=diff
==============================================================================
--- subversion/trunk/build/hudson/jobs/subversion-javadoc/config.xml (original)
+++ subversion/trunk/build/hudson/jobs/subversion-javadoc/config.xml Wed Dec  9 16:28:14 2009
@@ -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>
   <actions/>
   <description>Build Subversion javadoc from &quot;trunk&quot; branch</description>
@@ -68,4 +86,4 @@
     </hudson.tasks.JavadocArchiver>
   </publishers>
   <buildWrappers/>
-</project>
\ No newline at end of file
+</project>

Modified: subversion/trunk/build/hudson/jobs/subversion-trunk-solaris/config.xml
URL: http://svn.apache.org/viewvc/subversion/trunk/build/hudson/jobs/subversion-trunk-solaris/config.xml?rev=888859&r1=888858&r2=888859&view=diff
==============================================================================
--- subversion/trunk/build/hudson/jobs/subversion-trunk-solaris/config.xml (original)
+++ subversion/trunk/build/hudson/jobs/subversion-trunk-solaris/config.xml Wed Dec  9 16:28:14 2009
@@ -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>
   <actions/>
   <description>Build Subversion from &quot;trunk&quot; branch on Solaris10 system</description>
@@ -81,4 +99,4 @@
     </hudson.tasks.Mailer>
   </publishers>
   <buildWrappers/>
-</project>
\ No newline at end of file
+</project>

Modified: subversion/trunk/build/hudson/jobs/subversion-trunk-ubuntu/config.xml
URL: http://svn.apache.org/viewvc/subversion/trunk/build/hudson/jobs/subversion-trunk-ubuntu/config.xml?rev=888859&r1=888858&r2=888859&view=diff
==============================================================================
--- subversion/trunk/build/hudson/jobs/subversion-trunk-ubuntu/config.xml (original)
+++ subversion/trunk/build/hudson/jobs/subversion-trunk-ubuntu/config.xml Wed Dec  9 16:28:14 2009
@@ -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>
   <actions/>
   <description>Build Subversion from &quot;trunk&quot; branch on Ubuntu system</description>
@@ -81,4 +99,4 @@
     </hudson.tasks.Mailer>
   </publishers>
   <buildWrappers/>
-</project>
\ No newline at end of file
+</project>