Skip to content

Commit

Permalink
Update outdated copyright notice in coaster files (OpenRCT2#22373)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronVanGeffen authored Jul 24, 2024
1 parent 543d4f6 commit 725f2c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 33 deletions.
15 changes: 4 additions & 11 deletions src/openrct2/ride/coaster/AlpineCoaster.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
#pragma region Copyright(c) 2014 - 2022 OpenRCT2 Developers
/*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2.
* Copyright (c) 2014-2024 OpenRCT2 developers
*
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#pragma endregion

#include "../../drawing/Drawing.h"
#include "../../interface/Viewport.h"
Expand Down
15 changes: 4 additions & 11 deletions src/openrct2/ride/coaster/HybridCoaster.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
#pragma region Copyright(c) 2014 - 2017 OpenRCT2 Developers
/*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2.
* Copyright (c) 2014-2024 OpenRCT2 developers
*
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md
* For more information, visit https//:ggithub.com/OpenRCT2/OpenRCT2
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#pragma endregion

#include "../../drawing/Drawing.h"
#include "../../interface/Viewport.h"
Expand Down
15 changes: 4 additions & 11 deletions src/openrct2/ride/coaster/SingleRailRollerCoaster.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
#pragma region Copyright(c) 2014 - 2017 OpenRCT2 Developers
/*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2.
* Copyright (c) 2014-2024 OpenRCT2 developers
*
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#pragma endregion

#include "../../drawing/Drawing.h"
#include "../../interface/Viewport.h"
Expand Down

0 comments on commit 725f2c9

Please sign in to comment.