Giter Club home page Giter Club logo

Comments (4)

 avatar commented on July 20, 2024 1

Ah that makes sense, no worries then, glad I caught it then.

from license.

nishanths avatar nishanths commented on July 20, 2024

I don't think there was a conscious decision to remove the license (if it existed before), so +1 for including it. Thanks.

Regarding whether the license existed before:

Originally the license command used to obtain licenses at runtime via the https://api.github.com/licenses API. It may have been that the GitHub API back then returned the isc license, but later stopped doing it. A few years later, the license command was changed to include the available licenses at build time. When this change was made, the licenses were obtained from the current list on the GitHub API, so isc may have been missed at this time.

Or it may be that the license has been missing from the start.

from license.

nishanths avatar nishanths commented on July 20, 2024

It may have been that the GitHub API back then returned the isc license, but later stopped doing it.

This may have been it.

In commit 49ed1a1 in which the licenses were switched to being included in the binary instead of fetched at runtime, we see a lgpl-3.0 template added in the commit. The license list used at the time of the commit was obtained from the /licenses API at https://api.github.com/licenses (possibly with header Accept: application/vnd.github.v3+json). I think this means lgpl-3.0 was being returned by the API around the time of the commit. But right now the API doesn't include lgpl-3.0.

Something similar may have happened with isc as well, except that its removal in the GitHub API happened even before commit 49ed1a1.

from license.

 avatar commented on July 20, 2024

Huh, fun fact, the Github API still has ICS lying around, it's just not listed. Makes you wonder what other licenses are supported by the API but not listed 🤔

https://api.github.com/licenses/isc

from license.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.