From 5b2903370041f7017c9c16b9c51f87b626c85023 Mon Sep 17 00:00:00 2001 From: Layla Marchant Date: Sat, 26 Dec 2020 00:10:10 -0500 Subject: [PATCH] Changed our credits to "The Diligent Circle". --- data/credits.txt | 4 ++-- src/Starfighter.c | 2 +- src/alien.c | 2 +- src/alien.h | 2 +- src/audio.c | 2 +- src/audio.h | 2 +- src/bullet.c | 2 +- src/bullet.h | 2 +- src/cargo.c | 2 +- src/cargo.h | 2 +- src/collectable.c | 2 +- src/collectable.h | 2 +- src/colors.c | 2 +- src/colors.h | 2 +- src/cutscene.c | 2 +- src/cutscene.h | 2 +- src/defs.c | 2 +- src/defs.h | 2 +- src/engine.c | 2 +- src/engine.h | 2 +- src/event.c | 2 +- src/event.h | 2 +- src/explosion.c | 2 +- src/explosion.h | 2 +- src/game.c | 2 +- src/game.h | 2 +- src/gfx.c | 2 +- src/gfx.h | 2 +- src/info.c | 2 +- src/info.h | 2 +- src/intermission.c | 2 +- src/intermission.h | 2 +- src/mission.c | 2 +- src/mission.h | 2 +- src/player.c | 2 +- src/player.h | 2 +- src/radio.c | 2 +- src/radio.h | 2 +- src/renderer.c | 2 +- src/renderer.h | 2 +- src/save.c | 2 +- src/save.h | 2 +- src/screen.c | 2 +- src/screen.h | 2 +- src/ship.c | 2 +- src/ship.h | 2 +- src/shop.c | 2 +- src/shop.h | 2 +- src/structs.h | 2 +- src/title.c | 4 ++-- src/title.h | 2 +- src/weapons.c | 2 +- src/weapons.h | 2 +- src/window.c | 2 +- src/window.h | 2 +- 55 files changed, 57 insertions(+), 57 deletions(-) diff --git a/data/credits.txt b/data/credits.txt index b22853e..a178426 100644 --- a/data/credits.txt +++ b/data/credits.txt @@ -10,7 +10,7 @@ 030 +++ ADDITIONAL PROGRAMMING +++ 020 Richard Sweeney 020 Guus Sliepen -020 Layla Marchant +020 The Diligent Circle 050 +++ QUALITY ASSURANCE AND ADVICE +++ 030 Sam Lantinga Ian Bissett 020 Chris Taylor Xan Christoph Reichenbach @@ -65,5 +65,5 @@ 350 Project: Starfighter 020 Copyright 2003 Parallel Realities 020 Copyright 2012 Guus Sliepen, Astrid S. de Wijn and others -020 Copyright 2015-2020 Layla Marchant +020 Copyright 2015-2020 The Diligent Circle 120 pr-starfighter.github.io diff --git a/src/Starfighter.c b/src/Starfighter.c index 9622864..d9ba972 100644 --- a/src/Starfighter.c +++ b/src/Starfighter.c @@ -2,7 +2,7 @@ Project: Starfighter Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/alien.c b/src/alien.c index 7eff372..fbcd92d 100644 --- a/src/alien.c +++ b/src/alien.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012 Guus Sliepen -Copyright (C) 2012, 2015-2020 Layla Marchant +Copyright (C) 2012, 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/alien.h b/src/alien.h index 6b661ad..6a8a631 100644 --- a/src/alien.h +++ b/src/alien.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/audio.c b/src/audio.c index cfac50e..b3c0020 100644 --- a/src/audio.c +++ b/src/audio.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/audio.h b/src/audio.h index 81a744b..09f6949 100644 --- a/src/audio.h +++ b/src/audio.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/bullet.c b/src/bullet.c index ab41920..879dbf8 100644 --- a/src/bullet.c +++ b/src/bullet.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/bullet.h b/src/bullet.h index 3fb3867..08cd062 100644 --- a/src/bullet.h +++ b/src/bullet.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/cargo.c b/src/cargo.c index 21b53ec..6ff2def 100644 --- a/src/cargo.c +++ b/src/cargo.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/cargo.h b/src/cargo.h index 8de1d1c..d5b46f9 100644 --- a/src/cargo.h +++ b/src/cargo.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/collectable.c b/src/collectable.c index 6914916..d857218 100644 --- a/src/collectable.c +++ b/src/collectable.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/collectable.h b/src/collectable.h index 632ded5..bf8a272 100644 --- a/src/collectable.h +++ b/src/collectable.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/colors.c b/src/colors.c index 5a837d8..949e17b 100644 --- a/src/colors.c +++ b/src/colors.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/colors.h b/src/colors.h index 2ff015e..742922b 100644 --- a/src/colors.h +++ b/src/colors.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/cutscene.c b/src/cutscene.c index 960086b..cec558b 100644 --- a/src/cutscene.c +++ b/src/cutscene.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2012, 2015-2020 Layla Marchant +Copyright (C) 2012, 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/cutscene.h b/src/cutscene.h index 860d599..3c0e4f0 100644 --- a/src/cutscene.h +++ b/src/cutscene.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/defs.c b/src/defs.c index 87dcb30..9a77bea 100644 --- a/src/defs.c +++ b/src/defs.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012 Guus Sliepen -Copyright (C) 2012, 2015-2020 Layla Marchant +Copyright (C) 2012, 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/defs.h b/src/defs.h index dd81e02..8335f7b 100644 --- a/src/defs.h +++ b/src/defs.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012 Guus Sliepen -Copyright (C) 2012, 2015-2020 Layla Marchant +Copyright (C) 2012, 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/engine.c b/src/engine.c index d6828d3..cd1973b 100644 --- a/src/engine.c +++ b/src/engine.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/engine.h b/src/engine.h index 5a7de26..7836359 100644 --- a/src/engine.h +++ b/src/engine.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/event.c b/src/event.c index b32427c..4195e70 100644 --- a/src/event.c +++ b/src/event.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2012, 2015-2020 Layla Marchant +Copyright (C) 2012, 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/event.h b/src/event.h index bf8fad3..f84e4fa 100644 --- a/src/event.h +++ b/src/event.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/explosion.c b/src/explosion.c index a30c9f3..9f2984d 100644 --- a/src/explosion.c +++ b/src/explosion.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/explosion.h b/src/explosion.h index 2a72cdd..fdb2bda 100644 --- a/src/explosion.h +++ b/src/explosion.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/game.c b/src/game.c index df51ef4..1a8acae 100644 --- a/src/game.c +++ b/src/game.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2012, 2014-2020 Layla Marchant +Copyright (C) 2012, 2014-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/game.h b/src/game.h index 55f4cba..5f483ed 100644 --- a/src/game.h +++ b/src/game.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/gfx.c b/src/gfx.c index f348f01..6f0ee97 100644 --- a/src/gfx.c +++ b/src/gfx.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/gfx.h b/src/gfx.h index 9cb46c8..baf4177 100644 --- a/src/gfx.h +++ b/src/gfx.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/info.c b/src/info.c index fb8e9d2..65774c1 100644 --- a/src/info.c +++ b/src/info.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/info.h b/src/info.h index 3de8eb8..f3ed531 100644 --- a/src/info.h +++ b/src/info.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/intermission.c b/src/intermission.c index 55bf38a..4b58b70 100644 --- a/src/intermission.c +++ b/src/intermission.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2012, 2015-2020 Layla Marchant +Copyright (C) 2012, 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/intermission.h b/src/intermission.h index 6614ada..bd937fd 100644 --- a/src/intermission.h +++ b/src/intermission.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/mission.c b/src/mission.c index 7195be9..6cb6fa9 100644 --- a/src/mission.c +++ b/src/mission.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2012, 2015-2020 Layla Marchant +Copyright (C) 2012, 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/mission.h b/src/mission.h index bd544c4..7753e67 100644 --- a/src/mission.h +++ b/src/mission.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/player.c b/src/player.c index b3d9a36..bc90241 100644 --- a/src/player.c +++ b/src/player.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2012, 2015-2020 Layla Marchant +Copyright (C) 2012, 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/player.h b/src/player.h index 67574c4..f05d81f 100644 --- a/src/player.h +++ b/src/player.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/radio.c b/src/radio.c index 6c7930a..1b171f0 100644 --- a/src/radio.c +++ b/src/radio.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/radio.h b/src/radio.h index 301abef..8cdf5f6 100644 --- a/src/radio.h +++ b/src/radio.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/renderer.c b/src/renderer.c index ee0e110..e0cb8e4 100644 --- a/src/renderer.c +++ b/src/renderer.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/renderer.h b/src/renderer.h index 3aea81b..75eb60a 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/save.c b/src/save.c index b48e199..a38ba5b 100644 --- a/src/save.c +++ b/src/save.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/save.h b/src/save.h index e02480c..b867923 100644 --- a/src/save.h +++ b/src/save.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/screen.c b/src/screen.c index 086fa7f..d6c584f 100644 --- a/src/screen.c +++ b/src/screen.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/screen.h b/src/screen.h index 158ee1d..ed46432 100644 --- a/src/screen.h +++ b/src/screen.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/ship.c b/src/ship.c index b4cd157..766228c 100644 --- a/src/ship.c +++ b/src/ship.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/ship.h b/src/ship.h index 7a6a0f3..0a02172 100644 --- a/src/ship.h +++ b/src/ship.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/shop.c b/src/shop.c index 927e957..1aafb1a 100644 --- a/src/shop.c +++ b/src/shop.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/shop.h b/src/shop.h index 1e6e6b6..16e7dc1 100644 --- a/src/shop.h +++ b/src/shop.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/structs.h b/src/structs.h index 49061b3..1a8f5bd 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/title.c b/src/title.c index 8fcee86..0be1f82 100644 --- a/src/title.c +++ b/src/title.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2012, 2015-2020 Layla Marchant +Copyright (C) 2012, 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -266,7 +266,7 @@ int title_show() 5, 0, FONT_WHITE, 0, copyrightText); gfx_renderString("Copyright Guus Sliepen, Astrid S. de Wijn and others 2012", 5, MENU_SPACING, FONT_WHITE, 0, copyrightText); - gfx_renderString("Copyright 2015-2020 Layla Marchant", + gfx_renderString("Copyright 2015-2020 The Diligent Circle", 5, 2 * MENU_SPACING, FONT_WHITE, 0, copyrightText); snprintf(buildVersion, STRMAX_SHORT, "Version %s", VERSION ); diff --git a/src/title.h b/src/title.h index 82364cf..44ca36f 100644 --- a/src/title.h +++ b/src/title.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/weapons.c b/src/weapons.c index e83d723..c0deb79 100644 --- a/src/weapons.c +++ b/src/weapons.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/weapons.h b/src/weapons.h index b2d07c5..53debf3 100644 --- a/src/weapons.h +++ b/src/weapons.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/window.c b/src/window.c index 5c885c2..f5f152e 100644 --- a/src/window.c +++ b/src/window.c @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011, 2012, 2013 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/window.h b/src/window.h index 020670d..ae7c9fc 100644 --- a/src/window.h +++ b/src/window.h @@ -1,7 +1,7 @@ /* Copyright (C) 2003 Parallel Realities Copyright (C) 2011 Guus Sliepen -Copyright (C) 2015-2020 Layla Marchant +Copyright (C) 2015-2020 The Diligent Circle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License