diff --git a/argv.go b/argv.go index 73fdb79..5220faf 100644 --- a/argv.go +++ b/argv.go @@ -1,3 +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 /* diff --git a/doIdentify.go b/doIdentify.go index 0e2ac37..4fa1fae 100644 --- a/doIdentify.go +++ b/doIdentify.go @@ -1,3 +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/generate.go b/generate.go index 2f7f029..e1ef396 100644 --- a/generate.go +++ b/generate.go @@ -1,3 +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/generateAppend.go b/generateAppend.go index bf9d837..ac53974 100644 --- a/generateAppend.go +++ b/generateAppend.go @@ -1,3 +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/generateDelete.go b/generateDelete.go index 96378eb..667c4c6 100644 --- a/generateDelete.go +++ b/generateDelete.go @@ -1,3 +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/generateFind.go b/generateFind.go index 31b50a3..121ed06 100644 --- a/generateFind.go +++ b/generateFind.go @@ -1,3 +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/generateHeader.go b/generateHeader.go index 1660689..d954150 100644 --- a/generateHeader.go +++ b/generateHeader.go @@ -1,3 +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/generateInsert.go b/generateInsert.go index e84d7db..79eb6ad 100644 --- a/generateInsert.go +++ b/generateInsert.go @@ -1,3 +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/generateMarshal.go b/generateMarshal.go index 8474efe..39929eb 100644 --- a/generateMarshal.go +++ b/generateMarshal.go @@ -1,3 +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/generateMutex.go b/generateMutex.go index 9ec0be4..3331a03 100644 --- a/generateMutex.go +++ b/generateMutex.go @@ -1,3 +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 // will this help things? diff --git a/generateSort.go b/generateSort.go index 100f282..5ad2dc6 100644 --- a/generateSort.go +++ b/generateSort.go @@ -1,3 +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/human.go b/human.go index d6f460f..67b355e 100644 --- a/human.go +++ b/human.go @@ -1,3 +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/main.go b/main.go index cbf8eea..ed17b91 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,7 @@ //go:build go1.20 +// Copyright 2017-2025 WIT.COM Inc. All rights reserved. +// Use of this source code is governed by the GPL 3.0 + // +build go1.20 // protobuf the way I am using them, require GO 1.20. I think. I could be wrong. diff --git a/protoParse.go b/protoParse.go index 72c7e17..8ba1c15 100644 --- a/protoParse.go +++ b/protoParse.go @@ -1,3 +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 // auto run protoc with the correct args diff --git a/protoReformat.go b/protoReformat.go index 580d920..e7b757b 100644 --- a/protoReformat.go +++ b/protoReformat.go @@ -1,3 +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/protoc.go b/protoc.go index e0c128e..d8dcf7e 100644 --- a/protoc.go +++ b/protoc.go @@ -1,3 +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 // auto run protoc with the correct args