Skip to content

Commit

Permalink
fix extras.humdrum links
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Jan 14, 2016
1 parent 299c8d7 commit 0586713
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

music21 -- A Toolkit for Computational Musicology

Copyright © 2006-2015 Michael Scott Cuthbert and the music21 Project
Copyright © 2006-2016 Michael Scott Cuthbert and the music21 Project

For more information, visit:
http://web.mit.edu/music21 or http://music21.readthedocs.org/en/latest/index.html
Expand Down
4 changes: 1 addition & 3 deletions dist/dist.py
Expand Up @@ -6,7 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Cuthbert
#
# Copyright: Copyright © 2010-2013 Michael Scott Cuthbert and the music21 Project
# Copyright: Copyright © 2010-2016 Michael Scott Cuthbert and the music21 Project
# License: LGPL or BSD, see license.txt
#-------------------------------------------------------------------------------
'''
Expand Down Expand Up @@ -131,8 +131,6 @@ def updatePaths(self):
if self.version in fn and fn.endswith('.exe'):
fpNew = fp.replace('.macosx-10.8-intel.exe', '.win32.exe')
fpNew = fpNew.replace('.macosx-10.8-x86_64.exe', '.win32.exe')
fpNew = fpNew.replace('.macosx-10.5-x86_64.exe', '.win32.exe')
fpNew = fpNew.replace('.macosx-10.6-x86_64.exe', '.win32.exe')
fpNew = fpNew.replace('.macosx-10.9-intel.exe', '.win32.exe')
fpNew = fpNew.replace('.macosx-10.9-x86_64.exe', '.win32.exe')
fpNew = fpNew.replace('.macosx-10.10-intel.exe', '.win32.exe')
Expand Down
2 changes: 1 addition & 1 deletion installer.py
Expand Up @@ -6,7 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Cuthbert
#
# Copyright: (c) 2009-2015 The music21 Project
# Copyright: (c) 2009-2016 Michael Scott Cuthbert and the music21 Project
# License: LGPL or BSD
#-------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion music21/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
'''
The music21 Framework is Copyright © 2006-2015 Michael Scott Cuthbert
The music21 Framework is Copyright © 2006-2016 Michael Scott Cuthbert
and the music21 Project
(Michael Scott Cuthbert, principal investigator; cuthbert@mit.edu)
Expand Down
2 changes: 1 addition & 1 deletion music21/analysis/discrete.py
Expand Up @@ -719,7 +719,7 @@ class KrumhanslKessler(KeyWeightKeyAnalysis):
Implementation of Krumhansl-Kessler weightings for Krumhansl-Schmuckler
key determination algorithm.
Values from from http://extra.humdrum.org/man/keycor, which describes these
Values from from http://extra.humdrum.org/man/keycor/, which describes these
weightings as "Strong tendancy to identify the dominant key as the tonic."
'''
# from http://extra.humdrum.org/man/keycor
Expand Down
2 changes: 1 addition & 1 deletion music21/base.py
Expand Up @@ -6,7 +6,7 @@
# Authors: Michael Scott Cuthbert
# Christopher Ariza
#
# Copyright: Copyright © 2006-2015 Michael Scott Cuthbert and the music21
# Copyright: Copyright © 2006-2016 Michael Scott Cuthbert and the music21
# Project
# License: LGPL or BSD, see license.txt
#------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion music21/license.txt
Expand Up @@ -18,7 +18,7 @@ BSD license or the GNU Lesser General Public License, described below:
---
BSD License

Copyright (c) 2006-15, Michael Scott Cuthbert and cuthbertLab
Copyright (c) 2006-16, Michael Scott Cuthbert and cuthbertLab
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion music21/stream/__init__.py
Expand Up @@ -8,7 +8,7 @@
# Josiah Wolf Oberholtzer
# Evan Lynch
#
# Copyright: Copyright © 2008-2015 Michael Scott Cuthbert and the music21 Project
# Copyright: Copyright © 2008-2016 Michael Scott Cuthbert and the music21 Project
# License: LGPL or BSD, see license.txt
#------------------------------------------------------------------------------
'''
Expand Down
2 changes: 1 addition & 1 deletion music21/stream/iterator.py
Expand Up @@ -6,7 +6,7 @@
# Authors: Michael Scott Cuthbert
# Christopher Ariza
#
# Copyright: Copyright © 2008-2015 Michael Scott Cuthbert and the music21 Project
# Copyright: Copyright © 2008-2016 Michael Scott Cuthbert and the music21 Project
# License: LGPL or BSD, see license.txt
#------------------------------------------------------------------------------
from music21.sites import SitesException
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
# Authors: Christopher Ariza
# Michael Scott Cuthbert
#
# Copyright: (c) 2009-2015 The music21 Project
# Copyright: (c) 2009-2016 Michael Scott Cuthbert and the music21 Project
# License: LGPL or BSD
#-------------------------------------------------------------------------------

Expand Down

0 comments on commit 0586713

Please sign in to comment.