-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add list of projects using the ISC license [WIP/RFC] #377
Copy link
Copy link
Closed
Description
I'm not creating a PR yet because I'm still collecting projects to figure out which 3 examples would be a good representative sample. Here's what I've got so far:
- redisent ("a no-nonsense Redis client for PHP")
- bundy ("an integrated authoritative DNS and DHCP server")
- geojson.io ("a fast, simple editor for map data")
- node-glob ("glob functionality for node.js")
- node-semver ("the semver parser for node")
- phantomjs-node ("PhantomJS integration module for NodeJS")
- documentationjs ("beautiful, flexible, powerful js docs")
- iD ("the easy-to-use OpenStreetMap editor in JavaScript")
Some additional notes/TODO:
-
It appears that several of @mapbox's repositories are released under the ISC license, but there are a lot of them so I need to sift through them to find the best representative sample.- geojson.io seems to be the most popular under the ISC license, added above. Other candidates are geojson-vt, docbox and earcut.
- I would expect (naturally) @isc-projects's repos to also use this license, but the situation isn't exactly clear (see here vs here). Any clues how to interpret this?
-
The Node.js package init tool defaults to ISC, so there are bound to be popular packages using the ISC license. I need to find a way to filter the npm repository by license and find the most popular ones.- I found two ways to filter npm packages by license: https://libraries.io/licenses/ISC and http://npmsearch.com/?q=license:isc. I've added the most popular ones above (and removed some of the more obscure ones there, to reduce noise).
- OpenBSD recommends it for all new code, but I'm not sure the project can as a whole be described as falling under it. Thoughts?
- There seems to be an up-to-date mirror of the project's source code at netzbasis/openbsd-src. It could be interesting to scan these source files or grep them somehow to find the primary licences used. licensee doesn't check the contents of source files; maybe fossology could work?
-
NetBSD appears to have some components licensed under ISC, need to confirm.
Any additional pointers?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.