diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 11:57:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 11:57:52 -0600 |
| commit | 47bb2ae6e0a9b3c4a25e4ec5297bc766390ad94c (patch) | |
| tree | 77d287e6998be7bc283a1a47bb6ecd55adf17901 | |
| parent | ed686fc4d634caf05595b9c710d5de8e420ac5be (diff) | |
add GPL 3.0
| -rw-r--r-- | applyPatch.go | 5 | ||||
| -rw-r--r-- | argv.go | 4 | ||||
| -rw-r--r-- | argvAutoshell.go | 4 | ||||
| -rw-r--r-- | doCheckout.go | 4 | ||||
| -rw-r--r-- | doClean.go | 4 | ||||
| -rw-r--r-- | doCommit.go | 4 | ||||
| -rw-r--r-- | doConfig.go | 4 | ||||
| -rw-r--r-- | doDirty.go | 5 | ||||
| -rw-r--r-- | doExamine.go | 5 | ||||
| -rw-r--r-- | doGui.go | 5 | ||||
| -rw-r--r-- | doPatch.go | 4 | ||||
| -rw-r--r-- | doPull.go | 4 | ||||
| -rw-r--r-- | doVerifyDevel.go | 4 | ||||
| -rw-r--r-- | doVerifyUser.go | 4 | ||||
| -rw-r--r-- | exit.go | 4 | ||||
| -rw-r--r-- | find.go | 4 | ||||
| -rw-r--r-- | main.go | 5 | ||||
| -rw-r--r-- | structs.go | 4 | ||||
| -rw-r--r-- | windowForgePatchsets.go | 4 | ||||
| -rw-r--r-- | windowPatchset.go | 4 | ||||
| -rw-r--r-- | windowRepos.go | 4 | ||||
| -rw-r--r-- | windowViewRepoPatches.go | 4 |
22 files changed, 88 insertions, 5 deletions
diff --git a/applyPatch.go b/applyPatch.go index 1ca716c..8328b07 100644 --- a/applyPatch.go +++ b/applyPatch.go @@ -1,4 +1,7 @@ -// 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,7 @@ +// 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/argvAutoshell.go b/argvAutoshell.go index 328bac6..e7ea6e3 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -1,3 +1,7 @@ +// 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/doCheckout.go b/doCheckout.go index 0978caf..fafc2ae 100644 --- a/doCheckout.go +++ b/doCheckout.go @@ -1,3 +1,7 @@ +// 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,7 @@ +// 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/doCommit.go b/doCommit.go index 7ef6a99..623cc33 100644 --- a/doCommit.go +++ b/doCommit.go @@ -1,3 +1,7 @@ +// 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/doConfig.go b/doConfig.go index 0cf1dd9..3c3c5ab 100644 --- a/doConfig.go +++ b/doConfig.go @@ -1,3 +1,7 @@ +// 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 @@ -// Copyright 2025 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/doExamine.go b/doExamine.go index 26665f5..e8ffc19 100644 --- a/doExamine.go +++ b/doExamine.go @@ -1,4 +1,7 @@ -// Copyright 2025 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,4 +1,7 @@ -// Copyright 2025 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,7 @@ +// 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,7 @@ +// 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/doVerifyDevel.go b/doVerifyDevel.go index f002553..d0ab65c 100644 --- a/doVerifyDevel.go +++ b/doVerifyDevel.go @@ -1,3 +1,7 @@ +// 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/doVerifyUser.go b/doVerifyUser.go index 8c1013c..23e44a8 100644 --- a/doVerifyUser.go +++ b/doVerifyUser.go @@ -1,3 +1,7 @@ +// 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,7 @@ +// 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,7 @@ +// 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 @@ -// 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,7 @@ +// 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/windowForgePatchsets.go b/windowForgePatchsets.go index 8fec827..6afcee1 100644 --- a/windowForgePatchsets.go +++ b/windowForgePatchsets.go @@ -1,3 +1,7 @@ +// Copyright 2017-2025 WIT.COM Inc. All rights reserved. +// Use of this source code is governed by the GPL 3.0 + + package main // this is the "main" patch window. The first one diff --git a/windowPatchset.go b/windowPatchset.go index 337de2d..b372eda 100644 --- a/windowPatchset.go +++ b/windowPatchset.go @@ -1,3 +1,7 @@ +// 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/windowRepos.go b/windowRepos.go index f98eb98..a5245f0 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -1,3 +1,7 @@ +// 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/windowViewRepoPatches.go b/windowViewRepoPatches.go index a0cdfc5..80e9ed4 100644 --- a/windowViewRepoPatches.go +++ b/windowViewRepoPatches.go @@ -1,3 +1,7 @@ +// Copyright 2017-2025 WIT.COM Inc. All rights reserved. +// Use of this source code is governed by the GPL 3.0 + + package main import ( |
