summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-15 12:30:07 -0600
committerJeff Carr <[email protected]>2025-02-15 12:30:07 -0600
commit94b1881d41ff33cfce293c5becd2c28377de7b04 (patch)
treed7b5fa8e0b27e7fb069dcfdde36a6ea62356db07
parent5e837be94b272f6b69b0b68ed070617adcf83ba2 (diff)
-rw-r--r--argv.go3
-rw-r--r--http.go3
-rw-r--r--main.go3
-rw-r--r--send.go3
-rw-r--r--structs.go3
-rw-r--r--watchdog.go3
6 files changed, 16 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index c1da67b..101fab8 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/http.go b/http.go
index 8be1363..9189528 100644
--- a/http.go
+++ b/http.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 81b3bc3..7258a47 100644
--- a/main.go
+++ b/main.go
@@ -1,4 +1,5 @@
-// Copyright 2024 WIT.COM Inc.
+// 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/send.go b/send.go
index e0e7ec5..2645aea 100644
--- a/send.go
+++ b/send.go
@@ -1,4 +1,5 @@
-// Copyright 2024 WIT.COM Inc Licensed GPL 3.0
+// 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/structs.go b/structs.go
index dcdf5c6..0f2330f 100644
--- a/structs.go
+++ b/structs.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/watchdog.go b/watchdog.go
index 5d1b4a2..40ce2ad 100644
--- a/watchdog.go
+++ b/watchdog.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 (