Skip to content

Commit

Permalink
Add missing copyright header to InvokerFactory.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Jan 31, 2024
1 parent 032bfb6 commit a719623
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2024 Red Hat and others
*
* This program and the accompanying materials are made available under the
* Apache Software License 2.0 which is available at:
* https://www.apache.org/licenses/LICENSE-2.0.
*
* SPDX-License-Identifier: Apache-2.0
*/

package jakarta.enterprise.inject.build.compatible.spi;

import jakarta.enterprise.invoke.InvokerBuilder;
Expand Down

0 comments on commit a719623

Please sign in to comment.