Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update SPDX headers #2353

Merged
merged 11 commits into from
Jan 12, 2023
Merged

update SPDX headers #2353

merged 11 commits into from
Jan 12, 2023

Conversation

merobi-hub
Copy link
Collaborator

@merobi-hub merobi-hub commented Jan 9, 2023

Signed-off-by: Michael Robinson [email protected]

Problem

The SPDX license headers that we added to the project last year are out of date now that it's 2023.

Solution

This updates the headers across the project with the current year, adding headers where needed.

Note: All database schema changes require discussion. Please link the issue for context.

Checklist

  • You've signed-off your work
  • Your changes are accompanied by tests (if relevant)
  • Your change contains a small diff and is self-contained
  • You've updated any relevant documentation (if relevant)
  • You've updated the CHANGELOG.md with details about your change under the "Unreleased" section (if relevant, depending on the change, this may not be necessary)
  • You've versioned your .sql database schema migration according to Flyway's naming convention (if relevant)
  • You've included a header in any source code files (if relevant)

Signed-off-by: Michael Robinson <[email protected]>
@boring-cyborg boring-cyborg bot added the api API layer changes label Jan 9, 2023
@merobi-hub merobi-hub marked this pull request as draft January 9, 2023 17:47
Signed-off-by: Michael Robinson <[email protected]>
@codecov
Copy link

codecov bot commented Jan 9, 2023

Codecov Report

Merging #2353 (25adfe4) into main (9a481bd) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #2353   +/-   ##
=========================================
  Coverage     76.72%   76.72%           
  Complexity     1177     1177           
=========================================
  Files           222      222           
  Lines          5354     5354           
  Branches        429      429           
=========================================
  Hits           4108     4108           
  Misses          768      768           
  Partials        478      478           
Impacted Files Coverage Δ
api/src/main/java/marquez/MarquezApp.java 66.23% <ø> (ø)
api/src/main/java/marquez/MarquezConfig.java 100.00% <ø> (ø)
api/src/main/java/marquez/MarquezContext.java 85.89% <ø> (ø)
api/src/main/java/marquez/api/BaseResource.java 65.51% <ø> (ø)
...c/main/java/marquez/api/ColumnLineageResource.java 75.00% <ø> (ø)
api/src/main/java/marquez/api/DatasetResource.java 95.16% <ø> (ø)
api/src/main/java/marquez/api/JobResource.java 93.10% <ø> (ø)
...i/src/main/java/marquez/api/NamespaceResource.java 94.44% <ø> (ø)
...src/main/java/marquez/api/OpenLineageResource.java 85.18% <ø> (ø)
api/src/main/java/marquez/api/RunResource.java 86.66% <ø> (ø)
... and 196 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Signed-off-by: Michael Robinson <[email protected]>
Signed-off-by: Michael Robinson <[email protected]>
Signed-off-by: Michael Robinson <[email protected]>
Signed-off-by: Michael Robinson <[email protected]>
Signed-off-by: Michael Robinson <[email protected]>
@wslulciuc wslulciuc enabled auto-merge (squash) January 12, 2023 18:34
@wslulciuc wslulciuc merged commit a5bd35d into main Jan 12, 2023
@wslulciuc wslulciuc deleted the docs/update-license-headers branch January 12, 2023 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants