Skip to content

Commit

Permalink
fix lint -- update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Oct 29, 2024
1 parent dc3ee80 commit bfa6e94
Show file tree
Hide file tree
Showing 66 changed files with 98 additions and 116 deletions.
2 changes: 1 addition & 1 deletion dist/dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2010-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2010-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ------------------------------------------------------------------------------
'''
Expand Down
2 changes: 1 addition & 1 deletion documentation/source/about/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Licensing and Copyright
The `music21` Toolkit
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Music21 is Copyright © 2006-2023 Michael Scott Asato Cuthbert.
Music21 is Copyright © 2006-2024 Michael Scott Asato Cuthbert.
Music21 code (excluding content encoded in the corpus) is
free and open-source software, licensed under the BSD License.

Expand Down
2 changes: 1 addition & 1 deletion documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
project = 'music21'
# pylint: disable=redefined-builtin
# noinspection PyShadowingBuiltins
copyright = '2006-2023 Michael Scott Asato Cuthbert'
copyright = '2006-2024 Michael Scott Asato Cuthbert'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion documentation/testDocumentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Authors: Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2010-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2010-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ------------------------------------------------------------------------------
'''
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-2023 Michael Scott Asato Cuthbert.
The music21 Framework is Copyright © 2006-2024 Michael Scott Asato Cuthbert.
Some Rights Reserved
Released under the BSD (3-clause) license. See license.txt.
Expand Down
3 changes: 1 addition & 2 deletions music21/abcFormat/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# Michael Scott Asato Cuthbert
# Dylan Nagler
#
# Copyright: Copyright © 2010-2023 Michael Scott Asato Cuthbert and the music21
# Project
# Copyright: Copyright © 2010-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
'''
Expand Down
3 changes: 1 addition & 2 deletions music21/alpha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
#
# Authors: Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2009-2015 Michael Scott Asato Cuthbert and the music21
# Project
# Copyright: Copyright © 2009-2024 Michael Scott Asato Cuthbert
# License: BSD, 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-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2006-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
'''
Expand Down
5 changes: 2 additions & 3 deletions music21/beam.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# Name: beam.py
# Purpose: music21 classes for representing notes
# Purpose: music21 classes for representing beams and beam groups
#
# Authors: Michael Scott Asato Cuthbert
# Christopher Ariza
#
# Copyright: Copyright © 2009-2012, 19 Michael Scott Asato Cuthbert and the music21
# Project
# Copyright: Copyright © 2009-2012, 2019 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
'''
Expand Down
2 changes: 1 addition & 1 deletion music21/chord/__init__.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 © 2009-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2009-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ------------------------------------------------------------------------------
'''
Expand Down
2 changes: 1 addition & 1 deletion music21/clef.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Christopher Ariza
# Michael Bodenbach
#
# Copyright: Copyright © 2009-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2009-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ------------------------------------------------------------------------------
'''
Expand Down
2 changes: 1 addition & 1 deletion music21/common/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Authors: Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2021-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2021-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ------------------------------------------------------------------------------
from __future__ import annotations
Expand Down
3 changes: 1 addition & 2 deletions music21/corpus/corpora.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
#
# Authors: Josiah Wolf Oberholtzer
#
# Copyright: Copyright © 2009-2012, 2014 Michael Scott Asato Cuthbert and the music21
# Project
# Copyright: Copyright © 2009-2012, 2014 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
from __future__ import annotations
Expand Down
3 changes: 1 addition & 2 deletions music21/derivation.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# Josiah Oberholtzer
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2011-2014 Michael Scott Asato Cuthbert and the music21
# Project
# Copyright: Copyright © 2011-2014 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ----------------------------------------------------------------------------
'''
Expand Down
2 changes: 1 addition & 1 deletion music21/duration.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 © 2008-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2008-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ------------------------------------------------------------------------------
'''
Expand Down
3 changes: 1 addition & 2 deletions music21/editorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
# Authors: Michael Scott Asato Cuthbert
# Christopher Ariza
#
# Copyright: Copyright © 2008-2015 Michael Scott Asato Cuthbert and the music21
# Project
# Copyright: Copyright © 2008-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
'''
Expand Down
3 changes: 1 addition & 2 deletions music21/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2009-2017 Michael Scott Asato Cuthbert and the music21
# Project
# Copyright: Copyright © 2009-2017 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
'''
Expand Down
2 changes: 1 addition & 1 deletion music21/expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Christopher Ariza
# Neena Parikh
#
# Copyright: Copyright © 2009-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2009-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ------------------------------------------------------------------------------
'''
Expand Down
2 changes: 1 addition & 1 deletion music21/figuredBass/harmony.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Authors: Moritz Heffter
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2011-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2011-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ------------------------------------------------------------------------------
'''
Expand Down
3 changes: 1 addition & 2 deletions music21/freezeThaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# Authors: Michael Scott Asato Cuthbert
# Christopher Ariza
#
# Copyright: Copyright © 2011-2012 Michael Scott Asato Cuthbert and the music21
# Project
# Copyright: Copyright © 2011-2012 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
r'''
Expand Down
2 changes: 1 addition & 1 deletion music21/graph/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2009-2023 Michael Scott Asato Cuthbert,
# Copyright: Copyright © 2009-2023 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ------------------------------------------------------------------------------
'''
Expand Down
5 changes: 3 additions & 2 deletions music21/harmony.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Jacob Tyler Walls
# Christopher Ariza
#
# Copyright: Copyright © 2011-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2011-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ------------------------------------------------------------------------------
'''
Expand Down Expand Up @@ -1001,7 +1001,8 @@ def chordSymbolFigureFromChord(inChord: chord.Chord, includeChordType=False):
* eleventh chords: third and/or fifth
* thirteenth chords: fifth, eleventh, ninth
This chord could be minor 7th with a C4, but because this 5th is not present, it is not identified
This chord could be minor 7th with a C4, but because this 5th is not present,
it is not identified.
>>> c = chord.Chord(['F3', 'A-3', 'E-4'])
>>> harmony.chordSymbolFigureFromChord(c)
Expand Down
2 changes: 1 addition & 1 deletion music21/interval.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Amy Hailes
# Christopher Ariza
#
# Copyright: Copyright © 2009-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2009-2024 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-2023 Michael Scott Asato Cuthbert"
# Copyright: music21 is "Copyright © 2006-2024 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-2023 Michael Scott Asato Cuthbert
Copyright (c) 2006-2024 Michael Scott Asato Cuthbert
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion music21/lily/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Authors: Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2007-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2007-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# ------------------------------------------------------------------------------
'''
Expand Down
3 changes: 1 addition & 2 deletions music21/metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# Greg Chapman
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2010-22 Michael Scott Asato Cuthbert and the music21
# Project
# Copyright: Copyright © 2010-2022 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
'''
Expand Down
3 changes: 1 addition & 2 deletions music21/metadata/caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2010, 2012 Michael Scott Asato Cuthbert and the music21
# Project
# Copyright: Copyright © 2010, 2012 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion music21/metadata/primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Michael Scott Asato Cuthbert
# Greg Chapman
#
# Copyright: Copyright © 2010-22 Michael Scott Asato Cuthbert and the music21
# Copyright: Copyright © 2010-22 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
from __future__ import annotations
Expand Down
3 changes: 1 addition & 2 deletions music21/metadata/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
# Authors: Greg Chapman
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2023 Michael Scott Asato Cuthbert and the music21
# Project
# Copyright: Copyright © 2023–2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion music21/meter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2009-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2009-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion music21/meter/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2009-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2009-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
'''
Expand Down
2 changes: 1 addition & 1 deletion music21/meter/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2009-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2009-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
'''
Expand Down
2 changes: 1 addition & 1 deletion music21/meter/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2009-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2009-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion music21/meter/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Asato Cuthbert
#
# Copyright: Copyright © 2009-2023 Michael Scott Asato Cuthbert
# Copyright: Copyright © 2009-2024 Michael Scott Asato Cuthbert
# License: BSD, see license.txt
# -----------------------------------------------------------------------------
from __future__ import annotations
Expand Down
Loading

0 comments on commit bfa6e94

Please sign in to comment.