diff --git a/Mac/Resources/Info.plist b/Mac/Resources/Info.plist index 432c59b3c..beb6f12a6 100644 --- a/Mac/Resources/Info.plist +++ b/Mac/Resources/Info.plist @@ -60,7 +60,7 @@ NSAppleScriptEnabled NSHumanReadableCopyright - Copyright © 2002-2024 Brent Simmons. All rights reserved. + Copyright © 2020-2025 Brent Simmons. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/Mac/SafariExtension/Info.plist b/Mac/SafariExtension/Info.plist index 0c09a833e..f8220517b 100644 --- a/Mac/SafariExtension/Info.plist +++ b/Mac/SafariExtension/Info.plist @@ -59,7 +59,7 @@ NSHumanReadableCopyright - Copyright © 2019-2024 Brent Simmons. All rights reserved. + Copyright © 2019-2025 Brent Simmons. All rights reserved. NSHumanReadableDescription This extension adds a Safari toolbar button for easily subscribing to the syndication feed for the current page. diff --git a/Mac/ShareExtension/Info.plist b/Mac/ShareExtension/Info.plist index 8b3017b1a..2a4a07bf2 100644 --- a/Mac/ShareExtension/Info.plist +++ b/Mac/ShareExtension/Info.plist @@ -48,6 +48,6 @@ $(PRODUCT_MODULE_NAME).ShareViewController NSHumanReadableCopyright - Copyright © 2020-2024 Ranchero Software. All rights reserved. + Copyright © 2020-2025 Brent Simmons. All rights reserved. diff --git a/iOS/Settings/AboutViewController.swift b/iOS/Settings/AboutViewController.swift index 083f79061..a6fb5d8ba 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-2024 Brent Simmons", comment: "Copyright") + buildLabel.text = NSLocalizedString("Copyright © 2002-2025 Brent Simmons", comment: "Copyright") buildLabel.numberOfLines = 0 buildLabel.sizeToFit() buildLabel.translatesAutoresizingMaskIntoConstraints = false