From 19b6783f45fc01b068c6459f4ad9a0fe88b025c3 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Fri, 22 Nov 2024 21:52:28 -0800 Subject: [PATCH] Update copyright year. --- Mac/Resources/Info.plist | 2 +- iOS/Settings/AboutViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/Resources/Info.plist b/Mac/Resources/Info.plist index fea09b40e..f7885c0cf 100644 --- a/Mac/Resources/Info.plist +++ b/Mac/Resources/Info.plist @@ -60,7 +60,7 @@ NSAppleScriptEnabled NSHumanReadableCopyright - Copyright © 2002-2023 Brent Simmons. All rights reserved. + Copyright © 2002-2024 Brent Simmons. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/iOS/Settings/AboutViewController.swift b/iOS/Settings/AboutViewController.swift index d072aafca..083f79061 100644 --- a/iOS/Settings/AboutViewController.swift +++ b/iOS/Settings/AboutViewController.swift @@ -28,7 +28,7 @@ class AboutViewController: UITableViewController { let buildLabel = NonIntrinsicLabel(frame: CGRect(x: 32.0, y: 0.0, width: 0.0, height: 0.0)) buildLabel.font = UIFont.systemFont(ofSize: 11.0) buildLabel.textColor = UIColor.gray - buildLabel.text = NSLocalizedString("Copyright © 2002-2023 Brent Simmons", comment: "Copyright") + buildLabel.text = NSLocalizedString("Copyright © 2002-2024 Brent Simmons", comment: "Copyright") buildLabel.numberOfLines = 0 buildLabel.sizeToFit() buildLabel.translatesAutoresizingMaskIntoConstraints = false