Mike Linksvayer
Mike Linksvayer
https://github.com/danielpclark/rutie#:~:text=ruru
Except for gpl-1.0 and fdl-1.3 neither of which licensee is expected to recognize. Fixes #577 Have just added the files from https://github.com/IQAndreas/markdown-licenses as fixtures to start with. It's possible some...
[Comment/question today](https://github.com/github/choosealicense.com/pull/320#issuecomment-230746990) about whether EUPL-1.1 is accurately described reminded me to file this enhancement idea. For each license, license rules could be annotated with ranges of text in the license...
We should have a test that each license text in `_licenses` is the same as the plain text license in the SPDX collection to automate the requirement described at https://github.com/github/choosealicense.com/blob/gh-pages/CONTRIBUTING.md#adding-a-license...
Feedback received: choosealicense.com is fine for clear-cut situations, but hard to understand implications if chooser wants to do something else later. Examples given: - make a proprietary version - offer...
As noted in #462 our license texts don't all match precisely the texts their `source:` fields point to. I'd like to fix that eventually, probably by treating license texts curated...
Among the top 10 linked from the home page, these are missing the column: npm, pypi, and wordpress. It's possible this is intermittent, but tried from multiple browsers and captured...
Currently https://libraries.io/explore/unlicensed-libraries links "Suggest a License" to a repo URL: https://github.com/librariesio/libraries.io/blob/a4c6f96082863f0b0b64e47b2958a295d8d41204/app/views/projects/unlicensed.html.erb#L17-L19 If the repo is at github.com, it _might_ be nice to link directly to a license chooser for that...
Page up/down seems to move viewport by its height, including the sticky footer, overshooting by height of the footer, so to not miss text, one must go up or down...
Currently licensed includes files matching: ```ruby LEGAL_FILES = /\A(AUTHORS|COPYING|NOTICE|LEGAL)(?:\..*)?\z/i ``` I think `COPYING` is superfluous, see #84, but there are some other files (also with any extension) that often include...