mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-11 16:27:19 +10:00
Sync copyright label
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
- Disabled server side for years, removing client side
|
- Disabled server side for years, removing client side
|
||||||
- `OpenCore-Patcher-GUI.app.zip` removed from release
|
- `OpenCore-Patcher-GUI.app.zip` removed from release
|
||||||
- Deprecated in 1.5.0, use `OpenCore-Patcher.pkg` for installation
|
- Deprecated in 1.5.0, use `OpenCore-Patcher.pkg` for installation
|
||||||
|
- Sync copyright label to 2025
|
||||||
|
|
||||||
## 2.2.0
|
## 2.2.0
|
||||||
- Resolved non-metal accessibility zoom on macOS Sonoma/Sequoia
|
- Resolved non-metal accessibility zoom on macOS Sonoma/Sequoia
|
||||||
|
|||||||
@@ -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.
|
All rights reserved.
|
||||||
|
|
||||||
|
|||||||
@@ -22,5 +22,5 @@ features:
|
|||||||
details: Unlock Sidecar, AirPlay to Mac, Night Shift, and Universal Control, even on natively supported models!
|
details: Unlock Sidecar, AirPlay to Mac, Night Shift, and Universal Control, even on natively supported models!
|
||||||
- title: A helpful community
|
- 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.
|
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
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class Constants:
|
|||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "2.3.0" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "2.3.0" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.9.1" # PatcherSupportPkg
|
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"
|
self.patcher_name: str = "OpenCore Legacy Patcher"
|
||||||
|
|
||||||
# URLs
|
# URLs
|
||||||
|
|||||||
Reference in New Issue
Block a user