summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 11:57:52 -0600
committerJeff Carr <[email protected]>2025-02-01 11:57:52 -0600
commit47bb2ae6e0a9b3c4a25e4ec5297bc766390ad94c (patch)
tree77d287e6998be7bc283a1a47bb6ecd55adf17901
parented686fc4d634caf05595b9c710d5de8e420ac5be (diff)
add GPL 3.0
-rw-r--r--applyPatch.go5
-rw-r--r--argv.go4
-rw-r--r--argvAutoshell.go4
-rw-r--r--doCheckout.go4
-rw-r--r--doClean.go4
-rw-r--r--doCommit.go4
-rw-r--r--doConfig.go4
-rw-r--r--doDirty.go5
-rw-r--r--doExamine.go5
-rw-r--r--doGui.go5
-rw-r--r--doPatch.go4
-rw-r--r--doPull.go4
-rw-r--r--doVerifyDevel.go4
-rw-r--r--doVerifyUser.go4
-rw-r--r--exit.go4
-rw-r--r--find.go4
-rw-r--r--main.go5
-rw-r--r--structs.go4
-rw-r--r--windowForgePatchsets.go4
-rw-r--r--windowPatchset.go4
-rw-r--r--windowRepos.go4
-rw-r--r--windowViewRepoPatches.go4
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
diff --git a/argv.go b/argv.go
index 5dad273..8386282 100644
--- a/argv.go
+++ b/argv.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/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 (
diff --git a/doClean.go b/doClean.go
index 15e3ae5..e0d5744 100644
--- a/doClean.go
+++ b/doClean.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/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 (
diff --git a/doDirty.go b/doDirty.go
index 9febe94..d660373 100644
--- a/doDirty.go
+++ b/doDirty.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
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
diff --git a/doGui.go b/doGui.go
index fa011a0..a3d5595 100644
--- a/doGui.go
+++ b/doGui.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
diff --git a/doPatch.go b/doPatch.go
index 2947d1a..a735b88 100644
--- a/doPatch.go
+++ b/doPatch.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/doPull.go b/doPull.go
index 93e9c0b..f0bb297 100644
--- a/doPull.go
+++ b/doPull.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/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 (
diff --git a/exit.go b/exit.go
index 7e918cf..d61fdcc 100644
--- a/exit.go
+++ b/exit.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/find.go b/find.go
index 04824af..63167b8 100644
--- a/find.go
+++ b/find.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/main.go b/main.go
index b5fc219..652d9a4 100644
--- a/main.go
+++ b/main.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
diff --git a/structs.go b/structs.go
index 178ae0f..e074138 100644
--- a/structs.go
+++ b/structs.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/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 (