Live data from Hacker News

I changed my license

bergie.iki.fi

11–20 of 183 posts

Re: I changed my license

#12
What are people's thoughts/experiences about dual licencing?

Eg: is there a clean way to dual license such that hobbyist, and exploratory work (eg: a proof of concept done in a commercial setting) are allowed, but using it in production requires a fee?

If you've done this, has it been successful? Obviously there's been many projects relicense over recent years (terraform, redis, etc) - but it's less clear to me if this is a viable path for new projects starting out, or if it just kills adoption from the beginning.

Re: I changed my license

#13
> We won the debate, and gained little for users or developers. All that our efforts did was to make it easier for big corporations build things more cheaply and for billionaires to become trillionaires.

As a long-time developer and consumer of OSS I have to disagree. Open-source software has had an enormous effect on the world, and that... was kind of the point? When we licensed things as MIT we knew that corporations would use it. We wanted them to use them, adopt them and bring new users into the community. You take some, you give back. There was no expectation of turning your late-afternoons JS framework into a business. And not having access to it would absolutely not have stopped corporate behemoths from getting where they are, but would have killed many small businesses and startups.

That said, I've started licensing some of my code with the BUSL license [1] - unrestricted use, unless you are a large company. The code becomes MIT-licensed automatically after a set window to remove maintainability concerns.

[1] https://en.wikipedia.org/wiki/Business_Source_License

Re: I changed my license

#15

CC BY-NC-ND is what I'm also increasingly using (for non-code), though not always, and disheartenedly. (And as commented, the non-code context is different.)

ND is usually a bit sad, as it makes the thing a dead-end.

The magic of the web has always been that things would continuously morph through being reinterpreted and all, and that just doesn't happen with ND.

I can of course see the valid reasons why one would pick that license, but it's still.. kinda sad that it's culturally dead.

Re: I changed my license

#16
>All that our efforts did was to make it easier for big corporations build things more cheaply and for billionaires to become trillionaires.

This is not true. Open source is fundamental to how easy users can create software in the LLM era. Users and developers have gained tremendous value. Saying they have gained little is simply false. And it's a good thing to make it possible for big corporations to make things cheaper. It means more efficient resource allocation for society. And for billionaires to turn into trillionaire they have to provide magnitudes more value to society in order to do so. Enabling people to provide trillions of dollars of value to society is a good thing that open source unlocks.

Re: I changed my license

#17

CC BY-NC-ND is what I'm also increasingly using (for non-code), though not always, and disheartenedly. (And as commented, the non-code context is different.)

The problem is that not even Creative Commons was able to come up with a real definition for non-commercial when they last (I think) revised the license. Essentially it means trivial uses (a photo in a grade school assignment) or its contentious in a way that reasonable people can disagree about. What constitutes acceptable usage of a properly attributed photo? Personally, I just properly attribute and stopped worry about whether most presentations constituted commercial use or not.

Re: I changed my license

#18
post #8

This article would do better if it simply enumerated the problems with the LGPL and addressed how this new license which I've never heard of addresses those problems. This hinting and alluding might make great SEO, but that's fit for neither the audience of people producing software, nor for HN.

Here's the license text if someone wants to do the work: https://spdx.org/licenses/EUPL-1.2.html#licenseText

This is the actual license text, in English: https://interoperable-europe.ec.europa.eu/sites/default/file...

Other languages can be found here: https://interoperable-europe.ec.europa.eu/collection/eupl/eu...

Post reply on HN