diff options
| author | Adnan Maolood <[email protected]> | 2021-03-24 13:09:53 -0400 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-03-24 13:09:53 -0400 |
| commit | c68ce574882c265aa8dc2d31da349f30b40dd031 (patch) | |
| tree | c1ab8df5fec0ff378bd4fa24f7819a2032967f7c | |
| parent | Split LICENSE into two files (diff) | |
| download | go-gemini-c68ce574882c265aa8dc2d31da349f30b40dd031.tar.xz go-gemini-c68ce574882c265aa8dc2d31da349f30b40dd031.zip | |
mux: Add copyright notice
| -rw-r--r-- | mux.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ( |