Git Product home page Git Product logo

Comments (5)

slimsag avatar slimsag commented on July 21, 2024 2

"I am not a lawyer" but..

I'm pretty sure if there's no LICENSE, we have an even more permissive license than MIT ;)

This is not correct from a legal standpoint. If there is no license, the code is as good as proprietary. Using code without a license is a lot like using someone's property/car/home without having permission to do so.

There is Unlicense

Unlicense is not very permissive as it unfortunately is e.g. not legal in Germany and some other regions, see https://softwareengineering.stackexchange.com/a/147120

Public domain perhaps?

Same problem as Unlicense, in some countries you cannot legally relinquish your rights so it is effectively the same as if the code didn't have a license in those countries. More explanation here: https://opensource.org/faq#public-domain

There is also CC0, but it debatable if that actually solves the problems due to some patent wording: https://opensource.org/faq#cc-zero

Really, there isn't a good license for doing this that is well-known, and it being well-known is a huge part of the problem: Everyone knows how to use MIT code appropriately and legally, but do you / your company know how to use CC0 or Unlicense code? Probably not.

At the end of the day, all the contributors to this repository are doing so in good faith that anyone can use the code -- so nobody is going to go around suing people for using code they contributed to this repo anyway. But having an MIT license at least makes that clear.

from example.

pwaller avatar pwaller commented on July 21, 2024 1

Let's do this. Absent a better suggestion, I agree with @slimsag's reasoning.

This snippet shows lines of surviving code in the repository by author:

git ls-files -z | xargs -0n1 git blame -w | perl -n -e '/^.*\((.*?)\s*[\d]{4}/; print $1,"\n"' | sort -f | uniq -c | sort -n
      7 Matjaz Muhic
   1679 Dmitri Shuralyov
   1977 Eric Woroshow

Looking at the diff, I conclude we need @dmitshur and @errcw to agree to license the code as MIT.

  • I assume @dmitshur is OK with this from the thumbs up above.
  • @errcw: Please can you reply to confirm if you're OK with the MIT license or not?
  • @depy also contributed some trivial lint warning fixes.

I think we can add an MIT license to the repo as soon as we have input from the above people.

from example.

pwaller avatar pwaller commented on July 21, 2024

Agree with sentiment. No knowledge of licenses though so can't weigh in there.

from example.

dt-rush avatar dt-rush commented on July 21, 2024

I'm pretty sure if there's no LICENSE, we have an even more permissive license than MIT ;)

from example.

dawidd6 avatar dawidd6 commented on July 21, 2024

There is Unlicense

from example.

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.