diff options
| -rw-r--r-- | argv.go | 3 | ||||
| -rw-r--r-- | http.go | 3 | ||||
| -rw-r--r-- | main.go | 3 | ||||
| -rw-r--r-- | send.go | 3 | ||||
| -rw-r--r-- | structs.go | 3 | ||||
| -rw-r--r-- | watchdog.go | 3 |
6 files changed, 16 insertions, 2 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 /* @@ -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,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 @@ -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 @@ -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 ( |
