diff --git a/LICENSE b/LICENSE index 26ea4ab..d6ba80d 100644 --- a/LICENSE +++ b/LICENSE @@ -4,13 +4,13 @@ Upstream-Contact: opa334 Source: https://github.com/opa334/TrollStore Files: * -Copyright: 2022-2023 Lars Fröder +Copyright: 2022-2024 Lars Fröder License: MIT Files: RootHelper/uicache.m Copyright: Copyright (c) 2019 CoolStar, Modified work Copyright (c) 2020-2022 Procursus Team - Modified work Copyright (c) 2022-2023 Lars Fröder + Modified work Copyright (c) 2022-2024 Lars Fröder License: BSD-4-Clause License: BSD-4-Clause diff --git a/TrollHelper/TSHRootViewController.m b/TrollHelper/TSHRootViewController.m index 2955970..800ce24 100644 --- a/TrollHelper/TSHRootViewController.m +++ b/TrollHelper/TSHRootViewController.m @@ -38,9 +38,9 @@ _specifiers = [NSMutableArray new]; #ifdef LEGACY_CT_BUG - NSString* credits = @"Powered by Fugu15 CoreTrust & installd bugs, thanks to @LinusHenze\n\n© 2022-2023 Lars Fröder (opa334)"; + NSString* credits = @"Powered by Fugu15 CoreTrust & installd bugs, thanks to @LinusHenze\n\n© 2022-2024 Lars Fröder (opa334)"; #else - NSString* credits = @"Powered by CVE-2023-41991, originally discovered by Google TAG, rediscovered via patchdiffing by @alfiecg_dev\n\n© 2022-2023 Lars Fröder (opa334)"; + NSString* credits = @"Powered by CVE-2023-41991, originally discovered by Google TAG, rediscovered via patchdiffing by @alfiecg_dev\n\n© 2022-2024 Lars Fröder (opa334)"; #endif PSSpecifier* infoGroupSpecifier = [PSSpecifier emptyGroupSpecifier]; diff --git a/TrollStore/TSSettingsListController.m b/TrollStore/TSSettingsListController.m index 3b3efca..f9b9119 100644 --- a/TrollStore/TSSettingsListController.m +++ b/TrollStore/TSSettingsListController.m @@ -323,7 +323,7 @@ extern NSUserDefaults* trollStoreUserDefaults(void); [_specifiers addObject:installAlertConfigurationSpecifier]; PSSpecifier* otherGroupSpecifier = [PSSpecifier emptyGroupSpecifier]; - [otherGroupSpecifier setProperty:[NSString stringWithFormat:@"TrollStore %@\n\n© 2022-2023 Lars Fröder (opa334)\n\nTrollStore is NOT for piracy!\n\nCredits:\nGoogle TAG, @alfiecg_dev: CoreTrust bug\n@lunotech11, @SerenaKit, @tylinux, @TheRealClarity: Various contributions\n@ProcursusTeam: uicache, ldid\n@cstar_ow: uicache\n@saurik: ldid", [self getTrollStoreVersion]] forKey:@"footerText"]; + [otherGroupSpecifier setProperty:[NSString stringWithFormat:@"TrollStore %@\n\n© 2022-2024 Lars Fröder (opa334)\n\nTrollStore is NOT for piracy!\n\nCredits:\nGoogle TAG, @alfiecg_dev: CoreTrust bug\n@lunotech11, @SerenaKit, @tylinux, @TheRealClarity: Various contributions\n@ProcursusTeam: uicache, ldid\n@cstar_ow: uicache\n@saurik: ldid", [self getTrollStoreVersion]] forKey:@"footerText"]; [_specifiers addObject:otherGroupSpecifier]; PSSpecifier* advancedLinkSpecifier = [PSSpecifier preferenceSpecifierNamed:@"Advanced"