Git Product home page Git Product logo

Comments (4)

puzrin avatar puzrin commented on August 27, 2024

See #159. I'm ok with any valid non-restrictive license.

  1. What exact SPDX name do you suggest? https://spdx.org/licenses/. We can't reinvent custom ones.
  2. https://spdx.org/licenses/Python-2.0.html - i don't see any GPL issues by current SPDX name.

Are you sure problem is really with license but not with your validator? Seems you confused license version and python version.

from argparse.

puzrin avatar puzrin commented on August 27, 2024

Closing as "no fix required, everything already ok".

from argparse.

ockham avatar ockham commented on August 27, 2024

Hey, sorry for getting back to this only now. tl;dr Probably fine to leave closed, but SPDX isn't totally accurate.

I've done a bit more research and elaborated at WordPress/gutenberg#28890 (comment) and WordPress/gutenberg#28890 (comment).

I'll quote the relevant bits:

Unlike the Python-2.0 license at SPDX, argparse's LICENSE file doesn't contain the following part:

  1. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, [...]

That part is found in the "CNRI OPEN SOURCE LICENSE AGREEMENT (for Python 1.6b1)" section. (I'm not even sure if that part is legally binding or just there for historic purposes.) Anyway, I think that that part is what is mentioned by the GNU project's license list as the reason for that license being GPL-incompatible:

This is a free software license but is incompatible with the GNU GPL. The primary incompatibility is that this Python license is governed by the laws of the State of Virginia, in the USA, and the GPL does not permit this.

Anyway, argparse's LICENSE has the following instead:

  1. This License Agreement shall be governed by the federal
    intellectual property law of the United States, including without
    limitation the federal copyright law, and, to the extent such
    U.S. federal law does not apply, by the law of the Commonwealth of
    Virginia, excluding Virginia's conflict of law provisions. [...]

Note that this is identical to what the GNU Project calls the Python-2.0.1 license (which unfortunately isn't an SPDX-listed license), and lists as GPL-compatible 🎉


[Ideally,] SPDX [sh]ould include Python-2.0.1, and argparse would set its package.json's license field to it.

  • We might want to file an issue/PR against SPDX' GitHub repo, and follow up on the issue I filed on argparse's.
  • We could then set the Python-2.0.1 as GPL compatible in our license checker.

For the time being, I was able to unblock our project.
I'll file an issue against SPDX once I find some time (for more legalese PRs).

from argparse.

ockham avatar ockham commented on August 27, 2024

I'll file an issue against SPDX once I find some time (for more legalese PRs).

Friday night GH issues: spdx/license-list-XML#1200

from argparse.

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.