Skip to content

Commit 1e54966

Browse files
Remove duplicate license headers
1 parent 6e9ac4b commit 1e54966

27 files changed

+0
-512
lines changed

src/main/java/org/apache/maven/plugins/invoker/AbstractInvokerMojo.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import java.io.BufferedWriter;
4122
import java.io.File;
4223
import java.io.FileInputStream;

src/main/java/org/apache/maven/plugins/invoker/CompositeMap.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import java.util.Collection;
4122
import java.util.HashMap;
4223
import java.util.Map;

src/main/java/org/apache/maven/plugins/invoker/FileLogger.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import java.io.File;
4122
import java.io.IOException;
4223

src/main/java/org/apache/maven/plugins/invoker/InstallMojo.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import java.io.File;
4122
import java.io.IOException;
4223
import java.util.Collection;

src/main/java/org/apache/maven/plugins/invoker/IntegrationTestMojo.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import org.apache.maven.plugin.MojoFailureException;
4122
import org.apache.maven.plugins.annotations.LifecyclePhase;
4223
import org.apache.maven.plugins.annotations.Mojo;

src/main/java/org/apache/maven/plugins/invoker/InvokerMojo.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import org.apache.maven.plugin.MojoFailureException;
4122
import org.apache.maven.plugins.annotations.LifecyclePhase;
4223
import org.apache.maven.plugins.annotations.Mojo;

src/main/java/org/apache/maven/plugins/invoker/InvokerProperties.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import java.io.File;
4122
import java.util.Arrays;
4223
import java.util.Collection;

src/main/java/org/apache/maven/plugins/invoker/InvokerReport.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
3921

4022
import java.io.File;
4123
import java.io.IOException;

src/main/java/org/apache/maven/plugins/invoker/InvokerSession.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import java.io.File;
4122
import java.io.FileReader;
4223
import java.io.IOException;

src/main/java/org/apache/maven/plugins/invoker/InvokerToolchain.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import java.util.HashMap;
4122
import java.util.Map;
4223

src/main/java/org/apache/maven/plugins/invoker/JobExecutor.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import java.util.LinkedHashMap;
4122
import java.util.List;
4223
import java.util.Map;

src/main/java/org/apache/maven/plugins/invoker/MetadataUtils.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import java.io.File;
4122
import java.io.IOException;
4223
import java.io.Reader;

src/main/java/org/apache/maven/plugins/invoker/PomUtils.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import java.io.File;
4122
import java.io.IOException;
4223
import java.io.Reader;

src/main/java/org/apache/maven/plugins/invoker/ReportUtils.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
import java.io.File;
4122
import java.io.FilenameFilter;
4223

src/main/java/org/apache/maven/plugins/invoker/RunFailureException.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugins.invoker;
2020

21-
/*
22-
* Licensed to the Apache Software Foundation (ASF) under one
23-
* or more contributor license agreements. See the NOTICE file
24-
* distributed with this work for additional information
25-
* regarding copyright ownership. The ASF licenses this file
26-
* to you under the Apache License, Version 2.0 (the
27-
* "License"); you may not use this file except in compliance
28-
* with the License. You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing,
33-
* software distributed under the License is distributed on an
34-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35-
* KIND, either express or implied. See the License for the
36-
* specific language governing permissions and limitations
37-
* under the License.
38-
*/
39-
4021
/**
4122
* Provide an error during test invocation.
4223
*

0 commit comments

Comments
 (0)