From c68ce574882c265aa8dc2d31da349f30b40dd031 Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Wed, 24 Mar 2021 13:09:53 -0400 Subject: [PATCH] mux: Add copyright notice --- mux.go | 4 ++++ 1 file changed, 4 insertions(+) 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 (