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();