From 4695ada40934806b4323400e0c6135c1c7d9c435 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Feb 2025 12:23:02 -0600 Subject: [PATCH] oops --- eventBindings.go | 1 - eventGocui.go | 1 - eventMouse.go | 1 - init.go | 1 - stdoutShow.go | 1 - 5 files changed, 5 deletions(-) diff --git a/eventBindings.go b/eventBindings.go index 1f86e1e..7bc5baf 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( diff --git a/eventGocui.go b/eventGocui.go index ef51f9e..ea327b8 100644 --- a/eventGocui.go +++ b/eventGocui.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - // Copyright 2014 The gocui Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/eventMouse.go b/eventMouse.go index e88ee7e..3a5e0a6 100644 --- a/eventMouse.go +++ b/eventMouse.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - // NOTE: our code is under the GPL, not BSD // note by jcarr@wit.com in 2025: this is one of the coolest diff --git a/init.go b/init.go index 2d85f94..967c8ab 100644 --- a/init.go +++ b/init.go @@ -2,7 +2,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - // Copyright 2014 The gocui Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/stdoutShow.go b/stdoutShow.go index 1b27b2c..0d8b360 100644 --- a/stdoutShow.go +++ b/stdoutShow.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import (