this post was submitted on 18 Nov 2025
3 points (100.0% liked)
Free/Libre music
405 readers
1 users here now
Free music or libre music is music that, like free software, can freely be copied, distributed and modified for any purpose. Thus free music is either in the public domain or licensed under a free license by the artist or copyright holder themselves, often as a method of promotion. It does not mean that there should be no fee involved. The word free refers to freedom (as in free software), not to price. -- wikipedia
The Free Music Philosophy (v1.4)
Important
Lemmy doesn’t have flags yet, so please tag your posts with [Question], [Help], [Other], [Promoting], [Artist], [Album], [Song] or other you may think is appropriate.
This is a sister community of
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think GPL is not a good fit, I would go with a cc license of some kind.
Thank you! Would you mind explaining your reasoning please?
GPL is designed for computer programs, and its requirements just don’t fit well.
Computer programs (at least those distributed as binaries) are inherently obfuscated so it’s extremely difficult to figure out how it was made.
Text on the other hand (including musical notation) is inherently human-readable. There’s just no need to include the source code, and the requirements of the GPL can be onerous for published material (quoting GNU: For instance, anyone publishing the book on paper would have to either include machine-readable “source code” of the book along with each printed copy, or provide a written offer to send the “source code” later.)
There are exceptions where GPL or something like it might fit: I could see an “open source” bakery which could use the GPL for its products to require that a recipe be provided with its products and derivatives. Computer generated pictures or sounds might benefit. Basically things where it’s difficult or infeasible to reverse-engineer how a thing is made. In most cases though there’s a better license to use.
As to why I suggested Creative Commons? It’s broadly a good fit for this kind of thing, I like the organization, and a lot of thought has been put into making it legally binding internationally. Also have a look at https://choosealicense.com/non-software/ and think about your goals and what elements of cc might fit with them. Even if you don’t like cc for whatever reason, it has those elements (credit, commercial use, derivation, sharing) that you should probably be thinking about.
Sources:
Thanks for taking the time to explain this to me. I have decided to go with CC-BY-SA-4.0 as it adheres closer to my copyleft ideals.