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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`music21` -- A Toolkit for Computer-Aided Musical Analysis and
Computational Musicology

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

For more information, visit:
https://www.music21.org/music21docs/
Expand Down
2 changes: 1 addition & 1 deletion music21/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
'''
The music21 Framework is Copyright © 2006-2025 Michael Scott Asato Cuthbert.
The music21 Framework is Copyright © 2006-2026 Michael Scott Asato Cuthbert.

Some Rights Reserved
Released under the BSD (3-clause) license. See license.txt.
Expand Down
2 changes: 1 addition & 1 deletion music21/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Authors: Michael Scott Asato Cuthbert
# Christopher Ariza
#
# Copyright: Copyright © 2006-2025 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2006-2026 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
'''
Expand Down
4 changes: 2 additions & 2 deletions music21/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# distributed with this package, particularly the corpus files
# which have their own copyrights and licenses.
#
# Copyright: music21 is "Copyright © 2006-2025 Michael Scott Asato Cuthbert"
# Copyright: music21 is "Copyright © 2006-2026 Michael Scott Asato Cuthbert"
# and is open-source licensed under the
# BSD 3-Clause License (beginning with music21 v2.0)
# reprinted below.
Expand All @@ -22,7 +22,7 @@ the BSD license still under effect.
---
BSD License

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

Redistribution and use in source and binary forms, with or without
Expand Down