From 65901862eca580c605cb9925b614ccb5e02c8be3 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Tue, 18 Sep 2018 07:50:31 -0400 Subject: [PATCH] update head hint --- event/goEvent.h | 5 ----- event/pub.h | 5 ----- robotgo_ocr.go | 10 ++++++++++ window/win_sys.h | 10 ++++++++++ 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/event/goEvent.h b/event/goEvent.h index f01c3ad..b3467fb 100644 --- a/event/goEvent.h +++ b/event/goEvent.h @@ -7,11 +7,6 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. -// -// The hook directory link from the https://github.com/robotn/gohook/ -// hook, you need to follow the relevant agreement and LICENSE. -// See the LICENSE file at the top-level directory of this distribution and at -// https://github.com/robotn/gohook/blob/master/LICENSE #ifdef HAVE_CONFIG_H #include diff --git a/event/pub.h b/event/pub.h index d58218b..e93b7a9 100644 --- a/event/pub.h +++ b/event/pub.h @@ -7,11 +7,6 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. -// -// The hook directory link from the https://github.com/robotn/gohook/ -// hook, you need to follow the relevant agreement and LICENSE. -// See the LICENSE file at the top-level directory of this distribution and at -// https://github.com/robotn/gohook/blob/master/LICENSE #include "../base/os.h" diff --git a/robotgo_ocr.go b/robotgo_ocr.go index dab34cf..6e1939f 100644 --- a/robotgo_ocr.go +++ b/robotgo_ocr.go @@ -1,3 +1,13 @@ +// Copyright 2016 The go-vgo Project Developers. 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 or the MIT license +// , at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. + // +build ocr package robotgo diff --git a/window/win_sys.h b/window/win_sys.h index 43c4bf8..89c72ce 100644 --- a/window/win_sys.h +++ b/window/win_sys.h @@ -1,3 +1,13 @@ +// Copyright 2016 The go-vgo Project Developers. 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 or the MIT license +// , at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. + // #include "../base/os.h" Bounds get_client(uintptr pid, uintptr isHwnd);