summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bool.go4
-rw-r--r--doc.go4
-rw-r--r--error.go4
-rw-r--r--flags.go4
-rw-r--r--go.mod2
-rw-r--r--go.sum4
-rw-r--r--info.go4
-rw-r--r--log.go4
-rw-r--r--output.go4
-rw-r--r--sleep.go4
-rw-r--r--spew.go4
-rw-r--r--verbose.go4
-rw-r--r--warn.go4
13 files changed, 47 insertions, 3 deletions
diff --git a/bool.go b/bool.go
index f2d638d..f315966 100644
--- a/bool.go
+++ b/bool.go
@@ -1,3 +1,7 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package log
import (
diff --git a/doc.go b/doc.go
index 902ca38..b56ce1e 100644
--- a/doc.go
+++ b/doc.go
@@ -1,3 +1,7 @@
+// Copyright 2009 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package log
//
// version v1.5
diff --git a/error.go b/error.go
index 4e9d7ea..e19d2fd 100644
--- a/error.go
+++ b/error.go
@@ -1,3 +1,7 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package log
import (
diff --git a/flags.go b/flags.go
index 64e747e..60e9730 100644
--- a/flags.go
+++ b/flags.go
@@ -1,3 +1,7 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package log
/*
diff --git a/go.mod b/go.mod
index e7faba8..085301d 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module go.wit.com/log
go 1.21.4
-require go.wit.com/dev/davecgh/spew v1.1.3
+require go.wit.com/dev/davecgh/spew v1.1.4
diff --git a/go.sum b/go.sum
index 896df8f..e2dba54 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-go.wit.com/dev/davecgh/spew v1.1.3 h1:hqnB5qsPgC2cLZaJXqQJspQ5n/Ugry9kyL3tLk0hVzQ=
-go.wit.com/dev/davecgh/spew v1.1.3/go.mod h1:sihvWmnQ/09FWplnEmozt90CCVqBtGuPXM811tgfhFA=
+go.wit.com/dev/davecgh/spew v1.1.4 h1:C9hj/rjlUpdK+E6aroyLjCbS5MFcyNUOuP1ICLWdNek=
+go.wit.com/dev/davecgh/spew v1.1.4/go.mod h1:sihvWmnQ/09FWplnEmozt90CCVqBtGuPXM811tgfhFA=
diff --git a/info.go b/info.go
index 0d2e81c..ee98e56 100644
--- a/info.go
+++ b/info.go
@@ -1,3 +1,7 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package log
import (
diff --git a/log.go b/log.go
index 50ac9bc..87eb57e 100644
--- a/log.go
+++ b/log.go
@@ -1,3 +1,7 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package log
import (
diff --git a/output.go b/output.go
index 8077332..188099e 100644
--- a/output.go
+++ b/output.go
@@ -1,3 +1,7 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package log
import (
diff --git a/sleep.go b/sleep.go
index 0748304..676b65b 100644
--- a/sleep.go
+++ b/sleep.go
@@ -1,3 +1,7 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package log
// a shortcut for sleep so you don't have to always change the import lines when debugging
diff --git a/spew.go b/spew.go
index d288247..9391343 100644
--- a/spew.go
+++ b/spew.go
@@ -1,3 +1,7 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package log
import (
diff --git a/verbose.go b/verbose.go
index ed776b8..353ed8a 100644
--- a/verbose.go
+++ b/verbose.go
@@ -1,3 +1,7 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package log
import (
diff --git a/warn.go b/warn.go
index e8518bd..3ec21f6 100644
--- a/warn.go
+++ b/warn.go
@@ -1,3 +1,7 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package log
import (