Skip to content

Commit 21e1ecb

Browse files
committed
Add copyright header
Signed-off-by: Willy Lulciuc <willy.lulciuc@gmail.com>
1 parent 8246820 commit 21e1ecb

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

api/src/main/java/marquez/api/exceptions/FacetNotValid.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2018-2024 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package marquez.api.exceptions;
27

38
import static com.google.common.base.Preconditions.checkNotNull;

api/src/main/java/marquez/api/models/Metadata.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2018-2024 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package marquez.api.models;
27

38
import static com.google.common.collect.ImmutableSet.toImmutableSet;

api/src/main/java/marquez/api/models/VersionId.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2018-2024 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package marquez.api.models;
27

38
import java.util.UUID;

api/src/test/java/marquez/api/models/MetadataTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2018-2024 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package marquez.api.models;
27

38
import static io.openlineage.server.OpenLineage.RunEvent.EventType.COMPLETE;

0 commit comments

Comments
 (0)