Skip to content

Commit a32622b

Browse files
authored
Add licensing info to the bottom of the page
1 parent c496f3c commit a32622b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ body {
66
align-items: center;
77
}
88

9+
.footer {
10+
text-align: center;
11+
font-size: small;
12+
}
13+
914
h1, h2, h3 {
1015
text-align: center;
1116
}

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,15 @@ <h2>Version history</h2>
308308
Initial release
309309
</p>
310310
</div>
311+
<div class="footer">
312+
<p>
313+
<a href="https://github.com/TC-Chart-Converter/TC-Chart-Converter.github.io/">Trombone Champ Chart Converter</a> by RShields and contributors<br>
314+
Licensed under the <a href="https://github.com/TC-Chart-Converter/TC-Chart-Converter.github.io/blob/main/LICENSE">GNU Affero General Public License v3.0</a><br>
315+
<br>
316+
<a href="https://github.com/colxi/midi-parser-js">MidiParser.js</a> by Sergi Guzman and contributors<br>
317+
Licensed under the <a href="https://github.com/colxi/midi-parser-js/blob/master/LICENSE">GNU General Public License v3.0</a>
318+
</p>
319+
</div>
311320
</div>
312321
<script>Init.init()</script>
313322
</body>

0 commit comments

Comments
 (0)