From d76e946a46cc49fbcb8f82ab04aa88fea5b88e23 Mon Sep 17 00:00:00 2001 From: gizak Date: Thu, 9 Apr 2015 00:21:36 -0400 Subject: [PATCH] Add copyright https://github.com/gizak/termui/issues/25 --- events.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/events.go b/events.go index 8ff09ea..f5c3dc0 100644 --- a/events.go +++ b/events.go @@ -1,3 +1,11 @@ +// Copyright 2015 Zack Guo . All rights reserved. +// Use of this source code is governed by a MIT license that can +// be found in the LICENSE file. +// +// Portions of this file uses [termbox-go](https://github.com/nsf/termbox-go/blob/54b74d087b7c397c402d0e3b66d2ccb6eaf5c2b4/api_common.go) +// by [authors](https://github.com/nsf/termbox-go/blob/master/AUTHORS) +// under [license](https://github.com/nsf/termbox-go/blob/master/LICENSE) + package termui import "github.com/nsf/termbox-go"