"Open Source Bach" Project Completed; Score and Recording Now Online
rDouglass writes "MuseScore, the open source music notation editor, and pianist Kimiko Ishizaka have released a new recording and digital edition of Bach's Goldberg Variations. The works are released under the Creative Commons Zero license to promote the broadest possible free use of the works. The score underwent two rounds of public peer review, drawing on processes normally applied to open source software. Furthermore, the demands of Bach's notational style drove significant advancements in the MuseScore open source project. The recording was made on a Bösendorfer 290 Imperial piano in the Teldex Studio of Berlin. Anne-Marie Sylvestre, a Canadian record producer, was inspired by the project and volunteered her time to edit and produce the recording. The project was funded by a successful Kickstarter campaign that was featured on Slashdot in March 2011."
Even if this post is kind of inflamatory, I think it's a question many people wonder about. If I had mod points I'd mod it up. It's asking, what is the point of open source licenses? Why not just say, "Do what ever you like"? It's a valid question.
vim answered below, but I would like to add one or two points. Licenses are necessary because copyright does not allow anyone to make a copy without permission form the copyright holder. In some countries, copyright infringement can actually be a crime in some situations. Even if the original copyright holder doesn't care if you make a copy, the state can still charge you with a crime.
For this reason, especially for something indented to be distributed around the world, you need to have a license indicating what someone is allowed to do. Copyright reserves certain rights to the copyright holder. You can relax these rights, add conditions, etc, etc. The point of an "open source" (as a generic term, not OSI term) is to give the user more rights than they would normally have with copyright. Depending on the country, you may be able to relax all the rights, but in some countries you may not.
In the case of this musical piece, it is being distributed under a Creative Commons 0 license. This license relaxes all the rights possible given the country that you are in. It is roughly equivalent to saying "Do what you want", except that some countries don't allow to you say that. CC0 is intended to be the most permissive license allowed by law.
One common question is why there is more than one license. Why doesn't everyone use CC0, for instance? The reason is that some people would like to continue to reserve some rights for themselves. This can be done to encourage a specific set of behaviors (e.g., GPL), to make sure credit is given to the original author (e.g., BSD), to ensure that it isn't used for commercial purposes (e.g., CCNC), etc. For whatever reason, whether everyone agrees that it is a good idea or not, some people would like to reserve different rights. But since licenses are hard to write well (you usually need a lawyer to help you), most people settle on a few core licenses that achieve specific goals.