From 18f8c32a4d2d39b0fd154edeaa10990dd7913408 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 29 Aug 2017 15:54:11 +0200 Subject: Add license file and copyright header (GPL2+) --- loopertrx.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'loopertrx.py') diff --git a/loopertrx.py b/loopertrx.py index cbf8d31..c17ec45 100755 --- a/loopertrx.py +++ b/loopertrx.py @@ -1,4 +1,18 @@ #!/usr/bin/env python3 +# +# loopertrx: import/export audio data from some looper pedals. +# +# Copyright (C) 2017 Reiner Herrmann +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. import random import struct -- cgit v1.2.3