Update copyright dates to 2022.

This commit is contained in:
Brent Simmons 2022-01-09 20:55:03 -08:00
parent 7a2ddd7f06
commit ded927fcfe
4 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2002-2021 Brent Simmons. All rights reserved.</string>
<string>Copyright © 2002-2022 Brent Simmons. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>

View File

@ -59,7 +59,7 @@
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019-2021 Brent Simmons. All rights reserved.</string>
<string>Copyright © 2019-2022 Brent Simmons. All rights reserved.</string>
<key>NSHumanReadableDescription</key>
<string>This extension adds a Safari toolbar button for easily subscribing to the syndication feed for the current page.</string>
</dict>

View File

@ -48,6 +48,6 @@
<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020-2021 Ranchero Software. All rights reserved.</string>
<string>Copyright © 2020-2022 Ranchero Software. All rights reserved.</string>
</dict>
</plist>

View File

@ -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-2021 Brent Simmons", comment: "Copyright")
buildLabel.text = NSLocalizedString("Copyright © 2002-2022 Brent Simmons", comment: "Copyright")
buildLabel.numberOfLines = 0
buildLabel.sizeToFit()
buildLabel.translatesAutoresizingMaskIntoConstraints = false