Hacker News new | ask | show | jobs
by ronsor 1225 days ago
In this particular case, Voice.ai is also violating permissively licensed libraries. For example, libFLAC is included in VoiceAILib.dll:

    reference libFLAC 1.2.1 20070917
The license text: https://github.com/xiph/flac/blob/master/COPYING.Xiph

The license requires Voice.ai to include the license text somewhere in the distribution or documentation, yet they do not.

1 comments

Okay but that's still quite different from the copyleft licenses and violations which was my point.
Actually, it isn't. It's the same underlying principle.

All software must be paid for, with the exception of countries which have an actual public domain. Some software is paid for with money, some with acknowledgments, and some with source code sharing. Sometimes the developer demands postcards, and sometimes they demand that you not use it for evil purposes. All of these are forms of payment.

If you don't pay for it, you don't have certain rights to it.

That's a very liberal use of the verb "pay". Payment is not the same thing as compensation, payment implies money changing hands.

"Licensing" does not have to involve any sort of payment (or even compensation). There are free software licenses with no compensation requirements at all, yet they are not covering public domain software.