name changes after I haven't looked at this code for some time

This commit is contained in:
Jeff Carr 2025-01-31 08:57:32 -06:00
parent 75a5c7bf72
commit 1a1881aa4e
5 changed files with 15 additions and 4 deletions

View File

@ -1,4 +1,5 @@
// WIT.COM Inc. 2017-2025 GPL 3.0 // Copyright 2017-2025 WIT.COM Inc. All rights reserved.
// Use of this source code is (now) governed by the GPL 3.0
package main package main

View File

@ -1,6 +1,7 @@
// Copyright 2014 The gocui Authors. All rights reserved. // Copyright 2017-2025 WIT.COM Inc. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by the GPL 3.0
// license that can be found in the LICENSE file.
// NOTE: our code is under the GPL, not BSD
// note by jcarr@wit.com in 2025: this is one of the coolest // note by jcarr@wit.com in 2025: this is one of the coolest
// things ever what this does. I've tried to improve // things ever what this does. I've tried to improve
@ -9,6 +10,10 @@
// console interface. Well done everyone that has // console interface. Well done everyone that has
// contributed to this gocui project !!! // contributed to this gocui project !!!
// 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.
package main package main
import ( import (

View File

View File

@ -2,6 +2,11 @@ package main
/* /*
This is reference code for toolkit developers This is reference code for toolkit developers
This is how information is passed in GO back to the application
via the GO 'plugin' concept
TODO: switch this to protocol buffers
*/ */
import ( import (