fix: change copyright year to 2024 (#4379)

This commit is contained in:
Jia Hang 2024-01-14 22:54:31 +08:00 committed by GitHub
parent e571eb9881
commit f0bd50b246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -11,4 +11,4 @@ PRODUCT_NAME = AppFlowy
PRODUCT_BUNDLE_IDENTIFIER = io.appflowy.appflowy
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2023 AppFlowy.IO. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2024 AppFlowy.IO. All rights reserved.

View File

@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "AppFlowy" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "AppFlowy" "\0"
VALUE "LegalCopyright", "Copyright (C) 2023 io.appflowy. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2024 io.appflowy. All rights reserved." "\0"
VALUE "OriginalFilename", "AppFlowy.exe" "\0"
VALUE "ProductName", "AppFlowy" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"

View File

@ -2,7 +2,7 @@ export const FooterPanel = () => {
return (
<div className={'flex items-center justify-between px-2 py-2'}>
<div className={'text-xs text-text-caption'}>
&copy; 2023 AppFlowy. <a href={'https://github.com/AppFlowy-IO/AppFlowy'}>GitHub</a>
&copy; 2024 AppFlowy. <a href={'https://github.com/AppFlowy-IO/AppFlowy'}>GitHub</a>
</div>
<div>
<button className={'h-8 w-8 rounded bg-content-blue-50 text-text-title hover:bg-content-blue-100'}>?</button>