diff options
author | Eugene Sandulenko | 2019-11-07 00:29:41 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-13 22:07:08 +0100 |
commit | b85b7fec08c8234341fa96c56bede0ffe7d3e349 (patch) | |
tree | a79006f34c9e8d73c63cbb70d128d8516a92e2fa | |
parent | fe78429fc76f681e3832b6641e5440ee05a7c3e1 (diff) | |
download | scummvm-rg350-b85b7fec08c8234341fa96c56bede0ffe7d3e349.tar.gz scummvm-rg350-b85b7fec08c8234341fa96c56bede0ffe7d3e349.tar.bz2 scummvm-rg350-b85b7fec08c8234341fa96c56bede0ffe7d3e349.zip |
GRIFFON: Added copyright reference
-rw-r--r-- | engines/griffon/griffon.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/griffon/griffon.cpp b/engines/griffon/griffon.cpp index dd9596945f..3cab278a5b 100644 --- a/engines/griffon/griffon.cpp +++ b/engines/griffon/griffon.cpp @@ -18,6 +18,19 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + * Originally written by Syn9 in FreeBASIC with SDL + * http://syn9.thehideoutgames.com/index_backup.php + * + * Ported to plain C for GCW-Zero handheld by Dmitry Smagin + * http://github.com/dmitrysmagin/griffon_legend + * + * + * Programming/Graphics: Daniel "Syn9" Kennedy + * Music/Sound effects: David Turner + * + * Beta testing and gameplay design help: + * Deleter, Cha0s, Aether Fox, and Kiz + * */ #include "common/config-manager.h" |