Skip to content

Commit 46b7ec0

Browse files
committed
add copyright and license lines to Java files
Signed-off-by: Michael Robinson <merobi@gmail.com>
1 parent c53f66c commit 46b7ec0

285 files changed

Lines changed: 1152 additions & 274 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/src/main/java/marquez/MarquezApp.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* SPDX-License-Identifier: Apache-2.0 */
1+
/*
2+
* Copyright 2018-2022 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
25

36
package marquez;
47

api/src/main/java/marquez/MarquezConfig.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* SPDX-License-Identifier: Apache-2.0 */
1+
/*
2+
* Copyright 2018-2022 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
25

36
package marquez;
47

api/src/main/java/marquez/MarquezContext.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* SPDX-License-Identifier: Apache-2.0 */
1+
/*
2+
* Copyright 2018-2022 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
25

36
package marquez;
47

api/src/main/java/marquez/api/BaseResource.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* SPDX-License-Identifier: Apache-2.0 */
1+
/*
2+
* Copyright 2018-2022 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
25

36
package marquez.api;
47

api/src/main/java/marquez/api/DatasetResource.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* SPDX-License-Identifier: Apache-2.0 */
1+
/*
2+
* Copyright 2018-2022 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
25

36
package marquez.api;
47

api/src/main/java/marquez/api/JobResource.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* SPDX-License-Identifier: Apache-2.0 */
1+
/*
2+
* Copyright 2018-2022 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
25

36
package marquez.api;
47

api/src/main/java/marquez/api/NamespaceResource.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* SPDX-License-Identifier: Apache-2.0 */
1+
/*
2+
* Copyright 2018-2022 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
25

36
package marquez.api;
47

api/src/main/java/marquez/api/OpenLineageResource.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* SPDX-License-Identifier: Apache-2.0 */
1+
/*
2+
* Copyright 2018-2022 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
25

36
package marquez.api;
47

api/src/main/java/marquez/api/RunResource.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* SPDX-License-Identifier: Apache-2.0 */
1+
/*
2+
* Copyright 2018-2022 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
25

36
package marquez.api;
47

api/src/main/java/marquez/api/SearchResource.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* SPDX-License-Identifier: Apache-2.0 */
1+
/*
2+
* Copyright 2018-2022 contributors to the Marquez project
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
25

36
package marquez.api;
47

0 commit comments

Comments
 (0)