diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 11:41:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 11:41:48 -0600 |
| commit | eaa7293fc7e21384c7e54700c92d6189150dda5b (patch) | |
| tree | 6d3f828a2404752d2425180184b25a9b98b3fbef | |
| parent | 9a0e4a6d62d58d51d3257b588242f442bddc40da (diff) | |
| -rw-r--r-- | argv.go | 3 | ||||
| -rw-r--r-- | doIdentify.go | 3 | ||||
| -rw-r--r-- | generate.go | 3 | ||||
| -rw-r--r-- | generateAppend.go | 3 | ||||
| -rw-r--r-- | generateDelete.go | 3 | ||||
| -rw-r--r-- | generateFind.go | 3 | ||||
| -rw-r--r-- | generateHeader.go | 3 | ||||
| -rw-r--r-- | generateInsert.go | 3 | ||||
| -rw-r--r-- | generateMarshal.go | 3 | ||||
| -rw-r--r-- | generateMutex.go | 3 | ||||
| -rw-r--r-- | generateSort.go | 3 | ||||
| -rw-r--r-- | human.go | 3 | ||||
| -rw-r--r-- | main.go | 3 | ||||
| -rw-r--r-- | protoParse.go | 3 | ||||
| -rw-r--r-- | protoReformat.go | 3 | ||||
| -rw-r--r-- | protoc.go | 3 |
16 files changed, 48 insertions, 0 deletions
@@ -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 ( @@ -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 ( @@ -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 ( @@ -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 |
