about summary refs log tree commit diff
path: root/index.php
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-03-22 17:22:54 -0400
committerZach DeCook <zachdecook@gmail.com>2018-03-22 17:22:54 -0400
commit7160ebb279191d94d77c6d662774d282fd88ce94 (patch)
treece52688219221f7d5bd52e068ba3906e83ee8a39 /index.php
parentf0aa2f66f8dd4961a4f6bfafa6d9fca851a8981e (diff)
downloadprosongsa-7160ebb279191d94d77c6d662774d282fd88ce94.tar.gz
- Reference license of chordsdata
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/index.php b/index.php
index 8431264..34652c6 100755
--- a/index.php
+++ b/index.php
@@ -1,10 +1,10 @@
 <!--
 index.php contains the main html used for creating the page.
+Author: Zach DeCook
 -->
 <!DOCTYPE html>
 <html>
 	<head>
-		<!-- Latest compiled and minified CSS -->
 		<link rel="stylesheet"
 			href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
 			integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
@@ -91,7 +91,11 @@ All songs are owned by their respective copyright holders. No infringement inten
 Powered by <a href='https://github.com/earboxer/prosongsa'>Prosongsa</a>.
 Suggest features <a href='https://github.com/earboxer/prosongsa/issues'>here</a>.
 <br>
-Licensed under the <a href='LICENSE'>GNU AGPLv3</a>. View source <a href='source.php'>here</a>.
+Prosongsa software licensed under the <a href='LICENSE'>GNU AGPLv3</a>.
+View source <a href='source.php'>here</a>.
+<br>
+Using <a href='https://github.com/earboxer/chordsdata'>chordsdata</a>,
+licensed under the <a href='chordsdata/LICENSE'>GNU LGPLv3</a>.
 </footer>
 
 <script   src="https://code.jquery.com/jquery-1.12.4.min.js"