diff --git a/pom.xml b/pom.xml index 8fef7ba..e7d95d5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,9 @@ + + diff --git a/src/main/java/org/jboss/arquillian/testcontainers/TestContainer.java b/src/main/java/org/jboss/arquillian/testcontainers/TestContainer.java index 690acdb..af4d009 100644 --- a/src/main/java/org/jboss/arquillian/testcontainers/TestContainer.java +++ b/src/main/java/org/jboss/arquillian/testcontainers/TestContainer.java @@ -1,18 +1,6 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2024 Red Hat Inc. and/or its affiliates and other contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * Licensed 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. + * Copyright The Arquillian Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.arquillian.testcontainers; diff --git a/src/main/java/org/jboss/arquillian/testcontainers/TestContainerProvider.java b/src/main/java/org/jboss/arquillian/testcontainers/TestContainerProvider.java index 538e355..865d8b8 100644 --- a/src/main/java/org/jboss/arquillian/testcontainers/TestContainerProvider.java +++ b/src/main/java/org/jboss/arquillian/testcontainers/TestContainerProvider.java @@ -1,18 +1,6 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2024 Red Hat Inc. and/or its affiliates and other contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * Licensed 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. + * Copyright The Arquillian Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.arquillian.testcontainers; diff --git a/src/main/java/org/jboss/arquillian/testcontainers/TestContainersExtension.java b/src/main/java/org/jboss/arquillian/testcontainers/TestContainersExtension.java index 1cb4966..34cc0da 100644 --- a/src/main/java/org/jboss/arquillian/testcontainers/TestContainersExtension.java +++ b/src/main/java/org/jboss/arquillian/testcontainers/TestContainersExtension.java @@ -1,18 +1,6 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2024 Red Hat Inc. and/or its affiliates and other contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * Licensed 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. + * Copyright The Arquillian Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.arquillian.testcontainers; diff --git a/src/main/java/org/jboss/arquillian/testcontainers/TestContainersObserver.java b/src/main/java/org/jboss/arquillian/testcontainers/TestContainersObserver.java index 8d0df51..941bf5d 100644 --- a/src/main/java/org/jboss/arquillian/testcontainers/TestContainersObserver.java +++ b/src/main/java/org/jboss/arquillian/testcontainers/TestContainersObserver.java @@ -1,18 +1,6 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2024 Red Hat Inc. and/or its affiliates and other contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * Licensed 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. + * Copyright The Arquillian Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.arquillian.testcontainers;