-
Notifications
You must be signed in to change notification settings - Fork 82
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
Patch/copyrightyear update #3229
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2925e3c
to
2115ba9
Compare
@@ -1,3 +1,6 @@ | |||
# SPDX-FileCopyrightText: 2006-2024 Knut Reinert & Freie Universität Berlin | |||
# SPDX-FileCopyrightText: 2016-2024 Knut Reinert & MPI für molekulare Genetik | |||
# SPDX-License-Identifier: CC0-1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need a new line? The submodules aren't checked out in the ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this doesn't seem to work like this at all :/ added a .gitmodules.license
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like some commit removed the submodules/*
directories. I tried readding them
2bcb0a4
to
c0cb991
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3229 +/- ##
=======================================
Coverage 98.17% 98.17%
=======================================
Files 269 269
Lines 11854 11854
=======================================
Hits 11638 11638
Misses 216 216 ☔ View full report in Codecov by Sentry. |
We should also update our |
Update all license text to SPDX-headers and include a new CI job, which checks for valid SPDX information.