-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlicense.txt
45 lines (44 loc) · 1.62 KB
/
license.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/**
* ChordialJS
* ==========
*
* Data and progression-building code
* ----------------------------------
* Progression-building code is mine, built on top of ChordJS, as mentioned below.
* Chord and musical data has been gathered from wikipedia and my own learning. No guarantees for correctness or completion. IANAM (I am not a musician!)
*
* ChordialJS
* https://github.com/laher/ChordialJS
* Copyright (C) 2012 Am Laher [am@laher.net.nz]
*
* Drawing code
* ------------
* Drawing and parsing code originally form ChordJS, but it's been a bit rewritten for speed & efficiency.
*
* ChordialJS
* https://github.com/laher/ChordialJS
* Copyright (C) 2012 Am Laher [am@laher.net.nz]
*
* Based on:
* ChordJS
* https://github.com/acspike/ChordJS
* Copyright (C) 2012 Aaron Spike [aaron@ekips.org]
*
* Based On:
* Chord Image Generator
* http://einaregilsson.com/2009/07/23/chord-image-generator/
* Copyright (C) 2009-2012 Einar Egilsson [einar@einaregilsson.com]
*
* 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 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/