update copyright

This commit is contained in:
rustdesk
2026-06-30 11:02:28 +08:00
parent 0497814004
commit 435f6ec61d
10 changed files with 13 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ fn main() {
);
let matches = App::new("rustdesk")
.version(crate::VERSION)
.author("Purslane Ltd<info@rustdesk.com>")
.author("Purslane Tech Pte. Ltd.<info@rustdesk.com>")
.about("RustDesk command line tool")
.args_from_usage(&args)
.get_matches();

View File

@@ -603,7 +603,7 @@ class MyIdMenu: Reactor.Component {
<div>Fingerprint: " + handler.get_fingerprint() + " \
<div .link .custom-event url='https://rustdesk.com/privacy.html'>" + 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; 2025 Purslane Ltd.\
<div style='background: #2c8cff; color: white; padding: 1em; margin-top: 1em;'>Copyright &copy; 2026 Purslane Tech Pte. Ltd.\
<br />" + handler.get_license() + " \
<p style='font-weight: bold'>" + translate("Slogan_tip") + "</p>\
</div>\