Giter VIP home page Giter VIP logo

Comments (4)

tomghuang avatar tomghuang commented on July 3, 2024

@Kerl13 I don't understand the problem you face. Does it cause any trouble for you?

I'm not an expert in licenses, either. However, when I established Argtable3, one of the major goals is to get rid of LGPL, which is used by Argtable2 and not commercial-friendly. What I know is, all BSD-style licenses are commercial friendly, so I'm not sure what's the problem when different BSD-style licenses mixing together.

When I chose the getopt implementation from NetBSD, I just copied the source files without changing any license statement. I don't think it's a mistake, because I believe I should keep the original license statements.

If this license issue really concerns you, like what you've found, you can use your own getopt implementation by setting ARG_REPLACE_GETOPT. Thanks.

from argtable3.

Kerl13 avatar Kerl13 commented on July 3, 2024

I think BSD-style licenses are a great choice for argtable.

My only concern with the 4-clause BSD is that the (apparently controversial) 3rd clause, aka the "advertising" clause, makes it incompatible with the GPL. So I cannot use argtable3 as is if I also have GPL-licensed dependencies.

It would have been ideal not to have this clause in the NetBSD implementation, but I assume I'll have to use my getopt then 🤷‍♂️
Thanks for your answer anyway!

from argtable3.

tomghuang avatar tomghuang commented on July 3, 2024

I had a ticket long time ago about the same 4-clause BSD and GPL incompatibility issue. My solution is: use your own getopt implementation. However, since you are the second one mentioning this issue, I guess I need to switch to the FreeBSD implementation, which uses 2-clause BSD.

For now, maybe you can use the FreeBSD version by yourself.

from argtable3.

Kerl13 avatar Kerl13 commented on July 3, 2024

This would be a nice enhancement I think, thanks for considering it

from argtable3.

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.