diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c96468df..1099827af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Disabled server side for years, removing client side - `OpenCore-Patcher-GUI.app.zip` removed from release - Deprecated in 1.5.0, use `OpenCore-Patcher.pkg` for installation +- Sync copyright label to 2025 ## 2.2.0 - Resolved non-metal accessibility zoom on macOS Sonoma/Sequoia diff --git a/LICENSE.txt b/LICENSE.txt index 67c013839..987d4e604 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2020-2024 Dhinak G, Mykola Grymalyuk, and individual contributors. +Copyright (c) 2020-2025 Dhinak G, Mykola Grymalyuk, and individual contributors. All rights reserved. diff --git a/docs/README.md b/docs/README.md index 8b7c57535..160256b1c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,5 +22,5 @@ features: details: Unlock Sidecar, AirPlay to Mac, Night Shift, and Universal Control, even on natively supported models! - title: A helpful community details: Whether it's getting started or learning the specifics, you can always find answers with our amazing community of tinkerers, developers, and dreamers. -footer: Copyright © Dortania 2020-2024 +footer: Copyright © Dortania 2020-2025 --- diff --git a/opencore_legacy_patcher/constants.py b/opencore_legacy_patcher/constants.py index 95e90b90a..72f1d3593 100644 --- a/opencore_legacy_patcher/constants.py +++ b/opencore_legacy_patcher/constants.py @@ -15,7 +15,7 @@ class Constants: # Patcher Versioning self.patcher_version: str = "2.3.0" # OpenCore-Legacy-Patcher self.patcher_support_pkg_version: str = "1.9.1" # PatcherSupportPkg - self.copyright_date: str = "Copyright © 2020-2024 Dortania" + self.copyright_date: str = "Copyright © 2020-2025 Dortania" self.patcher_name: str = "OpenCore Legacy Patcher" # URLs