summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-09-29 18:46:11 +0200
committerrekado <rekado@elephly.net>2016-09-29 18:46:11 +0200
commit2d7a165f06c5eb1213469af03aa8d6c3ced73870 (patch)
tree55e682c989ed1fc4c272c4dd0f7c4c96eba2001e /scripts
parentcdd6bafe03ffe081004cf1b897804fa8b9f1e482 (diff)
Add license headers.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/scales17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/scales b/scripts/scales
index 8e1529c..7bd74aa 100755
--- a/scripts/scales
+++ b/scripts/scales
@@ -1,6 +1,23 @@
#!/home/rekado/.guix-profile/bin/guile -s
!#
+;;; scales - Generate musical scale patterns
+;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
+;;;
+;;; This program is free software: you can redistribute it and/or
+;;; modify it under the terms of the GNU Affero General Public License
+;;; as published by the Free Software Foundation, either version 3 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
+;;; Affero General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU Affero General Public
+;;; License along with this program. If not, see
+;;; <http://www.gnu.org/licenses/>.
+
(use-modules (scales scales)
(scales fretboard))