From 10c31a3b0be6a8efd9418b1bafcef8707729300f Mon Sep 17 00:00:00 2001 From: vCaesar Date: Thu, 10 Nov 2016 14:34:13 +0800 Subject: [PATCH] Add LICENSE --- bitmap/goBitmap.h | 10 ++++++++++ event/goEvent.h | 10 ++++++++++ key/goKey.h | 10 ++++++++++ mouse/goMouse.h | 10 ++++++++++ robotgo.go | 10 ++++++++++ screen/goScreen.h | 10 ++++++++++ test/main.go | 10 ++++++++++ window/goWindow.h | 10 ++++++++++ window/window.h | 10 ++++++++++ 9 files changed, 90 insertions(+) diff --git a/bitmap/goBitmap.h b/bitmap/goBitmap.h index e8e2bed..0e38db4 100644 --- a/bitmap/goBitmap.h +++ b/bitmap/goBitmap.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 +// http://www. +// +// 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. + // class BMP // { // public: diff --git a/event/goEvent.h b/event/goEvent.h index c900a7b..ff6dedf 100644 --- a/event/goEvent.h +++ b/event/goEvent.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 +// http://www. +// +// 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. + #ifdef HAVE_CONFIG_H #include #endif diff --git a/key/goKey.h b/key/goKey.h index 7792a5c..bebf1c4 100644 --- a/key/goKey.h +++ b/key/goKey.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 +// http://www. +// +// 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/types.h" // #include "keycode.h" // #include "keypress.h" diff --git a/mouse/goMouse.h b/mouse/goMouse.h index d224d36..143cbf9 100644 --- a/mouse/goMouse.h +++ b/mouse/goMouse.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 +// http://www. +// +// 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/types.h" #include "mouse_init.h" diff --git a/robotgo.go b/robotgo.go index f471b54..c4528b4 100644 --- a/robotgo.go +++ b/robotgo.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 +// http://www. +// +// 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. + package robotgo /* diff --git a/screen/goScreen.h b/screen/goScreen.h index 8344e49..bfae2a5 100644 --- a/screen/goScreen.h +++ b/screen/goScreen.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 +// http://www. +// +// 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/types.h" #include "screengrab_init.h" #include "screen_init.h" diff --git a/test/main.go b/test/main.go index 3c8a96f..a6a4a2a 100644 --- a/test/main.go +++ b/test/main.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 +// http://www. +// +// 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. + package main import ( diff --git a/window/goWindow.h b/window/goWindow.h index 6dd1108..29552b4 100644 --- a/window/goWindow.h +++ b/window/goWindow.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 +// http://www. +// +// 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 "alert_c.h" // #include "window.h" diff --git a/window/window.h b/window/window.h index 54090d9..ad1272b 100644 --- a/window/window.h +++ b/window/window.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 +// http://www. +// +// 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. + #if defined(IS_MACOSX) // #elif defined(USE_X11)