Add patrons to credits info

CQTexperiment
Christopher Snowhill 2020-05-02 00:58:26 -07:00
parent aa434c09bb
commit cbe7dcfd4f
3 changed files with 18 additions and 0 deletions

View File

@ -5,5 +5,9 @@
<em>This program has been made possible through contributions from users like you.</em>
<br><br>
All Cog code is copyrighted by me, and is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a>. Cog contains bits of other code from third parties that are under their own licenses.
<br><br>
Thanks to my patrons:
<br>
Joseph DeVore, Hongfei Gu, Alexander Pecheny, Ceeb, Electric Keet, Miles Rotaru, Yuri Kunde Schlesner, govt man, Antti Aro, happyvideogamemusicnerd
</body>
</html>

View File

@ -5,5 +5,9 @@
<em>This program has been made possible through contributions from users like you.</em>
<br><br>
All Cog code is copyrighted by me, and is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a>. Cog contains bits of other code from third parties that are under their own licenses.
<br><br>
Thanks to my patrons:
<br>
Joseph DeVore, Hongfei Gu, Alexander Pecheny, Ceeb, Electric Keet, Miles Rotaru, Yuri Kunde Schlesner, govt man, Antti Aro, happyvideogamemusicnerd
</body>
</html>

10
patrons.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef PATRONS_H
#define PATRONS_H
#define MY_PATRONS \
"Thanks to my patrons:\n" \
"Joseph DeVore, Hongfei Gu, Alexander Pecheny, Ceeb, Electric Keet,\n" \
"Miles Rotaru, Yuri Kunde Schlesner, govt man, Antti Aro,\n" \
"happyvideogamemusicnerd"
#endif