Skip to content

Commit 04b2bce

Browse files
committed
update copyright year
1 parent 8e546ae commit 04b2bce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Further, a documentation of the save game format is available [here](docs/SATISF
1414

1515
## License
1616

17-
> Copyright (C) 2021 - 2025 Moritz Heinemann
17+
> Copyright (C) 2021 - 2026 Moritz Heinemann
1818
>
1919
> This program is free software: you can redistribute it and/or modify
2020
> it under the terms of the GNU General Public License as published by

map/src/MapWindow/AboutWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void Satisfactory3DMap::AboutWindow::renderGui() {
4848
ImGui::TextUnformatted("Satisfactory 3D Map");
4949
ImGui::Text("Version: %s (Git: %s)", versionFull.c_str(), gitVersion.c_str());
5050
ImGui::TextUnformatted("");
51-
ImGui::TextUnformatted("Copyright (C) 2021 - 2025 Moritz Heinemann");
51+
ImGui::TextUnformatted("Copyright (C) 2021 - 2026 Moritz Heinemann");
5252
ImGui::TextUnformatted("Homepage:");
5353
ImGui::SameLine();
5454
ImGui::TextLinkOpenURL(githubUrl.c_str());

map/src/MapWindow/World/MapLODglTFWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void Satisfactory3DMap::MapLODglTFWriter::save(const std::filesystem::path& path
8181
tinygltf::Asset asset;
8282
asset.version = "2.0";
8383
asset.generator = "tinygltf";
84-
asset.copyright = "Copyright (c) 2019-2025 Coffee Stain Studios AB";
84+
asset.copyright = "Copyright (c) 2019-2026 Coffee Stain Studios AB";
8585
m.asset = asset;
8686

8787
m.buffers.emplace_back();

0 commit comments

Comments
 (0)