aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2021-03-24 13:09:53 -0400
committerAdnan Maolood <[email protected]>2021-03-24 13:09:53 -0400
commitc68ce574882c265aa8dc2d31da349f30b40dd031 (patch)
treec1ab8df5fec0ff378bd4fa24f7819a2032967f7c
parentSplit LICENSE into two files (diff)
downloadgo-gemini-c68ce574882c265aa8dc2d31da349f30b40dd031.tar.xz
go-gemini-c68ce574882c265aa8dc2d31da349f30b40dd031.zip
mux: Add copyright notice
-rw-r--r--mux.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/mux.go b/mux.go
index 2c61ff9..fc3663d 100644
--- a/mux.go
+++ b/mux.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-GO file.
+
package gemini
import (