Skip to content

Commit

Permalink
update license in pool.go
Browse files Browse the repository at this point in the history
remove some build lines as I have no idea what they are
supposed to be doing.
  • Loading branch information
miekg committed Jan 6, 2014
1 parent d297794 commit 560a1c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 8 additions & 0 deletions pool.go
@@ -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"
Expand Down
2 changes: 0 additions & 2 deletions server.go
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions server_test.go
Expand Up @@ -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 (
Expand Down
2 changes: 0 additions & 2 deletions xfr.go
Expand Up @@ -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 (
Expand Down

0 comments on commit 560a1c6

Please sign in to comment.