Add patrons to credits info
This commit is contained in:
parent
aa434c09bb
commit
cbe7dcfd4f
3 changed files with 18 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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
10
patrons.h
Normal 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
|
Loading…
Reference in a new issue