From 7d56a1ee48ca7daefa4f220c1b49c36b70e23b0b Mon Sep 17 00:00:00 2001 From: Kabir Khan Date: Wed, 12 Jun 2024 12:17:31 +0200 Subject: [PATCH] [WFCORE-6750] Fix copyright and a few typos --- .../annotation/api/indexer/main/module.xml | 18 ++---------------- .../UnstableApiAnnotationService.java | 18 ++---------------- .../ReportUnstableApiAnnotationsProcessor.java | 18 ++---------------- .../ScanUnstableApiAnnotationsProcessor.java | 18 ++---------------- .../UnstableApiAnnotationAttachments.java | 18 ++---------------- .../management/LocalDescriptions.properties | 4 ++-- .../main/resources/configs/domain/model.xml | 9 --------- .../resources/configs/standalone/model.xml | 8 -------- .../UnstableAnnotationApiTestLogger.java | 18 ++---------------- .../classes/api/AnnotatedAnnotation.java | 18 ++---------------- .../api/TestClassWithAnnotatedField.java | 18 ++---------------- .../api/TestClassWithAnnotatedMethod.java | 18 ++---------------- .../api/TestClassWithAnnotationForExtends.java | 18 ++---------------- .../api/TestClassWithAnnotationForUsage.java | 18 ++---------------- .../api/TestInterfaceWithAnnotation.java | 18 ++---------------- .../api/annotation/classes/api/Unstable.java | 18 ++---------------- ...leApiAnnotationTestDependencyProcessor.java | 18 ++---------------- .../UnstableApiAnnotationTestExtension.java | 18 ++---------------- ...leApiAnnotationTestSubsystemDefinition.java | 18 ++---------------- ...leApiAnnotationTestSubsystemParser_1_0.java | 18 ++---------------- .../subsystem/LocalDescriptions.properties | 18 ++---------------- .../UnstableApiAnnotationScannerTestCase.java | 18 ++---------------- .../classes/AnnotatedAnnotationUsage.java | 18 ++---------------- .../classes/AnnotatedClassExtendsUsage.java | 18 ++---------------- .../reporter/classes/AnnotatedClassUsage.java | 18 ++---------------- .../reporter/classes/AnnotatedFieldUsage.java | 18 ++---------------- .../AnnotatedInterfaceImplementsUsage.java | 18 ++---------------- .../reporter/classes/AnnotatedMethodUsage.java | 18 ++---------------- 28 files changed, 52 insertions(+), 419 deletions(-) diff --git a/core-feature-pack/common/src/main/resources/modules/system/layers/base/org/wildfly/unstable/annotation/api/indexer/main/module.xml b/core-feature-pack/common/src/main/resources/modules/system/layers/base/org/wildfly/unstable/annotation/api/indexer/main/module.xml index 585a292756a..fa695d6c9fa 100644 --- a/core-feature-pack/common/src/main/resources/modules/system/layers/base/org/wildfly/unstable/annotation/api/indexer/main/module.xml +++ b/core-feature-pack/common/src/main/resources/modules/system/layers/base/org/wildfly/unstable/annotation/api/indexer/main/module.xml @@ -1,22 +1,8 @@ diff --git a/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/UnstableApiAnnotationService.java b/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/UnstableApiAnnotationService.java index 3299d829607..3546f12fe6d 100644 --- a/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/UnstableApiAnnotationService.java +++ b/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/UnstableApiAnnotationService.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.extension.core.management; diff --git a/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/ReportUnstableApiAnnotationsProcessor.java b/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/ReportUnstableApiAnnotationsProcessor.java index 5f19bad0ace..77be273fc16 100644 --- a/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/ReportUnstableApiAnnotationsProcessor.java +++ b/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/ReportUnstableApiAnnotationsProcessor.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.extension.core.management.deployment; diff --git a/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/ScanUnstableApiAnnotationsProcessor.java b/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/ScanUnstableApiAnnotationsProcessor.java index 101fe210b33..a8fe09622a6 100644 --- a/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/ScanUnstableApiAnnotationsProcessor.java +++ b/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/ScanUnstableApiAnnotationsProcessor.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.extension.core.management.deployment; diff --git a/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/UnstableApiAnnotationAttachments.java b/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/UnstableApiAnnotationAttachments.java index e83d5d8f29c..e3218dc28ba 100644 --- a/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/UnstableApiAnnotationAttachments.java +++ b/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/deployment/UnstableApiAnnotationAttachments.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.extension.core.management.deployment; diff --git a/core-management/core-management-subsystem/src/main/resources/org/wildfly/extension/core/management/LocalDescriptions.properties b/core-management/core-management-subsystem/src/main/resources/org/wildfly/extension/core/management/LocalDescriptions.properties index 37d1344d6df..5ed40797c43 100644 --- a/core-management/core-management-subsystem/src/main/resources/org/wildfly/extension/core/management/LocalDescriptions.properties +++ b/core-management/core-management-subsystem/src/main/resources/org/wildfly/extension/core/management/LocalDescriptions.properties @@ -16,10 +16,10 @@ core-management.configuration-changes.remove=Remove the configuration changes an core-management.configuration-changes.max-history=The maximum number of configuration changes stored in history. core-management.configuration-changes.list-changes=List the last configuration changes. -core-management.unstable-api-annotations=Service to configure how we deal with finding annotations indicating unstable api in user code. +core-management.unstable-api-annotations=Service to configure how we deal with finding annotations indicating unstable API in user code. core-management.unstable-api-annotations.add=Add the history for configuration changes. core-management.unstable-api-annotations.remove=Remove the configuration changes and clear the history. -core-management.unstable-api-annotations.level=Whether to throw an error or log a warning if annotations indicating unstable api. +core-management.unstable-api-annotations.level=Whether to throw an error or log a warning if annotations indicating unstable API. core-management.process-state-listener=Process state listener. core-management.process-state-listener.add=Add the process-state-listener service. diff --git a/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/configs/domain/model.xml b/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/configs/domain/model.xml index d59f12f6ce8..0c9a627fa34 100644 --- a/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/configs/domain/model.xml +++ b/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/configs/domain/model.xml @@ -19,14 +19,5 @@ - diff --git a/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/configs/standalone/model.xml b/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/configs/standalone/model.xml index b79111d5ec0..dfe41dab468 100644 --- a/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/configs/standalone/model.xml +++ b/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/configs/standalone/model.xml @@ -20,13 +20,5 @@ - diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/_private/UnstableAnnotationApiTestLogger.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/_private/UnstableAnnotationApiTestLogger.java index 0caaf4cb856..49ea16e7d24 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/_private/UnstableAnnotationApiTestLogger.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/_private/UnstableAnnotationApiTestLogger.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes._private; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/AnnotatedAnnotation.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/AnnotatedAnnotation.java index bfea4ed3b54..f424dd8b0d7 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/AnnotatedAnnotation.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/AnnotatedAnnotation.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes.api; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotatedField.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotatedField.java index 8a668e3fcad..02976461d5a 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotatedField.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotatedField.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes.api; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotatedMethod.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotatedMethod.java index 5dbb683637c..cc8c8cc7ccf 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotatedMethod.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotatedMethod.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes.api; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotationForExtends.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotationForExtends.java index 75e30862c51..aba3b2eca86 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotationForExtends.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotationForExtends.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes.api; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotationForUsage.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotationForUsage.java index f24390946c5..0b5c827a472 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotationForUsage.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestClassWithAnnotationForUsage.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes.api; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestInterfaceWithAnnotation.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestInterfaceWithAnnotation.java index bf02bfc2e2e..891f1d38ecc 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestInterfaceWithAnnotation.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/TestInterfaceWithAnnotation.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes.api; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/Unstable.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/Unstable.java index 390cc16ec57..2c08a5d6f4a 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/Unstable.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/api/Unstable.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes.api; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestDependencyProcessor.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestDependencyProcessor.java index 35d923171c7..6667fbb5a67 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestDependencyProcessor.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestDependencyProcessor.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes.subsystem; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestExtension.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestExtension.java index 47a6cbe3e2a..cb252b29149 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestExtension.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestExtension.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes.subsystem; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestSubsystemDefinition.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestSubsystemDefinition.java index bb2e2d82137..10807f7ce28 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestSubsystemDefinition.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestSubsystemDefinition.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes.subsystem; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestSubsystemParser_1_0.java b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestSubsystemParser_1_0.java index b27cf0bd2bf..e6491612060 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestSubsystemParser_1_0.java +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/java/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/UnstableApiAnnotationTestSubsystemParser_1_0.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.classes.subsystem; diff --git a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/resources/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/LocalDescriptions.properties b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/resources/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/LocalDescriptions.properties index 174627837a2..e95404c5de2 100644 --- a/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/resources/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/LocalDescriptions.properties +++ b/testsuite/unstable-api-annotation/feature-pack/subsystem/src/main/resources/org/wildfly/core/test/unstable/api/annotation/classes/subsystem/LocalDescriptions.properties @@ -1,20 +1,6 @@ # -# JBoss, Home of Professional Open Source. -# Copyright 2024 Red Hat, Inc., and individual contributors -# as indicated by the @author tags. -# -# 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 WildFly Authors +# SPDX-License-Identifier: Apache-2.0 # unstable-api-annotation-test=The Unstable API Annotation Test subsystem diff --git a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/UnstableApiAnnotationScannerTestCase.java b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/UnstableApiAnnotationScannerTestCase.java index b7d233341b7..7d6caf9488f 100644 --- a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/UnstableApiAnnotationScannerTestCase.java +++ b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/UnstableApiAnnotationScannerTestCase.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.reporter; diff --git a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedAnnotationUsage.java b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedAnnotationUsage.java index 54d3eb3ac07..a7fb3d13a17 100644 --- a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedAnnotationUsage.java +++ b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedAnnotationUsage.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.reporter.classes; diff --git a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedClassExtendsUsage.java b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedClassExtendsUsage.java index d0d51245538..5b3dc407fee 100644 --- a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedClassExtendsUsage.java +++ b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedClassExtendsUsage.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.reporter.classes; diff --git a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedClassUsage.java b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedClassUsage.java index 25913e2d612..fb1b61ba082 100644 --- a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedClassUsage.java +++ b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedClassUsage.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.reporter.classes; diff --git a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedFieldUsage.java b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedFieldUsage.java index 529854bd39a..29855bf8daf 100644 --- a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedFieldUsage.java +++ b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedFieldUsage.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.reporter.classes; diff --git a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedInterfaceImplementsUsage.java b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedInterfaceImplementsUsage.java index 8ee023e7c92..50a530cb649 100644 --- a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedInterfaceImplementsUsage.java +++ b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedInterfaceImplementsUsage.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.reporter.classes; diff --git a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedMethodUsage.java b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedMethodUsage.java index 36f3762d40d..f6107bb3d54 100644 --- a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedMethodUsage.java +++ b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/classes/AnnotatedMethodUsage.java @@ -1,20 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2024 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. - * - * 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 WildFly Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.wildfly.core.test.unstable.api.annotation.reporter.classes;