Skip to content

Commit 6669b03

Browse files
[SUREFIRE-2150] Remove duplicate license headers
1 parent c6ccef3 commit 6669b03

File tree

434 files changed

+1
-8228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

434 files changed

+1
-8228
lines changed

maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.failsafe;
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.Arrays;

maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.failsafe;
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.Collection;
4223

maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/util/FailsafeSummaryXmlUtils.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.failsafe.util;
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 javax.xml.xpath.XPath;
4122
import javax.xml.xpath.XPathFactory;
4223

maven-failsafe-plugin/src/test/java/org/apache/maven/plugin/failsafe/IntegrationTestMojoTest.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.failsafe;
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

maven-failsafe-plugin/src/test/java/org/apache/maven/plugin/failsafe/JUnit4SuiteTest.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.failsafe;
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 junit.framework.JUnit4TestAdapter;
4122
import junit.framework.Test;
4223
import org.junit.runner.RunWith;

maven-failsafe-plugin/src/test/java/org/apache/maven/plugin/failsafe/MarshallerUnmarshallerTest.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.failsafe;
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

4223
import org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils;

maven-failsafe-plugin/src/test/java/org/apache/maven/plugin/failsafe/RunResultTest.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.failsafe;
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

4223
import org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils;

maven-failsafe-plugin/src/test/java/org/apache/maven/plugin/failsafe/VerifyMojoTest.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.failsafe;
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.UnsupportedEncodingException;
4223
import java.net.URL;

maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/output/ForkedProcessEventListener.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.surefire.booterclient.output;
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
* @author <a href="mailto:tibordigana@apache.org">Tibor Digana (tibor17)</a>
4223
* @since 3.0.0-M4

maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/output/ForkedProcessStringEventListener.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.surefire.booterclient.output;
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
* @author <a href="mailto:tibordigana@apache.org">Tibor Digana (tibor17)</a>
4223
* @since 3.0.0-M4

maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/output/NativeStdErrStreamConsumer.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.surefire.booterclient.output;
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 javax.annotation.Nonnull;
4122

4223
import org.apache.maven.surefire.extensions.EventHandler;

maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/output/NativeStdOutStreamConsumer.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.surefire.booterclient.output;
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 javax.annotation.Nonnull;
4122

4223
import org.apache.maven.surefire.extensions.EventHandler;

maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/NullStatelessXmlReporter.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.surefire.report;
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
* FileReporter doing nothing rather than using null.
4223
*

maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/ReportEntryType.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.plugin.surefire.report;
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
* Type of an entry in the report
4223
*

maven-surefire-common/src/main/java/org/apache/maven/surefire/providerapi/ConfigurableProviderInfo.java

-19
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
*/
1919
package org.apache.maven.surefire.providerapi;
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
* @author Kristian Rosenvold
4223
*/

0 commit comments

Comments
 (0)