update copyright

This commit is contained in:
Adam Velebil 2023-01-23 09:39:57 +01:00
parent f5b381ddc0
commit 801540263f
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
4 changed files with 4 additions and 7 deletions

View File

@ -32,7 +32,7 @@ VSVersionInfo(
[StringStruct('CompanyName', 'Yubico'),
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
StringStruct('FileVersion', '6.1.0'),
StringStruct('LegalCopyright', 'Copyright (c) 2022 Yubico AB'),
StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
StringStruct('ProductName', 'Yubico Authenticator'),
StringStruct('ProductVersion', '6.1.0')])

View File

@ -57,9 +57,6 @@ class AboutPage extends ConsumerWidget {
),
const Text(version),
const Text(''),
const Text('Copyright © 2022 Yubico'),
const Text('All rights reserved'),
const Text(''),
Row(
mainAxisSize: MainAxisSize.min,
children: [

View File

@ -11,4 +11,4 @@ PRODUCT_NAME = Yubico Authenticator
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.yubioath
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2021 Yubico. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © Yubico. All rights reserved.

View File

@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "Yubico Authenticator" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "authenticator" "\0"
VALUE "LegalCopyright", "Copyright (C) 2022 Yubico. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) Yubico. All rights reserved." "\0"
VALUE "OriginalFilename", "authenticator.exe" "\0"
VALUE "ProductName", "Yubico Authenticator" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
@ -118,4 +118,4 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
#endif // not APSTUDIO_INVOKED