Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
updated license headers
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1067405 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
hboutemy committed Feb 5, 2011
1 parent 2059dcf commit 84ae833
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 8 deletions.
@@ -1,3 +1,5 @@
package org.apache.maven.shared.repository;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -16,7 +18,6 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.maven.shared.repository;

import org.apache.maven.artifact.Artifact;
import org.apache.maven.artifact.ArtifactUtils;
Expand Down
@@ -1,3 +1,5 @@
package org.apache.maven.shared.repository;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -16,7 +18,6 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.maven.shared.repository;

import java.io.File;

Expand Down
@@ -1,3 +1,5 @@
package org.apache.maven.shared.repository;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -16,7 +18,6 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.maven.shared.repository;

/**
* @author Jason van Zyl
Expand Down
@@ -1,3 +1,5 @@
package org.apache.maven.shared.repository;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -16,7 +18,6 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.maven.shared.repository;

import org.apache.maven.artifact.repository.ArtifactRepository;
import org.apache.maven.project.MavenProject;
Expand Down
@@ -1,3 +1,5 @@
package org.apache.maven.shared.repository.model;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -16,7 +18,6 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.maven.shared.repository.model;

import org.apache.maven.artifact.Artifact;

Expand Down
@@ -1,3 +1,5 @@
package org.apache.maven.shared.repository.model;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -16,7 +18,6 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.maven.shared.repository.model;

import java.util.List;

Expand Down
@@ -1,3 +1,5 @@
package org.apache.maven.shared.repository.model;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -16,7 +18,6 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.maven.shared.repository.model;

import java.util.List;

Expand Down
@@ -1,3 +1,5 @@
package org.apache.maven.shared.repository.utils;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -16,7 +18,6 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.maven.shared.repository.utils;

import java.io.File;
import java.io.FileInputStream;
Expand Down
@@ -1,5 +1,24 @@
package org.apache.maven.shared.repository;

/*
* 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.Artifact;
import org.apache.maven.artifact.factory.ArtifactFactory;
import org.apache.maven.artifact.metadata.ArtifactMetadataSource;
Expand Down
@@ -1,5 +1,24 @@
package org.apache.maven.shared.repository;

/*
* 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 org.apache.maven.project.MavenProject;

Expand Down

0 comments on commit 84ae833

Please sign in to comment.