chore: 2022 -> 2023

This commit is contained in:
rustdesk 2023-06-09 12:09:39 +08:00
parent a9098960d1
commit 896b233f87
2 changed files with 2 additions and 2 deletions

View File

@ -1559,7 +1559,7 @@ class _AboutState extends State<_About> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
'Copyright © 2022 Purslane Ltd.\n$license',
'Copyright © 2023 Purslane Ltd.\n$license',
style: const TextStyle(color: Colors.white),
),
Text(

View File

@ -367,7 +367,7 @@ class MyIdMenu: Reactor.Component {
<div>Fingerprint: " + handler.get_fingerprint() + " \
<div .link .custom-event url='https://rustdesk.com/privacy'>" + translate("Privacy Statement") + "</div> \
<div .link .custom-event url='https://rustdesk.com'>" + translate("Website") + "</div> \
<div style='background: #2c8cff; color: white; padding: 1em; margin-top: 1em;'>Copyright &copy; 2022 Purslane Ltd.\
<div style='background: #2c8cff; color: white; padding: 1em; margin-top: 1em;'>Copyright &copy; 2023 Purslane Ltd.\
<br />" + handler.get_license() + " \
<p style='font-weight: bold'>" + translate("Slogan_tip") + "</p>\
</div>\