From 67a1dd605d23f4c72a1d4c771a82275ef5658474 Mon Sep 17 00:00:00 2001 From: OmniaX-Dev Date: Sun, 3 May 2026 02:13:46 +0200 Subject: [PATCH] Updated copyright notice --- other/build.nr | 2 +- src/ogfx/gui/ContextMenu.cpp | 2 +- src/ogfx/gui/ContextMenu.hpp | 2 +- src/ogfx/gui/Events.hpp | 2 +- src/ogfx/gui/Layout.cpp | 2 +- src/ogfx/gui/Layout.hpp | 2 +- src/ogfx/gui/LayoutHint.hpp | 2 +- src/ogfx/gui/MenuBar.cpp | 2 +- src/ogfx/gui/MenuBar.hpp | 2 +- src/ogfx/gui/RawTextInput.cpp | 2 +- src/ogfx/gui/RawTextInput.hpp | 2 +- src/ogfx/gui/ToolBar.cpp | 2 +- src/ogfx/gui/ToolBar.hpp | 2 +- src/ogfx/gui/WidgetManager.cpp | 2 +- src/ogfx/gui/WidgetManager.hpp | 2 +- src/ogfx/gui/Widgets.hpp | 2 +- src/ogfx/gui/Window.cpp | 2 +- src/ogfx/gui/Window.hpp | 2 +- src/ogfx/gui/WindowOutputHandler.cpp | 2 +- src/ogfx/gui/WindowOutputHandler.hpp | 2 +- src/ogfx/gui/widgets/Button.cpp | 2 +- src/ogfx/gui/widgets/Button.hpp | 2 +- src/ogfx/gui/widgets/CheckBox.cpp | 2 +- src/ogfx/gui/widgets/CheckBox.hpp | 2 +- src/ogfx/gui/widgets/ComboBox.cpp | 2 +- src/ogfx/gui/widgets/ComboBox.hpp | 2 +- src/ogfx/gui/widgets/Containers.cpp | 2 +- src/ogfx/gui/widgets/Containers.hpp | 2 +- src/ogfx/gui/widgets/Label.cpp | 2 +- src/ogfx/gui/widgets/Label.hpp | 2 +- src/ogfx/gui/widgets/ProgressBar.cpp | 2 +- src/ogfx/gui/widgets/ProgressBar.hpp | 2 +- src/ogfx/gui/widgets/RadioButton.cpp | 2 +- src/ogfx/gui/widgets/RadioButton.hpp | 2 +- src/ogfx/gui/widgets/RootWidget.cpp | 2 +- src/ogfx/gui/widgets/RootWidget.hpp | 2 +- src/ogfx/gui/widgets/Scrollbar.cpp | 2 +- src/ogfx/gui/widgets/Scrollbar.hpp | 2 +- src/ogfx/gui/widgets/Slider.cpp | 2 +- src/ogfx/gui/widgets/Slider.hpp | 2 +- src/ogfx/gui/widgets/TreeView.cpp | 2 +- src/ogfx/gui/widgets/TreeView.hpp | 2 +- src/ogfx/gui/widgets/Widget.cpp | 2 +- src/ogfx/gui/widgets/Widget.hpp | 2 +- src/ogfx/ogfx.hpp | 2 +- src/ogfx/render/BasicRenderer.cpp | 2 +- src/ogfx/render/BasicRenderer.hpp | 2 +- src/ogfx/render/FontGlyphAtlas.cpp | 2 +- src/ogfx/render/FontGlyphAtlas.hpp | 2 +- src/ogfx/render/PixelRenderer.cpp | 2 +- src/ogfx/render/PixelRenderer.hpp | 2 +- src/ogfx/resources/Image.cpp | 2 +- src/ogfx/resources/Image.hpp | 2 +- src/ogfx/resources/UbuntuTTF.cpp | 2 +- src/ogfx/resources/UbuntuTTF.hpp | 2 +- src/ogfx/utils/Animation.cpp | 2 +- src/ogfx/utils/Animation.hpp | 2 +- src/ogfx/utils/Keycodes.hpp | 2 +- src/ogfx/utils/SDLInclude.hpp | 2 +- src/ostd/data/AnimationData.hpp | 2 +- src/ostd/data/BaseObject.hpp | 2 +- src/ostd/data/Bitfields.hpp | 2 +- src/ostd/data/Color.hpp | 2 +- src/ostd/data/Types.hpp | 2 +- src/ostd/io/Console.hpp | 2 +- src/ostd/io/Errors.hpp | 2 +- src/ostd/io/File.hpp | 2 +- src/ostd/io/FileSystem.hpp | 2 +- src/ostd/io/IOHandlers.hpp | 2 +- src/ostd/io/Json.hpp | 2 +- src/ostd/io/Logger.hpp | 2 +- src/ostd/io/Memory.cpp | 2 +- src/ostd/io/Memory.hpp | 2 +- src/ostd/io/Midi.hpp | 2 +- src/ostd/io/Serial.hpp | 2 +- src/ostd/io/StaticHashMap.hpp | 2 +- src/ostd/io/Stylesheet.cpp | 2 +- src/ostd/io/Stylesheet.hpp | 2 +- src/ostd/math/Geometry.hpp | 2 +- src/ostd/math/MathUtils.cpp | 2 +- src/ostd/math/MathUtils.hpp | 2 +- src/ostd/math/Random.hpp | 2 +- src/ostd/math/SineWave.hpp | 2 +- src/ostd/math/Spline.hpp | 2 +- src/ostd/ostd.hpp | 2 +- src/ostd/string/String.hpp | 2 +- src/ostd/string/TextStyleParser.hpp | 2 +- src/ostd/utils/Defines.hpp | 2 +- src/ostd/utils/Hash.cpp | 2 +- src/ostd/utils/Hash.hpp | 2 +- src/ostd/utils/Logic.cpp | 2 +- src/ostd/utils/Logic.hpp | 2 +- src/ostd/utils/PathFinder.hpp | 2 +- src/ostd/utils/QuadTree.hpp | 2 +- src/ostd/utils/Signals.hpp | 2 +- src/ostd/utils/Time.hpp | 2 +- src/test/GraphicsWindowTest.cpp | 2 +- src/test/GuiTest.cpp | 2 +- 98 files changed, 98 insertions(+), 98 deletions(-) diff --git a/other/build.nr b/other/build.nr index 883bec9..16e30f7 100644 --- a/other/build.nr +++ b/other/build.nr @@ -1 +1 @@ -2074 +2075 diff --git a/src/ogfx/gui/ContextMenu.cpp b/src/ogfx/gui/ContextMenu.cpp index 1980284..61d8734 100644 --- a/src/ogfx/gui/ContextMenu.cpp +++ b/src/ogfx/gui/ContextMenu.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/ContextMenu.hpp b/src/ogfx/gui/ContextMenu.hpp index 6e14de6..82c2e8f 100644 --- a/src/ogfx/gui/ContextMenu.hpp +++ b/src/ogfx/gui/ContextMenu.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/Events.hpp b/src/ogfx/gui/Events.hpp index 456aad6..ac7efa3 100644 --- a/src/ogfx/gui/Events.hpp +++ b/src/ogfx/gui/Events.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/Layout.cpp b/src/ogfx/gui/Layout.cpp index e1f0c32..fc17836 100644 --- a/src/ogfx/gui/Layout.cpp +++ b/src/ogfx/gui/Layout.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/Layout.hpp b/src/ogfx/gui/Layout.hpp index b6ec96c..d0b99f7 100644 --- a/src/ogfx/gui/Layout.hpp +++ b/src/ogfx/gui/Layout.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/LayoutHint.hpp b/src/ogfx/gui/LayoutHint.hpp index 19ff726..91b8a47 100644 --- a/src/ogfx/gui/LayoutHint.hpp +++ b/src/ogfx/gui/LayoutHint.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/MenuBar.cpp b/src/ogfx/gui/MenuBar.cpp index 95c80e5..4466d54 100644 --- a/src/ogfx/gui/MenuBar.cpp +++ b/src/ogfx/gui/MenuBar.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/MenuBar.hpp b/src/ogfx/gui/MenuBar.hpp index 8a139b1..d1358a0 100644 --- a/src/ogfx/gui/MenuBar.hpp +++ b/src/ogfx/gui/MenuBar.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/RawTextInput.cpp b/src/ogfx/gui/RawTextInput.cpp index 0cd228d..6e2b68b 100644 --- a/src/ogfx/gui/RawTextInput.cpp +++ b/src/ogfx/gui/RawTextInput.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/RawTextInput.hpp b/src/ogfx/gui/RawTextInput.hpp index 67a3f50..02434ec 100644 --- a/src/ogfx/gui/RawTextInput.hpp +++ b/src/ogfx/gui/RawTextInput.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/ToolBar.cpp b/src/ogfx/gui/ToolBar.cpp index fb1d2f9..0446c41 100644 --- a/src/ogfx/gui/ToolBar.cpp +++ b/src/ogfx/gui/ToolBar.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/ToolBar.hpp b/src/ogfx/gui/ToolBar.hpp index 34ad057..dd62a8f 100644 --- a/src/ogfx/gui/ToolBar.hpp +++ b/src/ogfx/gui/ToolBar.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/WidgetManager.cpp b/src/ogfx/gui/WidgetManager.cpp index a336be5..26ff9ca 100644 --- a/src/ogfx/gui/WidgetManager.cpp +++ b/src/ogfx/gui/WidgetManager.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/WidgetManager.hpp b/src/ogfx/gui/WidgetManager.hpp index 465ba40..62e17b0 100644 --- a/src/ogfx/gui/WidgetManager.hpp +++ b/src/ogfx/gui/WidgetManager.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/Widgets.hpp b/src/ogfx/gui/Widgets.hpp index 5b82817..19e449c 100644 --- a/src/ogfx/gui/Widgets.hpp +++ b/src/ogfx/gui/Widgets.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/Window.cpp b/src/ogfx/gui/Window.cpp index 9cf9fa9..628efad 100644 --- a/src/ogfx/gui/Window.cpp +++ b/src/ogfx/gui/Window.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/Window.hpp b/src/ogfx/gui/Window.hpp index f4a4fd0..79598b4 100644 --- a/src/ogfx/gui/Window.hpp +++ b/src/ogfx/gui/Window.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/WindowOutputHandler.cpp b/src/ogfx/gui/WindowOutputHandler.cpp index 9a588b1..2ac4767 100644 --- a/src/ogfx/gui/WindowOutputHandler.cpp +++ b/src/ogfx/gui/WindowOutputHandler.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/WindowOutputHandler.hpp b/src/ogfx/gui/WindowOutputHandler.hpp index 278fe5d..47684df 100644 --- a/src/ogfx/gui/WindowOutputHandler.hpp +++ b/src/ogfx/gui/WindowOutputHandler.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Button.cpp b/src/ogfx/gui/widgets/Button.cpp index a66a870..4252caa 100644 --- a/src/ogfx/gui/widgets/Button.cpp +++ b/src/ogfx/gui/widgets/Button.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Button.hpp b/src/ogfx/gui/widgets/Button.hpp index 91321cb..97c051c 100644 --- a/src/ogfx/gui/widgets/Button.hpp +++ b/src/ogfx/gui/widgets/Button.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/CheckBox.cpp b/src/ogfx/gui/widgets/CheckBox.cpp index a0fcdaf..4e6824a 100644 --- a/src/ogfx/gui/widgets/CheckBox.cpp +++ b/src/ogfx/gui/widgets/CheckBox.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/CheckBox.hpp b/src/ogfx/gui/widgets/CheckBox.hpp index 6374b3f..9ce89f6 100644 --- a/src/ogfx/gui/widgets/CheckBox.hpp +++ b/src/ogfx/gui/widgets/CheckBox.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/ComboBox.cpp b/src/ogfx/gui/widgets/ComboBox.cpp index ba6a2d5..1d2d507 100644 --- a/src/ogfx/gui/widgets/ComboBox.cpp +++ b/src/ogfx/gui/widgets/ComboBox.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/ComboBox.hpp b/src/ogfx/gui/widgets/ComboBox.hpp index 8600e0b..d9c0902 100644 --- a/src/ogfx/gui/widgets/ComboBox.hpp +++ b/src/ogfx/gui/widgets/ComboBox.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Containers.cpp b/src/ogfx/gui/widgets/Containers.cpp index 9c359d3..5453100 100644 --- a/src/ogfx/gui/widgets/Containers.cpp +++ b/src/ogfx/gui/widgets/Containers.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Containers.hpp b/src/ogfx/gui/widgets/Containers.hpp index 67f4cb8..7e40d37 100644 --- a/src/ogfx/gui/widgets/Containers.hpp +++ b/src/ogfx/gui/widgets/Containers.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Label.cpp b/src/ogfx/gui/widgets/Label.cpp index a53b45b..95076a4 100644 --- a/src/ogfx/gui/widgets/Label.cpp +++ b/src/ogfx/gui/widgets/Label.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Label.hpp b/src/ogfx/gui/widgets/Label.hpp index 0defb29..27289c7 100644 --- a/src/ogfx/gui/widgets/Label.hpp +++ b/src/ogfx/gui/widgets/Label.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/ProgressBar.cpp b/src/ogfx/gui/widgets/ProgressBar.cpp index 4823a6f..3bc2e36 100644 --- a/src/ogfx/gui/widgets/ProgressBar.cpp +++ b/src/ogfx/gui/widgets/ProgressBar.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/ProgressBar.hpp b/src/ogfx/gui/widgets/ProgressBar.hpp index d296d68..4313b43 100644 --- a/src/ogfx/gui/widgets/ProgressBar.hpp +++ b/src/ogfx/gui/widgets/ProgressBar.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/RadioButton.cpp b/src/ogfx/gui/widgets/RadioButton.cpp index 823ba42..50d37d1 100644 --- a/src/ogfx/gui/widgets/RadioButton.cpp +++ b/src/ogfx/gui/widgets/RadioButton.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/RadioButton.hpp b/src/ogfx/gui/widgets/RadioButton.hpp index b5bb9f4..ba219c5 100644 --- a/src/ogfx/gui/widgets/RadioButton.hpp +++ b/src/ogfx/gui/widgets/RadioButton.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/RootWidget.cpp b/src/ogfx/gui/widgets/RootWidget.cpp index 5436235..caef303 100644 --- a/src/ogfx/gui/widgets/RootWidget.cpp +++ b/src/ogfx/gui/widgets/RootWidget.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/RootWidget.hpp b/src/ogfx/gui/widgets/RootWidget.hpp index 457c7db..f495ec1 100644 --- a/src/ogfx/gui/widgets/RootWidget.hpp +++ b/src/ogfx/gui/widgets/RootWidget.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Scrollbar.cpp b/src/ogfx/gui/widgets/Scrollbar.cpp index 87a290b..3804e71 100644 --- a/src/ogfx/gui/widgets/Scrollbar.cpp +++ b/src/ogfx/gui/widgets/Scrollbar.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Scrollbar.hpp b/src/ogfx/gui/widgets/Scrollbar.hpp index b308e46..a7e3d22 100644 --- a/src/ogfx/gui/widgets/Scrollbar.hpp +++ b/src/ogfx/gui/widgets/Scrollbar.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Slider.cpp b/src/ogfx/gui/widgets/Slider.cpp index 9be7eea..0368070 100644 --- a/src/ogfx/gui/widgets/Slider.cpp +++ b/src/ogfx/gui/widgets/Slider.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Slider.hpp b/src/ogfx/gui/widgets/Slider.hpp index 3412f45..6ffc3c4 100644 --- a/src/ogfx/gui/widgets/Slider.hpp +++ b/src/ogfx/gui/widgets/Slider.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/TreeView.cpp b/src/ogfx/gui/widgets/TreeView.cpp index a1d8b95..eb7c38a 100644 --- a/src/ogfx/gui/widgets/TreeView.cpp +++ b/src/ogfx/gui/widgets/TreeView.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/TreeView.hpp b/src/ogfx/gui/widgets/TreeView.hpp index 118709e..ad8f399 100644 --- a/src/ogfx/gui/widgets/TreeView.hpp +++ b/src/ogfx/gui/widgets/TreeView.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Widget.cpp b/src/ogfx/gui/widgets/Widget.cpp index d798c27..8bfa5b5 100644 --- a/src/ogfx/gui/widgets/Widget.cpp +++ b/src/ogfx/gui/widgets/Widget.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/gui/widgets/Widget.hpp b/src/ogfx/gui/widgets/Widget.hpp index 3813338..ece73d0 100644 --- a/src/ogfx/gui/widgets/Widget.hpp +++ b/src/ogfx/gui/widgets/Widget.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/ogfx.hpp b/src/ogfx/ogfx.hpp index f483be8..2f7fa7d 100644 --- a/src/ogfx/ogfx.hpp +++ b/src/ogfx/ogfx.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/render/BasicRenderer.cpp b/src/ogfx/render/BasicRenderer.cpp index 439248b..140bba0 100644 --- a/src/ogfx/render/BasicRenderer.cpp +++ b/src/ogfx/render/BasicRenderer.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/render/BasicRenderer.hpp b/src/ogfx/render/BasicRenderer.hpp index 78b6f91..b8bc615 100644 --- a/src/ogfx/render/BasicRenderer.hpp +++ b/src/ogfx/render/BasicRenderer.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/render/FontGlyphAtlas.cpp b/src/ogfx/render/FontGlyphAtlas.cpp index 28a42bc..e0e94ad 100644 --- a/src/ogfx/render/FontGlyphAtlas.cpp +++ b/src/ogfx/render/FontGlyphAtlas.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/render/FontGlyphAtlas.hpp b/src/ogfx/render/FontGlyphAtlas.hpp index c0250a5..e26cc87 100644 --- a/src/ogfx/render/FontGlyphAtlas.hpp +++ b/src/ogfx/render/FontGlyphAtlas.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/render/PixelRenderer.cpp b/src/ogfx/render/PixelRenderer.cpp index 0e07acc..86c8712 100644 --- a/src/ogfx/render/PixelRenderer.cpp +++ b/src/ogfx/render/PixelRenderer.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/render/PixelRenderer.hpp b/src/ogfx/render/PixelRenderer.hpp index 8fae9a9..05c93f4 100644 --- a/src/ogfx/render/PixelRenderer.hpp +++ b/src/ogfx/render/PixelRenderer.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/resources/Image.cpp b/src/ogfx/resources/Image.cpp index 19a6905..c6b9493 100644 --- a/src/ogfx/resources/Image.cpp +++ b/src/ogfx/resources/Image.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/resources/Image.hpp b/src/ogfx/resources/Image.hpp index 39baefe..eb620b5 100644 --- a/src/ogfx/resources/Image.hpp +++ b/src/ogfx/resources/Image.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/resources/UbuntuTTF.cpp b/src/ogfx/resources/UbuntuTTF.cpp index bbcf96b..6f57af4 100644 --- a/src/ogfx/resources/UbuntuTTF.cpp +++ b/src/ogfx/resources/UbuntuTTF.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/resources/UbuntuTTF.hpp b/src/ogfx/resources/UbuntuTTF.hpp index bbd8af9..5fdb762 100644 --- a/src/ogfx/resources/UbuntuTTF.hpp +++ b/src/ogfx/resources/UbuntuTTF.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/utils/Animation.cpp b/src/ogfx/utils/Animation.cpp index 301c72e..a86352f 100644 --- a/src/ogfx/utils/Animation.cpp +++ b/src/ogfx/utils/Animation.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/utils/Animation.hpp b/src/ogfx/utils/Animation.hpp index 198f8c1..8a79163 100644 --- a/src/ogfx/utils/Animation.hpp +++ b/src/ogfx/utils/Animation.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/utils/Keycodes.hpp b/src/ogfx/utils/Keycodes.hpp index 9754023..cf678bd 100644 --- a/src/ogfx/utils/Keycodes.hpp +++ b/src/ogfx/utils/Keycodes.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ogfx/utils/SDLInclude.hpp b/src/ogfx/utils/SDLInclude.hpp index 533c045..2fe2c29 100644 --- a/src/ogfx/utils/SDLInclude.hpp +++ b/src/ogfx/utils/SDLInclude.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/data/AnimationData.hpp b/src/ostd/data/AnimationData.hpp index bdbbdae..6ca5092 100644 --- a/src/ostd/data/AnimationData.hpp +++ b/src/ostd/data/AnimationData.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/data/BaseObject.hpp b/src/ostd/data/BaseObject.hpp index 1b03909..edce197 100755 --- a/src/ostd/data/BaseObject.hpp +++ b/src/ostd/data/BaseObject.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/data/Bitfields.hpp b/src/ostd/data/Bitfields.hpp index 4027174..edd02fd 100755 --- a/src/ostd/data/Bitfields.hpp +++ b/src/ostd/data/Bitfields.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/data/Color.hpp b/src/ostd/data/Color.hpp index 6c7c105..fdf03e0 100755 --- a/src/ostd/data/Color.hpp +++ b/src/ostd/data/Color.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/data/Types.hpp b/src/ostd/data/Types.hpp index d73d4a6..1669654 100755 --- a/src/ostd/data/Types.hpp +++ b/src/ostd/data/Types.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/Console.hpp b/src/ostd/io/Console.hpp index a65e344..08c9e9e 100644 --- a/src/ostd/io/Console.hpp +++ b/src/ostd/io/Console.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/Errors.hpp b/src/ostd/io/Errors.hpp index 633960b..26fda24 100755 --- a/src/ostd/io/Errors.hpp +++ b/src/ostd/io/Errors.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/File.hpp b/src/ostd/io/File.hpp index a4896b7..b8797a7 100755 --- a/src/ostd/io/File.hpp +++ b/src/ostd/io/File.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/FileSystem.hpp b/src/ostd/io/FileSystem.hpp index 53c3c8d..75b9d45 100644 --- a/src/ostd/io/FileSystem.hpp +++ b/src/ostd/io/FileSystem.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/IOHandlers.hpp b/src/ostd/io/IOHandlers.hpp index 4eeba36..decd26a 100644 --- a/src/ostd/io/IOHandlers.hpp +++ b/src/ostd/io/IOHandlers.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/Json.hpp b/src/ostd/io/Json.hpp index a158c3e..053df45 100644 --- a/src/ostd/io/Json.hpp +++ b/src/ostd/io/Json.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/Logger.hpp b/src/ostd/io/Logger.hpp index c085213..8bcd4e3 100755 --- a/src/ostd/io/Logger.hpp +++ b/src/ostd/io/Logger.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/Memory.cpp b/src/ostd/io/Memory.cpp index 40a81c0..4cc7b39 100644 --- a/src/ostd/io/Memory.cpp +++ b/src/ostd/io/Memory.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/Memory.hpp b/src/ostd/io/Memory.hpp index 0393372..e799ad4 100644 --- a/src/ostd/io/Memory.hpp +++ b/src/ostd/io/Memory.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/Midi.hpp b/src/ostd/io/Midi.hpp index 648a92b..8b2effb 100644 --- a/src/ostd/io/Midi.hpp +++ b/src/ostd/io/Midi.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/Serial.hpp b/src/ostd/io/Serial.hpp index 6af5c1e..3347e64 100755 --- a/src/ostd/io/Serial.hpp +++ b/src/ostd/io/Serial.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/StaticHashMap.hpp b/src/ostd/io/StaticHashMap.hpp index 2a07e8f..74143bb 100644 --- a/src/ostd/io/StaticHashMap.hpp +++ b/src/ostd/io/StaticHashMap.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/Stylesheet.cpp b/src/ostd/io/Stylesheet.cpp index 4b62838..ec49469 100644 --- a/src/ostd/io/Stylesheet.cpp +++ b/src/ostd/io/Stylesheet.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/io/Stylesheet.hpp b/src/ostd/io/Stylesheet.hpp index ef8f6c7..fb5dcfb 100644 --- a/src/ostd/io/Stylesheet.hpp +++ b/src/ostd/io/Stylesheet.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/math/Geometry.hpp b/src/ostd/math/Geometry.hpp index 4fd1b54..af0b37b 100755 --- a/src/ostd/math/Geometry.hpp +++ b/src/ostd/math/Geometry.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/math/MathUtils.cpp b/src/ostd/math/MathUtils.cpp index 67bc7e8..9c673fb 100644 --- a/src/ostd/math/MathUtils.cpp +++ b/src/ostd/math/MathUtils.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/math/MathUtils.hpp b/src/ostd/math/MathUtils.hpp index 62cfa25..f50dc54 100644 --- a/src/ostd/math/MathUtils.hpp +++ b/src/ostd/math/MathUtils.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/math/Random.hpp b/src/ostd/math/Random.hpp index 2405d87..5ffefbf 100755 --- a/src/ostd/math/Random.hpp +++ b/src/ostd/math/Random.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/math/SineWave.hpp b/src/ostd/math/SineWave.hpp index 070189e..94f3bd4 100755 --- a/src/ostd/math/SineWave.hpp +++ b/src/ostd/math/SineWave.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/math/Spline.hpp b/src/ostd/math/Spline.hpp index 88e5a64..54b753a 100755 --- a/src/ostd/math/Spline.hpp +++ b/src/ostd/math/Spline.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/ostd.hpp b/src/ostd/ostd.hpp index 7eb7599..6a937b2 100644 --- a/src/ostd/ostd.hpp +++ b/src/ostd/ostd.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/string/String.hpp b/src/ostd/string/String.hpp index 38c4bd9..17b6131 100644 --- a/src/ostd/string/String.hpp +++ b/src/ostd/string/String.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/string/TextStyleParser.hpp b/src/ostd/string/TextStyleParser.hpp index ca8d12b..8f8d701 100644 --- a/src/ostd/string/TextStyleParser.hpp +++ b/src/ostd/string/TextStyleParser.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/utils/Defines.hpp b/src/ostd/utils/Defines.hpp index 8cc79a6..a71fd4e 100755 --- a/src/ostd/utils/Defines.hpp +++ b/src/ostd/utils/Defines.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/utils/Hash.cpp b/src/ostd/utils/Hash.cpp index f8b50e6..87d7328 100644 --- a/src/ostd/utils/Hash.cpp +++ b/src/ostd/utils/Hash.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/utils/Hash.hpp b/src/ostd/utils/Hash.hpp index 3263217..bfcdb9b 100644 --- a/src/ostd/utils/Hash.hpp +++ b/src/ostd/utils/Hash.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/utils/Logic.cpp b/src/ostd/utils/Logic.cpp index d8586ac..7fac111 100755 --- a/src/ostd/utils/Logic.cpp +++ b/src/ostd/utils/Logic.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/utils/Logic.hpp b/src/ostd/utils/Logic.hpp index 6c12790..08bdca6 100755 --- a/src/ostd/utils/Logic.hpp +++ b/src/ostd/utils/Logic.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/utils/PathFinder.hpp b/src/ostd/utils/PathFinder.hpp index 4473def..b8d7fe7 100755 --- a/src/ostd/utils/PathFinder.hpp +++ b/src/ostd/utils/PathFinder.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/utils/QuadTree.hpp b/src/ostd/utils/QuadTree.hpp index 0f626d9..435d2d3 100755 --- a/src/ostd/utils/QuadTree.hpp +++ b/src/ostd/utils/QuadTree.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/utils/Signals.hpp b/src/ostd/utils/Signals.hpp index b2dc09a..7c599d7 100755 --- a/src/ostd/utils/Signals.hpp +++ b/src/ostd/utils/Signals.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/ostd/utils/Time.hpp b/src/ostd/utils/Time.hpp index c89e335..aa5f537 100644 --- a/src/ostd/utils/Time.hpp +++ b/src/ostd/utils/Time.hpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/test/GraphicsWindowTest.cpp b/src/test/GraphicsWindowTest.cpp index 320b836..03e6bbb 100644 --- a/src/test/GraphicsWindowTest.cpp +++ b/src/test/GraphicsWindowTest.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework. diff --git a/src/test/GuiTest.cpp b/src/test/GuiTest.cpp index 39dc0bb..0a67537 100644 --- a/src/test/GuiTest.cpp +++ b/src/test/GuiTest.cpp @@ -1,6 +1,6 @@ /* OmniaFramework - A collection of useful functionality - Copyright (C) 2025 OmniaX-Dev + Copyright (C) 2026 OmniaX-Dev This file is part of OmniaFramework.