Remove all copyright notices

Use the central COPYRIGHT file.
This commit is contained in:
Miek Gieben 2014-09-11 20:57:37 +01:00
parent cf89d7a324
commit 0aa3021a83
36 changed files with 3 additions and 144 deletions

View File

@ -2,5 +2,8 @@ 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. is governed by a BSD-style license that can be found in the LICENSE file.
Extensions of the original work are copyright (c) 2011 Miek Gieben Extensions of the original work are copyright (c) 2011 Miek Gieben
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.
Copyright 2014 CloudFlare. All rights reserved. Use of this source code is Copyright 2014 CloudFlare. All rights reserved. Use of this source code is
governed by a BSD-style license that can be found in the LICENSE file. governed by a BSD-style license that can be found in the LICENSE file.

View File

@ -1,7 +1,3 @@
// 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 package dns
// A client implementation. // A client implementation.

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,8 +1,3 @@
// 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.
// Extensions of the original work are copyright (c) 2011 Miek Gieben
package dns package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

5
dns.go
View File

@ -1,8 +1,3 @@
// 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.
// Extensions of the original work are copyright (c) 2011 Miek Gieben
// Package dns implements a full featured interface to the Domain Name System. // Package dns implements a full featured interface to the Domain Name System.
// Server- and client-side programming is supported. // Server- and client-side programming is supported.
// The package allows complete control over what is send out to the DNS. The package // The package allows complete control over what is send out to the DNS. The package

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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.
// DNSSEC // DNSSEC
// //
// DNSSEC (DNS Security Extension) adds a layer of security to the DNS. It // DNSSEC (DNS Security Extension) adds a layer of security to the DNS. It

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
// Find better solution // Find better solution

View File

@ -1,7 +1,3 @@
// 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.
// EDNS0 // EDNS0
// //
// EDNS0 is an extension mechanism for the DNS defined in RFC 2671 and updated // EDNS0 is an extension mechanism for the DNS defined in RFC 2671 and updated

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
// Holds a bunch of helper functions for dealing with labels. // Holds a bunch of helper functions for dealing with labels.

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

5
msg.go
View File

@ -1,8 +1,3 @@
// 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.
// Extensions of the original work are copyright (c) 2011 Miek Gieben
// DNS packet assembly, see RFC 1035. Converting from - Unpack() - // DNS packet assembly, see RFC 1035. Converting from - Unpack() -
// and to - Pack() - wire format. // and to - Pack() - wire format.
// All the packers and unpackers take a (msg []byte, off int) // All the packers and unpackers take a (msg []byte, off int)

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
// These raw* functions do not use reflection, they directly set the values // These raw* functions do not use reflection, they directly set the values

View File

@ -1,7 +1,3 @@
// 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 package dns
// Implement a simple scanner, return a byte stream from an io reader. // Implement a simple scanner, return a byte stream from an io reader.

View File

@ -1,7 +1,3 @@
// 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.
// DNS server implementation. // DNS server implementation.
package dns package dns

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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.
// TRANSACTION SIGNATURE // TRANSACTION SIGNATURE
// //
// An TSIG or transaction signature adds a HMAC TSIG record to each message sent. // An TSIG or transaction signature adds a HMAC TSIG record to each message sent.

View File

@ -1,8 +1,3 @@
// 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.
// Extensions of the original work are copyright (c) 2011 Miek Gieben
package dns package dns
import ( import (

4
udp.go
View File

@ -1,7 +1,3 @@
// 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.
// +build !windows // +build !windows
package dns package dns

View File

@ -1,7 +1,3 @@
// 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.
// +build linux // +build linux
package dns package dns

View File

@ -1,7 +1,3 @@
// 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.
// +build !linux // +build !linux
package dns package dns

View File

@ -1,7 +1,3 @@
// 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.
// +build windows // +build windows
package dns package dns

View File

@ -1,7 +1,3 @@
// 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.
// DYNAMIC UPDATES // DYNAMIC UPDATES
// //
// Dynamic updates reuses the DNS message format, but renames three of // Dynamic updates reuses the DNS message format, but renames three of

4
xfr.go
View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (

View File

@ -1,7 +1,3 @@
// 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 package dns
import ( import (