mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-02 05:14:53 +03:00
update copyright
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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 © 2025 Purslane Ltd.\
|
||||
<div style='background: #2c8cff; color: white; padding: 1em; margin-top: 1em;'>Copyright © 2026 Purslane Tech Pte. Ltd.\
|
||||
<br />" + handler.get_license() + " \
|
||||
<p style='font-weight: bold'>" + translate("Slogan_tip") + "</p>\
|
||||
</div>\
|
||||
|
||||
Reference in New Issue
Block a user