Skip to content

Commit d2d0e9b

Browse files
add copyright lines to all source files (#1996)
* add copyright and license lines to Java files Signed-off-by: Michael Robinson <merobi@gmail.com> * add copyright and license lines to Bash files Signed-off-by: Michael Robinson <merobi@gmail.com> * add copyright and license lines to all Python files Signed-off-by: Michael Robinson <merobi@gmail.com> * run spotless to fix issues in Java files Signed-off-by: Michael Robinson <merobi@gmail.com> * rerun spotless to fix more issues Signed-off-by: Michael Robinson <merobi@gmail.com> Co-authored-by: Willy Lulciuc <willy@datakin.com>
1 parent 6d3f7da commit d2d0e9b

313 files changed

Lines changed: 1184 additions & 289 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)