update license in pool.go

remove some build lines as I have no idea what they are
supposed to be doing.
This commit is contained in:
Miek Gieben 2014-01-06 10:00:25 +00:00
parent d2977942a4
commit 560a1c65b0
4 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,13 @@
// Copyright 2011 Miek Gieben. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package dns
// Inspired copied from:
// http://blog.cloudflare.com/recycling-memory-buffers-in-go
// ... carries no lisence
import (
"container/list"
"time"

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !appengine
// DNS server implementation.
package dns

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !appengine
package dns
import (

2
xfr.go
View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !appengine
package dns
import (