Repository: maven-wagon Updated Branches: refs/heads/master 201dfff5d -> ac00290dd
added license header Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/ac00290d Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/ac00290d Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/ac00290d Branch: refs/heads/master Commit: ac00290dda49f64229985517d97283f48c61cec3 Parents: 201dfff Author: Hervé Boutemy <[email protected]> Authored: Sat Apr 19 15:31:58 2014 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Sat Apr 19 15:31:58 2014 +0200 ---------------------------------------------------------------------- .../providers/http/HugeFileDownloadTest.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/ac00290d/wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/HugeFileDownloadTest.java ---------------------------------------------------------------------- diff --git a/wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/HugeFileDownloadTest.java b/wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/HugeFileDownloadTest.java index a824f96..941768e 100644 --- a/wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/HugeFileDownloadTest.java +++ b/wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/HugeFileDownloadTest.java @@ -1,5 +1,24 @@ package org.apache.maven.wagon.providers.http; +/* + * 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. + */ + import junit.framework.Assert; import org.apache.maven.wagon.Wagon; import org.apache.maven.wagon.observers.Debug;
