From 468a84d40804b39ffcd6a440256527de971c8374 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Thu, 27 Nov 2025 08:36:46 -0800 Subject: [PATCH] Update: update copyright head and update win UTF16 string --- examples/key/main.go | 5 +++-- examples/main.go | 5 +++-- examples/mouse/main.go | 5 +++-- examples/screen/main.go | 5 +++-- examples/window/main.go | 5 +++-- img.go | 5 +++-- key.go | 5 +++-- key/key.go | 5 +++-- keycode.go | 5 +++-- mouse/mouse.go | 5 +++-- ps.go | 5 +++-- robot_info_test.go | 5 +++-- robotgo_fn_v1.go | 11 +++++++++++ robotgo_mac.go | 5 +++-- robotgo_mac_unix.go | 5 +++-- robotgo_mac_win.go | 5 +++-- robotgo_ocr.go | 5 +++-- robotgo_test.go | 5 +++-- robotgo_win.go | 8 +++++--- robotgo_x11.go | 5 +++-- screen.go | 5 +++-- window/goWindow.h | 5 +++-- 22 files changed, 76 insertions(+), 43 deletions(-) diff --git a/examples/key/main.go b/examples/key/main.go index 5967d58..4cc39be 100644 --- a/examples/key/main.go +++ b/examples/key/main.go @@ -1,5 +1,6 @@ -// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at +// Copyright (c) 2016-2025 AtomAI, All rights reserved. +// +// See the COPYRIGHT file at the top-level directory of this distribution and at // https://github.com/go-vgo/robotgo/blob/master/LICENSE // // Licensed under the Apache License, Version 2.0 +// +// This file may not be copied, modified, or distributed +// except according to those terms. + package robotgo import "github.com/vcaesar/tt" diff --git a/robotgo_mac.go b/robotgo_mac.go index b8f7357..5e279e6 100644 --- a/robotgo_mac.go +++ b/robotgo_mac.go @@ -1,5 +1,6 @@ -// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at +// Copyright (c) 2016-2025 AtomAI, All rights reserved. +// +// See the COPYRIGHT file at the top-level directory of this distribution and at // https://github.com/go-vgo/robotgo/blob/master/LICENSE // // Licensed under the Apache License, Version 2.0