From cedbed4dc8ef74c6cce42b5687eea633af2a4232 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 21 Feb 2016 15:50:27 +0000 Subject: [PATCH] Updated copyright dates. --- src/battle/ai.c | 2 +- src/battle/ai.h | 2 +- src/battle/battle.c | 2 +- src/battle/battle.h | 2 +- src/battle/bullets.c | 2 +- src/battle/bullets.h | 2 +- src/battle/capitalShips.c | 2 +- src/battle/capitalShips.h | 2 +- src/battle/challenges.c | 2 +- src/battle/challenges.h | 2 +- src/battle/debris.c | 2 +- src/battle/debris.h | 2 +- src/battle/effects.c | 2 +- src/battle/effects.h | 2 +- src/battle/entities.c | 2 +- src/battle/entities.h | 2 +- src/battle/extractionPoint.c | 2 +- src/battle/extractionPoint.h | 2 +- src/battle/fighters.c | 2 +- src/battle/fighters.h | 2 +- src/battle/hud.c | 2 +- src/battle/hud.h | 2 +- src/battle/items.c | 2 +- src/battle/items.h | 2 +- src/battle/locations.c | 2 +- src/battle/locations.h | 2 +- src/battle/messageBox.c | 2 +- src/battle/messageBox.h | 2 +- src/battle/missionInfo.c | 2 +- src/battle/missionInfo.h | 2 +- src/battle/objectives.c | 2 +- src/battle/objectives.h | 2 +- src/battle/player.c | 2 +- src/battle/player.h | 2 +- src/battle/quadtree.c | 2 +- src/battle/quadtree.h | 2 +- src/battle/radar.c | 2 +- src/battle/radar.h | 2 +- src/battle/rope.c | 2 +- src/battle/rope.h | 2 +- src/battle/script.c | 2 +- src/battle/script.h | 2 +- src/battle/starfield.c | 2 +- src/battle/starfield.h | 2 +- src/battle/waypoints.c | 2 +- src/battle/waypoints.h | 2 +- src/defs.h | 2 +- src/draw/draw.c | 2 +- src/draw/draw.h | 2 +- src/draw/text.c | 2 +- src/draw/text.h | 2 +- src/galaxy/galacticMap.c | 2 +- src/galaxy/galacticMap.h | 2 +- src/galaxy/mission.c | 2 +- src/galaxy/mission.h | 2 +- src/galaxy/starSystems.c | 2 +- src/galaxy/starSystems.h | 2 +- src/galaxy/stats.c | 2 +- src/galaxy/stats.h | 2 +- src/game/game.c | 2 +- src/game/game.h | 2 +- src/game/title.c | 4 ++-- src/game/title.h | 2 +- src/main.c | 2 +- src/main.h | 2 +- src/plat/unix/unixInit.c | 2 +- src/plat/unix/unixInit.h | 2 +- src/plat/win32/win32Init.c | 2 +- src/plat/win32/win32Init.h | 2 +- src/structs.h | 2 +- src/system/dev.c | 2 +- src/system/dev.h | 2 +- src/system/init.c | 2 +- src/system/init.h | 2 +- src/system/input.c | 2 +- src/system/input.h | 2 +- src/system/io.c | 2 +- src/system/io.h | 2 +- src/system/load.c | 2 +- src/system/load.h | 2 +- src/system/lookup.c | 2 +- src/system/lookup.h | 2 +- src/system/options.c | 2 +- src/system/options.h | 2 +- src/system/save.c | 2 +- src/system/save.h | 2 +- src/system/sound.c | 2 +- src/system/sound.h | 2 +- src/system/textures.c | 2 +- src/system/textures.h | 2 +- src/system/transition.c | 2 +- src/system/transition.h | 2 +- src/system/util.c | 2 +- src/system/util.h | 2 +- src/system/widgets.c | 2 +- src/system/widgets.h | 2 +- src/test/testMission.c | 2 +- src/test/testMission.h | 2 +- 98 files changed, 99 insertions(+), 99 deletions(-) diff --git a/src/battle/ai.c b/src/battle/ai.c index bf54ca0..8cbe6c3 100644 --- a/src/battle/ai.c +++ b/src/battle/ai.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/ai.h b/src/battle/ai.h index 4de072b..19eece3 100644 --- a/src/battle/ai.h +++ b/src/battle/ai.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/battle.c b/src/battle/battle.c index 8fdc3e9..10fd507 100644 --- a/src/battle/battle.c +++ b/src/battle/battle.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/battle.h b/src/battle/battle.h index 4371501..dfd7ed3 100644 --- a/src/battle/battle.h +++ b/src/battle/battle.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/bullets.c b/src/battle/bullets.c index 08755ae..70b952d 100644 --- a/src/battle/bullets.c +++ b/src/battle/bullets.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/bullets.h b/src/battle/bullets.h index 331097e..70d66a9 100644 --- a/src/battle/bullets.h +++ b/src/battle/bullets.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/capitalShips.c b/src/battle/capitalShips.c index b9b2f8c..d38633e 100644 --- a/src/battle/capitalShips.c +++ b/src/battle/capitalShips.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/capitalShips.h b/src/battle/capitalShips.h index c521019..83f7045 100644 --- a/src/battle/capitalShips.h +++ b/src/battle/capitalShips.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/challenges.c b/src/battle/challenges.c index 28b0e29..212182b 100644 --- a/src/battle/challenges.c +++ b/src/battle/challenges.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/challenges.h b/src/battle/challenges.h index 03997f8..a5c230f 100644 --- a/src/battle/challenges.h +++ b/src/battle/challenges.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/debris.c b/src/battle/debris.c index 31e49dd..95c984e 100644 --- a/src/battle/debris.c +++ b/src/battle/debris.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/debris.h b/src/battle/debris.h index 4443d5f..9c61feb 100644 --- a/src/battle/debris.h +++ b/src/battle/debris.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/effects.c b/src/battle/effects.c index 455a42f..88662f0 100644 --- a/src/battle/effects.c +++ b/src/battle/effects.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/effects.h b/src/battle/effects.h index ce9b6b8..27b1d33 100644 --- a/src/battle/effects.h +++ b/src/battle/effects.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/entities.c b/src/battle/entities.c index ad3d7c2..83be970 100644 --- a/src/battle/entities.c +++ b/src/battle/entities.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/entities.h b/src/battle/entities.h index 1383d07..0d9f070 100644 --- a/src/battle/entities.h +++ b/src/battle/entities.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/extractionPoint.c b/src/battle/extractionPoint.c index 7d23f94..f603279 100644 --- a/src/battle/extractionPoint.c +++ b/src/battle/extractionPoint.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/extractionPoint.h b/src/battle/extractionPoint.h index e531127..411ff35 100644 --- a/src/battle/extractionPoint.h +++ b/src/battle/extractionPoint.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/fighters.c b/src/battle/fighters.c index 6ce707c..4e4fd48 100644 --- a/src/battle/fighters.c +++ b/src/battle/fighters.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/fighters.h b/src/battle/fighters.h index 1e5ae89..a0bdbeb 100644 --- a/src/battle/fighters.h +++ b/src/battle/fighters.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/hud.c b/src/battle/hud.c index 4a6ab56..d5c2921 100644 --- a/src/battle/hud.c +++ b/src/battle/hud.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/hud.h b/src/battle/hud.h index ab2fe81..e269c87 100644 --- a/src/battle/hud.h +++ b/src/battle/hud.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/items.c b/src/battle/items.c index b620748..02112f1 100644 --- a/src/battle/items.c +++ b/src/battle/items.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/items.h b/src/battle/items.h index 591c304..9d14949 100644 --- a/src/battle/items.h +++ b/src/battle/items.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/locations.c b/src/battle/locations.c index c770948..5636371 100644 --- a/src/battle/locations.c +++ b/src/battle/locations.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/locations.h b/src/battle/locations.h index 59b9fa8..f20b58b 100644 --- a/src/battle/locations.h +++ b/src/battle/locations.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/messageBox.c b/src/battle/messageBox.c index 9e1c469..dcfeb37 100644 --- a/src/battle/messageBox.c +++ b/src/battle/messageBox.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/messageBox.h b/src/battle/messageBox.h index c863522..9a8ac86 100644 --- a/src/battle/messageBox.h +++ b/src/battle/messageBox.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/missionInfo.c b/src/battle/missionInfo.c index bb9c399..38f8a9e 100644 --- a/src/battle/missionInfo.c +++ b/src/battle/missionInfo.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/missionInfo.h b/src/battle/missionInfo.h index aac3331..9b0a5e1 100644 --- a/src/battle/missionInfo.h +++ b/src/battle/missionInfo.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/objectives.c b/src/battle/objectives.c index a16cb8c..64efa1d 100644 --- a/src/battle/objectives.c +++ b/src/battle/objectives.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/objectives.h b/src/battle/objectives.h index c1a8d81..1275ade 100644 --- a/src/battle/objectives.h +++ b/src/battle/objectives.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/player.c b/src/battle/player.c index ba3fef1..ae6075a 100644 --- a/src/battle/player.c +++ b/src/battle/player.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/player.h b/src/battle/player.h index 26bffb6..b36a766 100644 --- a/src/battle/player.h +++ b/src/battle/player.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/quadtree.c b/src/battle/quadtree.c index 75991cb..cbe66d9 100644 --- a/src/battle/quadtree.c +++ b/src/battle/quadtree.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/quadtree.h b/src/battle/quadtree.h index 4d31286..c4552cd 100644 --- a/src/battle/quadtree.h +++ b/src/battle/quadtree.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/radar.c b/src/battle/radar.c index b6b585a..8705e2c 100644 --- a/src/battle/radar.c +++ b/src/battle/radar.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/radar.h b/src/battle/radar.h index 3721b13..4928728 100644 --- a/src/battle/radar.h +++ b/src/battle/radar.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/rope.c b/src/battle/rope.c index 7739624..db69da3 100644 --- a/src/battle/rope.c +++ b/src/battle/rope.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/rope.h b/src/battle/rope.h index 0e72f94..c837dbb 100644 --- a/src/battle/rope.h +++ b/src/battle/rope.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/script.c b/src/battle/script.c index 974608f..aeb4253 100644 --- a/src/battle/script.c +++ b/src/battle/script.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/script.h b/src/battle/script.h index 04208df..c10eb92 100644 --- a/src/battle/script.h +++ b/src/battle/script.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/starfield.c b/src/battle/starfield.c index 0820fd2..b7b52fe 100644 --- a/src/battle/starfield.c +++ b/src/battle/starfield.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/starfield.h b/src/battle/starfield.h index d23d5be..01f1abc 100644 --- a/src/battle/starfield.h +++ b/src/battle/starfield.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/waypoints.c b/src/battle/waypoints.c index c8caff5..3809886 100644 --- a/src/battle/waypoints.c +++ b/src/battle/waypoints.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/battle/waypoints.h b/src/battle/waypoints.h index 836e114..d9cf367 100644 --- a/src/battle/waypoints.h +++ b/src/battle/waypoints.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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 9dababd..aa9f01f 100644 --- a/src/defs.h +++ b/src/defs.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/draw/draw.c b/src/draw/draw.c index 4ddc88e..3daef12 100644 --- a/src/draw/draw.c +++ b/src/draw/draw.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/draw/draw.h b/src/draw/draw.h index 28ddcc9..8a895c0 100644 --- a/src/draw/draw.h +++ b/src/draw/draw.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/draw/text.c b/src/draw/text.c index f736326..df05a20 100644 --- a/src/draw/text.c +++ b/src/draw/text.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/draw/text.h b/src/draw/text.h index 682263b..cde22d2 100644 --- a/src/draw/text.h +++ b/src/draw/text.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/galaxy/galacticMap.c b/src/galaxy/galacticMap.c index 8ba4a9e..02adc96 100644 --- a/src/galaxy/galacticMap.c +++ b/src/galaxy/galacticMap.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/galaxy/galacticMap.h b/src/galaxy/galacticMap.h index ac2861b..f825cc9 100644 --- a/src/galaxy/galacticMap.h +++ b/src/galaxy/galacticMap.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/galaxy/mission.c b/src/galaxy/mission.c index fc14f74..4205f0f 100644 --- a/src/galaxy/mission.c +++ b/src/galaxy/mission.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/galaxy/mission.h b/src/galaxy/mission.h index b3be214..34d61a9 100644 --- a/src/galaxy/mission.h +++ b/src/galaxy/mission.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/galaxy/starSystems.c b/src/galaxy/starSystems.c index 1acc34d..4aab85a 100644 --- a/src/galaxy/starSystems.c +++ b/src/galaxy/starSystems.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/galaxy/starSystems.h b/src/galaxy/starSystems.h index bdc2d4a..37574ba 100644 --- a/src/galaxy/starSystems.h +++ b/src/galaxy/starSystems.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/galaxy/stats.c b/src/galaxy/stats.c index b2cfe61..e733d32 100644 --- a/src/galaxy/stats.c +++ b/src/galaxy/stats.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/galaxy/stats.h b/src/galaxy/stats.h index ec40b8d..aba9c12 100644 --- a/src/galaxy/stats.h +++ b/src/galaxy/stats.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/game.c b/src/game/game.c index 96d5531..c00f69a 100644 --- a/src/game/game.c +++ b/src/game/game.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/game.h b/src/game/game.h index aa9c66f..9662181 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/title.c b/src/game/title.c index 9c043cf..8484d35 100644 --- a/src/game/title.c +++ b/src/game/title.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -173,7 +173,7 @@ static void draw(void) blit(pandoranWar, SCREEN_WIDTH / 2, 110, 1); - drawText(10, SCREEN_HEIGHT - 25, 14, TA_LEFT, colors.white, "Copyright Parallel Realities, 2015"); + drawText(10, SCREEN_HEIGHT - 25, 14, TA_LEFT, colors.white, "Copyright Parallel Realities, 2015-2016"); drawText(SCREEN_WIDTH - 10, SCREEN_HEIGHT - 25, 14, TA_RIGHT, colors.white, "Version %.2f.%d", VERSION, REVISION); if (!showingOptions) diff --git a/src/game/title.h b/src/game/title.h index f61da86..eae8393 100644 --- a/src/game/title.h +++ b/src/game/title.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/main.c b/src/main.c index bdc0517..3471d20 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/main.h b/src/main.h index a504a91..c5705a8 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/plat/unix/unixInit.c b/src/plat/unix/unixInit.c index 3b712d0..f4307fb 100644 --- a/src/plat/unix/unixInit.c +++ b/src/plat/unix/unixInit.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/plat/unix/unixInit.h b/src/plat/unix/unixInit.h index ef47643..7088e14 100644 --- a/src/plat/unix/unixInit.h +++ b/src/plat/unix/unixInit.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/plat/win32/win32Init.c b/src/plat/win32/win32Init.c index c2cfc91..742dce4 100644 --- a/src/plat/win32/win32Init.c +++ b/src/plat/win32/win32Init.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/plat/win32/win32Init.h b/src/plat/win32/win32Init.h index c21a68c..022a771 100644 --- a/src/plat/win32/win32Init.h +++ b/src/plat/win32/win32Init.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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 f087bda..abcfd6d 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/dev.c b/src/system/dev.c index 648a471..019a190 100644 --- a/src/system/dev.c +++ b/src/system/dev.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/dev.h b/src/system/dev.h index 5b4a97c..94e79d8 100644 --- a/src/system/dev.h +++ b/src/system/dev.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/init.c b/src/system/init.c index 8d49d1d..6c3c521 100644 --- a/src/system/init.c +++ b/src/system/init.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/init.h b/src/system/init.h index 92c9e65..b8b7a20 100644 --- a/src/system/init.h +++ b/src/system/init.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/input.c b/src/system/input.c index 5730390..5de5da1 100644 --- a/src/system/input.c +++ b/src/system/input.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/input.h b/src/system/input.h index 38dcee7..1135265 100644 --- a/src/system/input.h +++ b/src/system/input.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/io.c b/src/system/io.c index 8f2ca6a..02398c1 100644 --- a/src/system/io.c +++ b/src/system/io.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/io.h b/src/system/io.h index 07de144..6db1e31 100644 --- a/src/system/io.h +++ b/src/system/io.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/load.c b/src/system/load.c index 994b58d..b7ac93a 100644 --- a/src/system/load.c +++ b/src/system/load.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/load.h b/src/system/load.h index 58c8bbb..84ea951 100644 --- a/src/system/load.h +++ b/src/system/load.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/lookup.c b/src/system/lookup.c index ad49b55..9a9cf39 100644 --- a/src/system/lookup.c +++ b/src/system/lookup.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/lookup.h b/src/system/lookup.h index ffd9495..43b6747 100644 --- a/src/system/lookup.h +++ b/src/system/lookup.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/options.c b/src/system/options.c index 303df56..158fb80 100644 --- a/src/system/options.c +++ b/src/system/options.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/options.h b/src/system/options.h index eb739e6..3a00e8c 100644 --- a/src/system/options.h +++ b/src/system/options.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/save.c b/src/system/save.c index 2205082..cb4b7e3 100644 --- a/src/system/save.c +++ b/src/system/save.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/save.h b/src/system/save.h index 7fc90dd..b2160e3 100644 --- a/src/system/save.h +++ b/src/system/save.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/sound.c b/src/system/sound.c index e0addbd..b649523 100644 --- a/src/system/sound.c +++ b/src/system/sound.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/sound.h b/src/system/sound.h index cfe7339..f6b911f 100644 --- a/src/system/sound.h +++ b/src/system/sound.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/textures.c b/src/system/textures.c index 072cf19..35fabf2 100644 --- a/src/system/textures.c +++ b/src/system/textures.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/textures.h b/src/system/textures.h index 162b7e7..624ead1 100644 --- a/src/system/textures.h +++ b/src/system/textures.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/transition.c b/src/system/transition.c index 2db2ff9..60551b8 100644 --- a/src/system/transition.c +++ b/src/system/transition.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/transition.h b/src/system/transition.h index 103ae06..0f20cec 100644 --- a/src/system/transition.h +++ b/src/system/transition.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/util.c b/src/system/util.c index 862642d..3f16008 100644 --- a/src/system/util.c +++ b/src/system/util.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/util.h b/src/system/util.h index ffd9495..43b6747 100644 --- a/src/system/util.h +++ b/src/system/util.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/widgets.c b/src/system/widgets.c index f19a76f..f9ddade 100644 --- a/src/system/widgets.c +++ b/src/system/widgets.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/system/widgets.h b/src/system/widgets.h index a3444f6..8e3d3d6 100644 --- a/src/system/widgets.h +++ b/src/system/widgets.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/test/testMission.c b/src/test/testMission.c index 3145b2a..4554615 100644 --- a/src/test/testMission.c +++ b/src/test/testMission.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities 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/test/testMission.h b/src/test/testMission.h index c4834a0..b7e1f6d 100644 --- a/src/test/testMission.h +++ b/src/test/testMission.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2015 Parallel Realities +Copyright (C) 2015-2016 Parallel Realities This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License