Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/scripts/install_ubuntu_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e # error if anything returns non-zero exit code
# needed for some tests that add Desktop
mkdir ~/Desktop

sudo apt-get update
sudo apt-get install -y libpng-dev
# sudo apt-get install -y python3-pyqt5
wget -q https://lilypond.org/download/binaries/linux-64/lilypond-2.22.1-1.linux-64.sh
Expand Down
1 change: 0 additions & 1 deletion LICENSE

This file was deleted.

26 changes: 26 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
BSD License

Copyright (c) 2006-2026 Michael Scott Asato Cuthbert
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the names music21, Michael Scott Asato Cuthbert, nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL Cuthbert BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 changes: 28 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Computational Musicology

Copyright © 2006-2026 [Michael Scott Asato Cuthbert](http://www.trecento.com)

Released under the BSD (3-clause) license. See LICENSE and below.

For more information, visit:
https://www.music21.org/music21docs/

Expand All @@ -17,12 +19,6 @@ https://www.music21.org/music21docs/usersGuide/usersGuide_01_installing.html
`Music21` runs on Python 3.11+. (Use music21 version 4 on Python 2 or Py3.4, v5
on Py3.5, v6 on Py3.6, v7 on Py3.7, v8 on Py3.8/Py3.9, and v9 on Py3.10)

Released under the BSD (3-clause) license. See LICENSE.
Externally provided software (including the MIT-licensed Lilypond/MusicXML test Suite) and
music encoding in the corpus may have different licenses and/or copyrights.
A no-corpus version of `music21` is available also on GitHub for those needing strict
BSD-license of all parts of the system.

[![Build Status](https://github.com/cuthbertLab/music21/workflows/maincheck/badge.svg)](https://github.com/cuthbertLab/music21)
[![Coverage Status](https://coveralls.io/repos/github/cuthbertLab/music21/badge.svg?branch=master)](https://coveralls.io/github/cuthbertLab/music21?branch=master)

Expand Down Expand Up @@ -69,3 +65,29 @@ The early development of `music21` was supported by
the generosity of the Seaver Institute and the
National Endowment for the Humanities, along with MIT's Music and Theater Arts Section
and the School of Humanities, Arts, and Social Sciences.

## License Coverage and Other/Prior Licenses ##

Music21 is Open-Source Software released under the BSD (3-clause) license.
Essentially, it's free and you can do with it what you'd like as long as you
keep the LICENSE file and copyright statement.

The license applies to all code files that are new to music21 along with
documentation. Externally provided software (including the MIT-licensed
Lilypond/MusicXML test Suite) may have other licenses. The encoded
musical scores in the corpus have their own copyrights and licenses. They
underlying music is believed to be in the public domain in the US, EU, and
Canada (and most of the world) and the encodings are also either public domain
or used by permission. For those needing a strict BSD-license of all parts of
the music21 system, a no-corpus version of `music21` is available also on GitHub
for those needing strict BSD-license of all parts of the system.

(For historical reasons, music21 before v2 can also be used under the LGPL license.
Between v1 and 2, all prior contributors were
contacted (it was a handful back then) and all agreed to relicense
their contributions under the BSD license).

These detailed explanations of the license were moved to this README.md file in
2026 (v10) and out of LICENSE, music21/LICENSE and music21/license.txt in
order to make the music21 license more parsable by tooling. The move was not
meant to imply any change in the license or your rights or obligations under it.
1 change: 0 additions & 1 deletion music21/LICENSE

This file was deleted.

48 changes: 0 additions & 48 deletions music21/license.txt

This file was deleted.