-
Notifications
You must be signed in to change notification settings - Fork 31
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
Pare down giant comment blocks that largely do what Git already does #363
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #363 +/- ##
=======================================
Coverage 33.59% 33.59%
=======================================
Files 51 51
Lines 7052 7052
Branches 1784 1784
=======================================
Hits 2369 2369
Misses 4504 4504
Partials 179 179
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
# ***************************************************************************** | ||
# ***************************************************************************** | ||
# nidm_query.py | ||
# License: GPL |
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.
@dbkeator Please confirm that it is Ok to assume that this file is also under Apache 2 license (per https://github.com/incf-nidash/PyNIDM/blob/master/LICENSE) as the rest of the codebase, or it has to be GPL?
Yes, ok with me. |
per @dbkeator blessing (Thank you!), let's proceed! |
🚀 PR was released in |
Part of #325.
@yarikoptic Question: Should the persons listed in the "Coded by" fields removed by this PR be listed in a CONTRIBUTORS file or similar? There are only two such persons listed, David Keator and Ashmita Kumar, both of whom are already listed as authors in the Git history and as contributors on GitHub.