-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
More of an odd question rather than a bug...
I was looking through the inferLicenseURL() method and wasn't sure if you wanted to:
- Add "MPL" license (I'm biased here): http://www.mozilla.org/MPL/
- Search the local repo for a LICENSE file and link to that. This could be a bit mucky since it requires some OS filesystem stuff and then possibly trying to determine a fully qualified URL to said license.
I can split these out into separate GitHub issues if you want.