summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 11:41:48 -0600
committerJeff Carr <[email protected]>2025-02-01 11:41:48 -0600
commiteaa7293fc7e21384c7e54700c92d6189150dda5b (patch)
tree6d3f828a2404752d2425180184b25a9b98b3fbef
parent9a0e4a6d62d58d51d3257b588242f442bddc40da (diff)
-rw-r--r--argv.go3
-rw-r--r--doIdentify.go3
-rw-r--r--generate.go3
-rw-r--r--generateAppend.go3
-rw-r--r--generateDelete.go3
-rw-r--r--generateFind.go3
-rw-r--r--generateHeader.go3
-rw-r--r--generateInsert.go3
-rw-r--r--generateMarshal.go3
-rw-r--r--generateMutex.go3
-rw-r--r--generateSort.go3
-rw-r--r--human.go3
-rw-r--r--main.go3
-rw-r--r--protoParse.go3
-rw-r--r--protoReformat.go3
-rw-r--r--protoc.go3
16 files changed, 48 insertions, 0 deletions
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