Skip to content

Commit

Permalink
Correct licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinesd committed Mar 25, 2024
1 parent 968ccc8 commit ec74d8c
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
@@ -1,3 +1,10 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright The original authors
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package com.example;

import org.jboss.logging.Logger;
Expand Down
7 changes: 7 additions & 0 deletions integrationtest/cdi/src/main/java/com/example/Logged.java
@@ -1,3 +1,10 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright The original authors
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package com.example;

import java.lang.annotation.Retention;
Expand Down
@@ -1,3 +1,10 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright The original authors
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package com.example;

import org.jboss.logging.Logger;
Expand Down
@@ -1,3 +1,10 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright The original authors
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package com.example;

import jakarta.enterprise.inject.se.SeContainerInitializer;
Expand Down
7 changes: 7 additions & 0 deletions integrationtest/cdi/src/main/java/com/example/SimpleBean.java
@@ -1,3 +1,10 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright The original authors
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package com.example;

import jakarta.enterprise.context.ApplicationScoped;
Expand Down

0 comments on commit ec74d8c

Please sign in to comment.