Author: bodewig
Date: Fri Sep 1 11:04:57 2006
New Revision: 439402
URL: http://svn.apache.org/viewvc?rev=439402&view=rev
Log:
copy2license.pl
Modified:
ant/antlibs/svn/trunk/build.xml
ant/antlibs/svn/trunk/src/etc/diff.xsl
ant/antlibs/svn/trunk/src/etc/testcases/abstractsvntask.xml
ant/antlibs/svn/trunk/src/etc/testcases/changelog.xml
ant/antlibs/svn/trunk/src/etc/testcases/revisiondiff.xml
ant/antlibs/svn/trunk/src/etc/testcases/tagdiff.xml
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/AbstractSvnTask.java
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/LineOrientedOutputStream.java
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/Svn.java
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogParser.java
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogTask.java
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogWriter.java
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnDiffHandler.java
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnEntry.java
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnRevisionDiff.java
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnTagDiff.java
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/antlib.xml
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/AbstractSvnTaskTest.java
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnChangeLogTaskTest.java
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnRevisionDiffTest.java
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnTagDiffTest.java
Modified: ant/antlibs/svn/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/build.xml?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/build.xml (original)
+++ ant/antlibs/svn/trunk/build.xml Fri Sep 1 11:04:57 2006
@@ -1,10 +1,11 @@
<?xml version="1.0"?>
<!--
- Copyright 2005 The Apache Software Foundation
-
- Licensed 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
+ 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
Modified: ant/antlibs/svn/trunk/src/etc/diff.xsl
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/etc/diff.xsl?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/etc/diff.xsl (original)
+++ ant/antlibs/svn/trunk/src/etc/diff.xsl Fri Sep 1 11:04:57 2006
@@ -1,18 +1,18 @@
<!--
- Copyright 2005 The Apache Software Foundation
-
- Licensed 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.
-
+ 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.
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Modified: ant/antlibs/svn/trunk/src/etc/testcases/abstractsvntask.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/etc/testcases/abstractsvntask.xml?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/etc/testcases/abstractsvntask.xml (original)
+++ ant/antlibs/svn/trunk/src/etc/testcases/abstractsvntask.xml Fri Sep 1
11:04:57 2006
@@ -1,11 +1,12 @@
<?xml version="1.0"?>
<!--
- Copyright 2005 The Apache Software Foundation
-
- Licensed 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
+ 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
Modified: ant/antlibs/svn/trunk/src/etc/testcases/changelog.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/etc/testcases/changelog.xml?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/etc/testcases/changelog.xml (original)
+++ ant/antlibs/svn/trunk/src/etc/testcases/changelog.xml Fri Sep 1 11:04:57
2006
@@ -1,11 +1,12 @@
<?xml version="1.0"?>
<!--
- Copyright 2005 The Apache Software Foundation
-
- Licensed 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
+ 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
Modified: ant/antlibs/svn/trunk/src/etc/testcases/revisiondiff.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/etc/testcases/revisiondiff.xml?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/etc/testcases/revisiondiff.xml (original)
+++ ant/antlibs/svn/trunk/src/etc/testcases/revisiondiff.xml Fri Sep 1
11:04:57 2006
@@ -1,11 +1,12 @@
<?xml version="1.0"?>
<!--
- Copyright 2005 The Apache Software Foundation
-
- Licensed 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
+ 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
@@ -47,8 +48,8 @@
<style in="${tmpdir}/diff.xml"
out="${tmpdir}/diff.html"
style="src/etc/diff.xsl">
- <param name="title" expression="Jakarta BCEL diff"/>
- <param name="repo"
expression="http://svn.apache.org/repos/asf/jakarta/bcel/trunk"/>
+ <param name="title" expression="svn Antlib diff report"/>
+ <param name="repo"
expression="http://svn.apache.org/repos/asf/ant/antlibs/svn/trunk"/>
</style>
</target>
Modified: ant/antlibs/svn/trunk/src/etc/testcases/tagdiff.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/etc/testcases/tagdiff.xml?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/etc/testcases/tagdiff.xml (original)
+++ ant/antlibs/svn/trunk/src/etc/testcases/tagdiff.xml Fri Sep 1 11:04:57 2006
@@ -1,11 +1,12 @@
<?xml version="1.0"?>
<!--
- Copyright 2005 The Apache Software Foundation
-
- Licensed 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
+ 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
Modified: ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/AbstractSvnTask.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/AbstractSvnTask.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/AbstractSvnTask.java
(original)
+++ ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/AbstractSvnTask.java Fri
Sep 1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified:
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/LineOrientedOutputStream.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/LineOrientedOutputStream.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
---
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/LineOrientedOutputStream.java
(original)
+++
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/LineOrientedOutputStream.java
Fri Sep 1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified: ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/Svn.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/Svn.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/Svn.java (original)
+++ ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/Svn.java Fri Sep 1
11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified:
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogParser.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogParser.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogParser.java
(original)
+++ ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogParser.java
Fri Sep 1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified:
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogTask.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogTask.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogTask.java
(original)
+++ ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogTask.java Fri
Sep 1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified:
ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogWriter.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogWriter.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogWriter.java
(original)
+++ ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnChangeLogWriter.java
Fri Sep 1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified: ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnDiffHandler.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnDiffHandler.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnDiffHandler.java
(original)
+++ ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnDiffHandler.java Fri
Sep 1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified: ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnEntry.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnEntry.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnEntry.java (original)
+++ ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnEntry.java Fri Sep 1
11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified: ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnRevisionDiff.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnRevisionDiff.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnRevisionDiff.java
(original)
+++ ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnRevisionDiff.java Fri
Sep 1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified: ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnTagDiff.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnTagDiff.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnTagDiff.java (original)
+++ ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/SvnTagDiff.java Fri Sep
1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified: ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/antlib.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/antlib.xml?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/antlib.xml (original)
+++ ant/antlibs/svn/trunk/src/main/org/apache/ant/svn/antlib.xml Fri Sep 1
11:04:57 2006
@@ -1,10 +1,11 @@
<?xml version="1.0"?>
<!--
- Copyright 2005 The Apache Software Foundation
-
- Licensed 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
+ 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
Modified:
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/AbstractSvnTaskTest.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/AbstractSvnTaskTest.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
---
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/AbstractSvnTaskTest.java
(original)
+++
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/AbstractSvnTaskTest.java
Fri Sep 1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified:
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnChangeLogTaskTest.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnChangeLogTaskTest.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
---
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnChangeLogTaskTest.java
(original)
+++
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnChangeLogTaskTest.java
Fri Sep 1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified:
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnRevisionDiffTest.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnRevisionDiffTest.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
---
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnRevisionDiffTest.java
(original)
+++
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnRevisionDiffTest.java
Fri Sep 1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
Modified:
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnTagDiffTest.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnTagDiffTest.java?rev=439402&r1=439401&r2=439402&view=diff
==============================================================================
---
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnTagDiffTest.java
(original)
+++
ant/antlibs/svn/trunk/src/tests/junit/org/apache/ant/svn/SvnTagDiffTest.java
Fri Sep 1 11:04:57 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 The Apache Software Foundation
- *
- * Licensed 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
+ * 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
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]