Skip to content

Commit

Permalink
Update Missed Years and Versions
Browse files Browse the repository at this point in the history
update missed years to 2025 and versions for updated to SFML 3.
  • Loading branch information
Hapaxia committed Feb 20, 2025
1 parent ee2f614 commit b4a45bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/SelbaWard/FrameTransition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// Frame Transition
//
// Copyright(c) 2023-2024 M.J.Silk
// Copyright(c) 2023-2025 M.J.Silk
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
Expand Down
4 changes: 2 additions & 2 deletions src/SelbaWard/FrameTransition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// Frame Transition
//
// Copyright(c) 2023-2024 M.J.Silk
// Copyright(c) 2023-2025 M.J.Silk
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
Expand Down Expand Up @@ -40,7 +40,7 @@
namespace selbaward
{

// SW Frame Transition v1.0.0
// SW Frame Transition v1.0.1
class FrameTransition : public sf::Drawable, public sf::Transformable
{
public:
Expand Down
2 changes: 1 addition & 1 deletion src/SelbaWard/NinePatch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
namespace selbaward
{

// SW Nine Patch v1.4.4
// SW Nine Patch v1.4.5
class NinePatch : public sf::Drawable, public sf::Transformable
{
public:
Expand Down
2 changes: 1 addition & 1 deletion src/SelbaWard/Starfield3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// Starfield 3D
//
// Copyright(c) 2023-2024 M.J.Silk
// Copyright(c) 2023-2025 M.J.Silk
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
Expand Down
4 changes: 2 additions & 2 deletions src/SelbaWard/Starfield3d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// Starfield 3D
//
// Copyright(c) 2023-2024 M.J.Silk
// Copyright(c) 2023-2025 M.J.Silk
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
Expand Down Expand Up @@ -40,7 +40,7 @@
namespace selbaward
{

// SW Starfield3d v1.0.1
// SW Starfield3d v1.0.2
class Starfield3d : public sf::Drawable, public sf::Transformable
{
public:
Expand Down

0 comments on commit b4a45bb

Please sign in to comment.