You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2008/09/23 23:59:48 UTC

svn commit: r698372 - in /ant/ivy/core/branches/2.0.x: ./ doc/samples/ doc/style/ test/java/org/apache/ivy/ant/ test/java/org/apache/ivy/plugins/parser/ test/java/org/apache/ivy/util/url/

Author: maartenc
Date: Tue Sep 23 14:59:47 2008
New Revision: 698372

URL: http://svn.apache.org/viewvc?rev=698372&view=rev
Log:
Added missing licenses (merged from trunk)

Modified:
    ant/ivy/core/branches/2.0.x/   (props changed)
    ant/ivy/core/branches/2.0.x/doc/samples/apache-hello-ivy-default.html
    ant/ivy/core/branches/2.0.x/doc/style/tree.css
    ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/ant/ivy-dyn-evicted.xml
    ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/ant/ivy-dyn-evicted2.xml
    ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/plugins/parser/nores
    ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/archiva-listing.html
    ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/fixed-archiva-listing.html
    ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/maven-proxy-listing.html

Propchange: ant/ivy/core/branches/2.0.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Sep 23 14:59:47 2008
@@ -1 +1 @@
-/ant/ivy/core/trunk:695737,696014-696031,698324,698345
+/ant/ivy/core/trunk:695737,696014-696031,698324,698345,698354,698364

Modified: ant/ivy/core/branches/2.0.x/doc/samples/apache-hello-ivy-default.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.x/doc/samples/apache-hello-ivy-default.html?rev=698372&r1=698371&r2=698372&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.x/doc/samples/apache-hello-ivy-default.html (original)
+++ ant/ivy/core/branches/2.0.x/doc/samples/apache-hello-ivy-default.html Tue Sep 23 14:59:47 2008
@@ -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.    
+-->
 <html>
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: ant/ivy/core/branches/2.0.x/doc/style/tree.css
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.x/doc/style/tree.css?rev=698372&r1=698371&r2=698372&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.x/doc/style/tree.css (original)
+++ ant/ivy/core/branches/2.0.x/doc/style/tree.css Tue Sep 23 14:59:47 2008
@@ -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.
+ *
+ */
+
 .treeview ul{ 
 margin: 0;
 padding: 0;

Modified: ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/ant/ivy-dyn-evicted.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/ant/ivy-dyn-evicted.xml?rev=698372&r1=698371&r2=698372&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/ant/ivy-dyn-evicted.xml (original)
+++ ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/ant/ivy-dyn-evicted.xml Tue Sep 23 14:59:47 2008
@@ -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.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-latest"

Modified: ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/ant/ivy-dyn-evicted2.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/ant/ivy-dyn-evicted2.xml?rev=698372&r1=698371&r2=698372&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/ant/ivy-dyn-evicted2.xml (original)
+++ ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/ant/ivy-dyn-evicted2.xml Tue Sep 23 14:59:47 2008
@@ -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.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-latest"

Modified: ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/plugins/parser/nores
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/plugins/parser/nores?rev=698372&r1=698371&r2=698372&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/plugins/parser/nores (original)
+++ ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/plugins/parser/nores Tue Sep 23 14:59:47 2008
@@ -0,0 +1,18 @@
+<!--
+   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.    
+-->

Modified: ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/archiva-listing.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/archiva-listing.html?rev=698372&r1=698371&r2=698372&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/archiva-listing.html (original)
+++ ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/archiva-listing.html Tue Sep 23 14:59:47 2008
@@ -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.    
+-->
 <html>
 <head>
 <title>Collection: /ant/ant/</title>

Modified: ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/fixed-archiva-listing.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/fixed-archiva-listing.html?rev=698372&r1=698371&r2=698372&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/fixed-archiva-listing.html (original)
+++ ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/fixed-archiva-listing.html Tue Sep 23 14:59:47 2008
@@ -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.    
+-->
 <html>
 <head>
 <title>Collection: /ant/ant/</title>

Modified: ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/maven-proxy-listing.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/maven-proxy-listing.html?rev=698372&r1=698371&r2=698372&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/maven-proxy-listing.html (original)
+++ ant/ivy/core/branches/2.0.x/test/java/org/apache/ivy/util/url/maven-proxy-listing.html Tue Sep 23 14:59:47 2008
@@ -1,6 +1,24 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+   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.    
+-->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <title>maven-proxy - /ant/ant/</title>