1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-20 07:21:53 +02:00

Add copyright notice

This commit is contained in:
adnano 2020-10-13 20:36:47 -04:00
parent e94ae4ad4c
commit 3a84770934

View File

@ -383,6 +383,10 @@ func (f HandlerFunc) Serve(w *ResponseWriter, r *Request) {
// The following code is modified from the net/http package.
// 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.
// ServeMux is a Gemini request multiplexer.
// It matches the URL of each incoming request against a list of registered
// patterns and calls the handler for the pattern that