ipa320 / setup

Setting up Care-O-bot repositories with github.
14 stars 35 forks source link

Apache license #88

Closed ipa-uhr-mk closed 7 years ago

floweisshardt commented 7 years ago

we can use git log --format='%an <%ae>' | sort | uniq to get a list of contributors for each repository

floweisshardt commented 7 years ago

+1 for keeping 2017 as default (which we might update in 2018, ...) +1 for deleting LGPL template

mgruhler commented 7 years ago

@ipa-fmw I'm fine with both. Updating the year here will probably work :-)

However, experience dictates that the header will be copied from another source file, so either way will probably not make a difference :rofl:

fmessmer commented 7 years ago

@ipa-uhr-mk did all the license insertion to the cob_repos....big thanks! :+1:

I have all the changes on feature branches APACHE_license in my forks respectively... I will create PRs and use @ipa-fmw's git log magic command to mention all contributors in the PR...

floweisshardt commented 7 years ago

@ipa-fxm we should only mention IPA-external contributors (not students/ex-students, not employees/ex-employees, no robot accounts)

mgruhler commented 7 years ago

I agree with @ipa-fmw. This is only for contributors not affiliated with IPA!

fmessmer commented 7 years ago

I'll try to filter them out...

fmessmer commented 7 years ago

as discussed with @ipa-mig, I'll also provide PRs which adds a PR template to each repo reminding people to use the license header with a link to the setup/template folder

fmessmer commented 7 years ago

we can use git log --format='%an <%ae>' | sort | uniq to get a list of contributors for each repository

it's easier to look into https://github.com/ipa320/cob_XXX/graphs/contributors as you can get the github names directly...