From cbe7dcfd4f603b40cec56c96eaf6ad827af3e494 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sat, 2 May 2020 00:58:26 -0700 Subject: [PATCH] Add patrons to credits info --- en.lproj/Credits.html | 4 ++++ es.lproj/Credits.html | 4 ++++ patrons.h | 10 ++++++++++ 3 files changed, 18 insertions(+) create mode 100644 patrons.h diff --git a/en.lproj/Credits.html b/en.lproj/Credits.html index 6ff360281..19751b9cd 100644 --- a/en.lproj/Credits.html +++ b/en.lproj/Credits.html @@ -5,5 +5,9 @@ This program has been made possible through contributions from users like you.

All Cog code is copyrighted by me, and is licensed under the GPL. Cog contains bits of other code from third parties that are under their own licenses. +

+ Thanks to my patrons: +
+ Joseph DeVore, Hongfei Gu, Alexander Pecheny, Ceeb, Electric Keet, Miles Rotaru, Yuri Kunde Schlesner, govt man, Antti Aro, happyvideogamemusicnerd diff --git a/es.lproj/Credits.html b/es.lproj/Credits.html index 6ff360281..19751b9cd 100644 --- a/es.lproj/Credits.html +++ b/es.lproj/Credits.html @@ -5,5 +5,9 @@ This program has been made possible through contributions from users like you.

All Cog code is copyrighted by me, and is licensed under the GPL. Cog contains bits of other code from third parties that are under their own licenses. +

+ Thanks to my patrons: +
+ Joseph DeVore, Hongfei Gu, Alexander Pecheny, Ceeb, Electric Keet, Miles Rotaru, Yuri Kunde Schlesner, govt man, Antti Aro, happyvideogamemusicnerd diff --git a/patrons.h b/patrons.h new file mode 100644 index 000000000..cac88e77a --- /dev/null +++ b/patrons.h @@ -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