Skip to content

Commit

Permalink
Common: update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
BLeeEZ committed Jan 13, 2023
1 parent 199ed11 commit e972b93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Amperfy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = AmperfyIntents/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = AmperfyIntents;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Maximilian Bauer. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2023 Maximilian Bauer. All rights reserved.";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -2505,7 +2505,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = AmperfyIntents/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = AmperfyIntents;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Maximilian Bauer. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2023 Maximilian Bauer. All rights reserved.";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -2536,7 +2536,7 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Maximilian Bauer. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2023 Maximilian Bauer. All rights reserved.";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -2572,7 +2572,7 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Maximilian Bauer. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2023 Maximilian Bauer. All rights reserved.";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
2 changes: 1 addition & 1 deletion Amperfy/Screens/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Copyright © 2022 Maximilian Bauer. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="obG-Y5-kRd">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Copyright © 2023 Maximilian Bauer. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="obG-Y5-kRd">
<rect key="frame" x="20" y="983" width="728" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
Expand Down
2 changes: 1 addition & 1 deletion Amperfy/SwiftUI/Settings/LicenseSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import SwiftUI
struct LicenseSettingsView: View {

var licenseText = """
Copyright © 2019-2022 Maximilian Bauer
Copyright © 2019-2023 Maximilian Bauer
All rights reserved.
GPLv3 Licensed
Expand Down

0 comments on commit e972b93

Please sign in to comment.