galaxy
galaxy copied to clipboard
audit pre-2021-04-27 contributors to check for relicensing
I'm checking to see which contributors have not agreed to the retroactive MIT licensing request, and documenting the evidence for those who did.
There are ~~520~~ 323 unique author name/email addresses in the git history prior to 2021-04-07, so help is appreciated!
2024-06-27 Status:
- names starting with "A" through "M" are audited and notified via GitHub (where possible) by @mr-c
- names starting with "S" through "Z" have been added to the mailmap by @nsoranzo
- 100 people have been identified that may need to agree to the re-licensing
Todo:
- [x] process author names starting with "N" through "R"
- [x] request re-licensing from authors with "N" - "Z" names
- [ ] Double-check our work
- [ ] Rebase https://github.com/galaxyproject/galaxy/pull/16970 & present evidence to the core team for merging which will remove the last references to Academic Free License.
- [ ] Celebrate :partying_face: !
Please comment in this PR if you are working on this, to avoid duplication; state the alphabet letter you are working on, or some other indication
My process
- Browse the author list and pick up where I left off:
git log --all --before="2021-04-07" --pretty="%aN <%aE>" | sort -u | less - Put an entry in the
.mailmapeven if there is only one variant for that contributor - Add other variants to the
.mailmapas they are found. Use the extended version (source name and email address) if the email address is generic, like<[email protected]> - Check
git logfor the most recent commit, and look it up athttps://github.com/galaxyproject/galaxy/commit/${HASH}to get the GitHub username. Clicking on the username should bring up a list of all their contributions to this repo: https://github.com/galaxyproject/galaxy/commits?author=mr-c - If there is a post 2021-04-07 commit, click through to find the PR and ensure the the MIT retroactive license grant box was checked. Add the contributor's GitHub username, primary email address, and that URL to the first table in
doc/relicensing/status.txt - If there isn't easy evidence for MIT re-licensing, then add their details to the second table in
doc/relicensing/status.txt
Note: some contributors might be left out of the mailmap for privacy reasons. When in doubt, ask me privately.
- [ ] IMPORTANT remove
.mailmapbefore merging
Periodically @mr-c is commenting on the relicensing confirmation PR: https://github.com/galaxyproject/galaxy/pull/16970 using this template:
Dear contributors to Galaxy tagged in this comment/PR:
Since 2021-04-07, Galaxy required MIT licensing for contributions.
We would like to re-license your prior contributions under the MIT license. This will help the entire project to switch to the MIT license from the Academic Free License which caused problems for packagers like Debian.
Please approve this pull request to signal your approval of this license change.
When you are done, feel free to `unsubscribe`; thank you! ❤️

To approve, please go [to the files view](https://github.com/galaxyproject/galaxy/pull/16970/files), click `Review changes`, then click `Approve`, and finally click `Submit review`.

> MIT License
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[paste GitHub usernames here so they get a notification; check the preview, if the username isn't hyperlink then you've hit the maximum usernames per post, trim those extras off and save them for the next round]
How to test the changes?
(Select all options that apply)
- ~~I've included appropriate automated tests.~~
- ~~This is a refactoring of components with existing test coverage.~~
- ~~Instructions for manual testing are as follows:~~
License
- [x] I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.
I'm going to pause for now, I'll resume work on the As later
@mr-c I've started from Z upwards, just pushed a commit, hopefully no conflicts with your work.
Thank you @nsoranzo ; any updates to doc/relicensing/status.txt, or are you just doing a cleanup of the contributors list (also still helpful!)
I am focusing on the mailmap currently.
@natefoo and I have been in contact with @Slugger70's family regarding the relicensing of his contributions. We requested the agreement of someone who inherited these contributions, included a copy of the license and background information on why we were requesting it, and have an emailed confirmation from his son:
Yes, I agree that my father, Simon Gladman's historical contributions can be relicensed under MIT
I set myself a reminder to do a bulk-emailing the first week of August using the email addresses we have.
@joachimwolff @dpryan79 can you please look at this and maybe provide your blessing so we can relicene Galaxy to MIT?
@joachimwolff @dpryan79 can you please look at this and maybe provide your blessing so we can relicene Galaxy to MIT?
Thanks @bgruening
@joachimwolff @dpryan79 The instructions are at https://github.com/galaxyproject/galaxy/pull/16970#issuecomment-1791598501