This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-downloader.git
commit 6af1f9bc65c4425ea45c8d43265fa70a36f137e7 Author: Dennis Lundberg <[email protected]> AuthorDate: Wed Jul 24 22:53:58 2013 +0000 Add missing license headers. git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1506772 13f79535-47bb-0310-9956-ffa450edef68 --- .../maven/shared/downloader/DefaultDownloader.java | 19 +++++++++++++++++++ .../maven/shared/downloader/DownloadException.java | 19 +++++++++++++++++++ .../shared/downloader/DownloadNotFoundException.java | 19 +++++++++++++++++++ .../apache/maven/shared/downloader/Downloader.java | 19 +++++++++++++++++++ 4 files changed, 76 insertions(+) diff --git a/src/main/java/org/apache/maven/shared/downloader/DefaultDownloader.java b/src/main/java/org/apache/maven/shared/downloader/DefaultDownloader.java index 44fef76..3e64dd7 100644 --- a/src/main/java/org/apache/maven/shared/downloader/DefaultDownloader.java +++ b/src/main/java/org/apache/maven/shared/downloader/DefaultDownloader.java @@ -1,5 +1,24 @@ package org.apache.maven.shared.downloader; +/* + * 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 java.io.File; import java.util.List; diff --git a/src/main/java/org/apache/maven/shared/downloader/DownloadException.java b/src/main/java/org/apache/maven/shared/downloader/DownloadException.java index 2748b47..f06a9cc 100644 --- a/src/main/java/org/apache/maven/shared/downloader/DownloadException.java +++ b/src/main/java/org/apache/maven/shared/downloader/DownloadException.java @@ -1,5 +1,24 @@ package org.apache.maven.shared.downloader; +/* + * 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. + */ + /** * @author Jason van Zyl */ diff --git a/src/main/java/org/apache/maven/shared/downloader/DownloadNotFoundException.java b/src/main/java/org/apache/maven/shared/downloader/DownloadNotFoundException.java index 938c220..11da37a 100644 --- a/src/main/java/org/apache/maven/shared/downloader/DownloadNotFoundException.java +++ b/src/main/java/org/apache/maven/shared/downloader/DownloadNotFoundException.java @@ -1,5 +1,24 @@ package org.apache.maven.shared.downloader; +/* + * 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. + */ + /** * @author Jason van Zyl */ diff --git a/src/main/java/org/apache/maven/shared/downloader/Downloader.java b/src/main/java/org/apache/maven/shared/downloader/Downloader.java index 1077f0e..f0983fe 100644 --- a/src/main/java/org/apache/maven/shared/downloader/Downloader.java +++ b/src/main/java/org/apache/maven/shared/downloader/Downloader.java @@ -1,5 +1,24 @@ package org.apache.maven.shared.downloader; +/* + * 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 org.apache.maven.artifact.repository.ArtifactRepository; import java.io.File; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
