From f01563b960ea5819326b19c399e99cd7789bf5bc Mon Sep 17 00:00:00 2001 From: vcaesar Date: Mon, 30 Jul 2018 01:36:11 +0800 Subject: [PATCH] add the head copyright --- robotgo_mac_win.go | 10 ++++++++++ robotgo_unix.go | 10 ++++++++++ robotgo_win.go | 10 ++++++++++ window/win32.h | 10 ++++++++++ 4 files changed, 40 insertions(+) diff --git a/robotgo_mac_win.go b/robotgo_mac_win.go index 68e028a..81c653d 100644 --- a/robotgo_mac_win.go +++ b/robotgo_mac_win.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 darwin windows package robotgo diff --git a/robotgo_unix.go b/robotgo_unix.go index 9c81ee2..60fd26f 100644 --- a/robotgo_unix.go +++ b/robotgo_unix.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 !darwin,!windows package robotgo diff --git a/robotgo_win.go b/robotgo_win.go index f8a0242..648d40b 100644 --- a/robotgo_win.go +++ b/robotgo_win.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 windows package robotgo diff --git a/window/win32.h b/window/win32.h index b13dded..8935aef 100644 --- a/window/win32.h +++ b/window/win32.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" #if defined(IS_WINDOWS)