diff options
Diffstat (limited to 'decoders/midi')
-rw-r--r-- | decoders/midi/__init__.py | 3 | ||||
-rw-r--r-- | decoders/midi/lists.py | 3 | ||||
-rw-r--r-- | decoders/midi/pd.py | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/decoders/midi/__init__.py b/decoders/midi/__init__.py index 4dbcf96..378b016 100644 --- a/decoders/midi/__init__.py +++ b/decoders/midi/__init__.py @@ -14,8 +14,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see <http://www.gnu.org/licenses/>. ## ''' diff --git a/decoders/midi/lists.py b/decoders/midi/lists.py index ce4c1ae..1e62861 100644 --- a/decoders/midi/lists.py +++ b/decoders/midi/lists.py @@ -15,8 +15,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see <http://www.gnu.org/licenses/>. ## # Each status byte has 3 string names, each shorter than the previous diff --git a/decoders/midi/pd.py b/decoders/midi/pd.py index 18c439f..99b63b0 100644 --- a/decoders/midi/pd.py +++ b/decoders/midi/pd.py @@ -15,8 +15,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see <http://www.gnu.org/licenses/>. ## import sigrokdecode as srd |