mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
update copyright
This commit is contained in:
parent
f5b381ddc0
commit
801540263f
@ -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')])
|
||||
|
@ -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: [
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user