Skip to content

Commit f0bd50b

Browse files
authored
fix: change copyright year to 2024 (#4379)
1 parent e571eb9 commit f0bd50b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/appflowy_flutter/macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ PRODUCT_NAME = AppFlowy
1111
PRODUCT_BUNDLE_IDENTIFIER = io.appflowy.appflowy
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2023 AppFlowy.IO. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2024 AppFlowy.IO. All rights reserved.

frontend/appflowy_flutter/windows/runner/Runner.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ BEGIN
9393
VALUE "FileDescription", "AppFlowy" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
9595
VALUE "InternalName", "AppFlowy" "\0"
96-
VALUE "LegalCopyright", "Copyright (C) 2023 io.appflowy. All rights reserved." "\0"
96+
VALUE "LegalCopyright", "Copyright (C) 2024 io.appflowy. All rights reserved." "\0"
9797
VALUE "OriginalFilename", "AppFlowy.exe" "\0"
9898
VALUE "ProductName", "AppFlowy" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"

frontend/appflowy_tauri/src/appflowy_app/components/layout/FooterPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const FooterPanel = () => {
22
return (
33
<div className={'flex items-center justify-between px-2 py-2'}>
44
<div className={'text-xs text-text-caption'}>
5-
&copy; 2023 AppFlowy. <a href={'https://github.com/AppFlowy-IO/AppFlowy'}>GitHub</a>
5+
&copy; 2024 AppFlowy. <a href={'https://github.com/AppFlowy-IO/AppFlowy'}>GitHub</a>
66
</div>
77
<div>
88
<button className={'h-8 w-8 rounded bg-content-blue-50 text-text-title hover:bg-content-blue-100'}>?</button>

0 commit comments

Comments
 (0)