Author: bodewig
Date: Fri Sep 1 11:17:26 2006
New Revision: 439411
URL: http://svn.apache.org/viewvc?rev=439411&view=rev
Log:
copy2license.pl
Modified:
ant/sandbox/antlibs/http/trunk/NOTICE
ant/sandbox/antlibs/http/trunk/src/etc/testcases/http/base.xml
ant/sandbox/antlibs/http/trunk/src/etc/testcases/http/getTest.xml
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/Base64Encode.java
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/ContentGuesser.java
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/Hostname.java
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpAuthenticationStrategy.java
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpBasicAuth.java
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpGet.java
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpHead.java
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpPost.java
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpRequestParameter.java
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpTask.java
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/NullOutputStream.java
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/antlib.xml
ant/sandbox/antlibs/http/trunk/src/war/resources/error.jsp
Modified: ant/sandbox/antlibs/http/trunk/NOTICE
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/NOTICE?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/NOTICE (original)
+++ ant/sandbox/antlibs/http/trunk/NOTICE Fri Sep 1 11:17:26 2006
@@ -4,7 +4,7 @@
=========================================================================
Apache HTTP Ant Library
- Copyright 2006 The Apache Software Foundation
+ Copyright 2001-2006 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Modified: ant/sandbox/antlibs/http/trunk/src/etc/testcases/http/base.xml
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/etc/testcases/http/base.xml?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/etc/testcases/http/base.xml (original)
+++ ant/sandbox/antlibs/http/trunk/src/etc/testcases/http/base.xml Fri Sep 1
11:17:26 2006
@@ -1,11 +1,12 @@
<?xml version="1.0"?>
<!--
- Copyright 2006 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/sandbox/antlibs/http/trunk/src/etc/testcases/http/getTest.xml
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/etc/testcases/http/getTest.xml?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/etc/testcases/http/getTest.xml (original)
+++ ant/sandbox/antlibs/http/trunk/src/etc/testcases/http/getTest.xml Fri Sep
1 11:17:26 2006
@@ -1,11 +1,12 @@
<?xml version="1.0"?>
<!--
- Copyright 2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/Base64Encode.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/Base64Encode.java?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
---
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/Base64Encode.java
(original)
+++
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/Base64Encode.java
Fri Sep 1 11:17:26 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/ContentGuesser.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/ContentGuesser.java?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
---
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/ContentGuesser.java
(original)
+++
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/ContentGuesser.java
Fri Sep 1 11:17:26 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/Hostname.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/Hostname.java?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/Hostname.java
(original)
+++ ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/Hostname.java
Fri Sep 1 11:17:26 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpAuthenticationStrategy.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpAuthenticationStrategy.java?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
---
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpAuthenticationStrategy.java
(original)
+++
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpAuthenticationStrategy.java
Fri Sep 1 11:17:26 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpBasicAuth.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpBasicAuth.java?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
---
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpBasicAuth.java
(original)
+++
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpBasicAuth.java
Fri Sep 1 11:17:26 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpGet.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpGet.java?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpGet.java
(original)
+++ ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpGet.java
Fri Sep 1 11:17:26 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpHead.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpHead.java?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpHead.java
(original)
+++ ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpHead.java
Fri Sep 1 11:17:26 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpPost.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpPost.java?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpPost.java
(original)
+++ ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpPost.java
Fri Sep 1 11:17:26 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpRequestParameter.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpRequestParameter.java?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
---
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpRequestParameter.java
(original)
+++
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpRequestParameter.java
Fri Sep 1 11:17:26 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpTask.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpTask.java?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpTask.java
(original)
+++ ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/HttpTask.java
Fri Sep 1 11:17:26 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/NullOutputStream.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/NullOutputStream.java?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
---
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/NullOutputStream.java
(original)
+++
ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/NullOutputStream.java
Fri Sep 1 11:17:26 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2006 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/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/antlib.xml
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/antlib.xml?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/antlib.xml
(original)
+++ ant/sandbox/antlibs/http/trunk/src/main/org/apache/ant/http/antlib.xml Fri
Sep 1 11:17:26 2006
@@ -1,10 +1,11 @@
<?xml version="1.0"?>
<!--
- Copyright 2006 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/sandbox/antlibs/http/trunk/src/war/resources/error.jsp
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/war/resources/error.jsp?rev=439411&r1=439410&r2=439411&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/war/resources/error.jsp (original)
+++ ant/sandbox/antlibs/http/trunk/src/war/resources/error.jsp Fri Sep 1
11:17:26 2006
@@ -1,9 +1,10 @@
<%--
- * Copyright 2001-2006 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]