Fixed copyright notices as indicated by Kyran

This commit is contained in:
Andrettin 2015-11-27 23:28:25 +01:00
parent 2d8f1cfd29
commit a0f9926091
41 changed files with 60 additions and 43 deletions

View file

@ -10,7 +10,7 @@
//
/**@name action_attack.cpp - The attack action. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name action_build.cpp - The build building action. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon,
// Russell Smith and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name action_build.cpp - The build building action. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon,
// Russell Smith and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name action_follow.cpp - The follow action. */
//
// (c) Copyright 2001-2015 by the Stratagus Team
// (c) Copyright 2001-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name action_still.cpp - The stand still action. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name action_train.cpp - The building train action. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name action_upgradeto.cpp - The unit upgrading to new action. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name command.cpp - Give units a command. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name ai_force.cpp - AI force functions. */
//
// (c) Copyright 2001-2015 by the Stratagus Team
// (c) Copyright 2001-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name ai_resource.cpp - AI resource manager. */
//
// (c) Copyright 2000-2015 by the Stratagus Team
// (c) Copyright 2000-2015 by Lutz Sammer, Antonis Chaniotis
// and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name script_ai.cpp - The AI ccl functions. */
//
// (c) Copyright 2000-2015 by the Stratagus Team
// (c) Copyright 2000-2015 by Lutz Sammer, Ludovic Pollet,
// Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name actions.cpp - The actions. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Russell Smith, Jimmy Salmon
// and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@ -168,8 +169,6 @@ int ParseAnimInt(const CUnit &unit, const char *parseint)
return goal->Resource.Active;
} else if (!strcmp(cur, "_Distance")) {
return unit.MapDistanceTo(*goal);
} else if (!strcmp(cur, "Direction")) {
return goal->Direction;
}
fprintf(stderr, "Bad variable name '%s'\n", cur);
ExitFatal(1);

View file

@ -10,7 +10,7 @@
//
/**@name animation_frame.cpp - The animation Frame. */
//
// (c) Copyright 2012-2015 by the Stratagus Team
// (c) Copyright 2012-2015 by Joris Dauphin and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name editloop.cpp - The editor main loop. */
//
// (c) Copyright 2002-2015 by the Stratagus Team
// (c) Copyright 2002-2015 by Lutz Sammer, Jimmy Salmon and
// Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name game.cpp - The game set-up and creation. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2007 by Lutz Sammer, Andreas Arens,
// Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name savegame.cpp - Save game. */
//
// (c) Copyright 2001-2015 by the Stratagus Team
// (c) Copyright 2001-2015 by Lutz Sammer, Andreas Arens and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name trigger.cpp - The trigger handling. */
//
// (c) Copyright 2002-2015 by the Stratagus Team
// (c) Copyright 2002-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name unit.h - The unit headerfile. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name unit.h - The unit headerfile. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon, Joris Dauphin
// and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name unittype.h - The unit-types headerfile. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name upgrade_structs.h - The upgrade/allow headerfile. */
//
// (c) Copyright 1999-2015 by the Stratagus Team
// (c) Copyright 1999-2015 by Vladi Belperchinov-Shabanski,
// Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name map_fog.cpp - The map fog of war handling. */
//
// (c) Copyright 1999-2015 by the Stratagus Team
// (c) Copyright 1999-2015 by Lutz Sammer, Vladi Shabanski,
// Russell Smith, Jimmy Salmon, Pali Rohár and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name map_wall.cpp - The map wall handling. */
//
// (c) Copyright 1999-2015 by the Stratagus Team
// (c) Copyright 1999-2015 by Vladi Shabanski and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -12,7 +12,7 @@
//
// I use breadth-first.
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2007 by Lutz Sammer and Russell Smith
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name sound.cpp - The sound. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Fabrice Rossi,
// Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name unitsound.cpp - The unit sounds. */
//
// (c) Copyright 1999-2015 by the Stratagus Team
// (c) Copyright 1999-2015 by Fabrice Rossi, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name groups.cpp - The units' groups handling. */
//
// (c) Copyright 1999-2015 by the Stratagus Team
// (c) Copyright 1999-2015 by Patrice Fortier, Lutz Sammer,
// Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name player.cpp - The players. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon, Nehal Mistry
// and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name selection.cpp - The units' selection. */
//
// (c) Copyright 1999-2015 by the Stratagus Team
// (c) Copyright 1999-2015 by Patrice Fortier, Lutz Sammer,
// Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name botpanel.cpp - The bottom panel. */
//
// (c) Copyright 1999-2015 by the Stratagus Team
// (c) Copyright 1999-2015 by Lutz Sammer, Vladi Belperchinov-Shabanski,
// Jimmy Salmon, cybermind and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name contenttype.cpp - . */
//
// (c) Copyright 1999-2015 by the Stratagus Team
// (c) Copyright 1999-2015 by Joris Dauphin and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name mainscr.cpp - The main screen. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Valery Shchedrin,
// Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name mouse.cpp - The mouse handling. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name build.cpp - The units. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon, Rafal Bursig
// and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name script_unit.cpp - The unit ccl functions. */
//
// (c) Copyright 2001-2015 by the Stratagus Team
// (c) Copyright 2001-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name script_unittype.cpp - The unit-type ccl functions. */
//
// (c) Copyright 1999-2015 by the Stratagus Team
// (c) Copyright 1999-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name unit.cpp - The units. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name unit_draw.cpp - The draw routines for units. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon, Nehal Mistry
// and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name unit_find.cpp - The find/select for units. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,7 @@
//
/**@name unittype.cpp - The unit types. */
//
// (c) Copyright 1998-2015 by the Stratagus Team
// (c) Copyright 1998-2015 by Lutz Sammer, Jimmy Salmon and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View file

@ -10,7 +10,8 @@
//
/**@name upgrade.cpp - The upgrade/allow functions. */
//
// (c) Copyright 1999-2015 by the Stratagus Team
// (c) Copyright 1999-2015 by Vladi Belperchinov-Shabanski, Jimmy Salmon
// and Andrettin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by