Update the copy right for the original GO files
This commit is contained in:
parent
5537ac771d
commit
98b677a97c
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Extensions of the original work are copyright (c) 2010 - 2012 Miek Gieben
|
||||
Extensions of the original work are copyright (c) 2011 Miek Gieben
|
||||
|
||||
As this is fork of the official Go code the same license applies:
|
||||
|
||||
|
|
|
@ -1,6 +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 file.
|
||||
// Extensions of the original work are copyright (c) 2011 Miek Gieben
|
||||
|
||||
package dns
|
||||
|
||||
|
|
2
dns.go
2
dns.go
|
@ -1,7 +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 file.
|
||||
// Extended and bugfixes by Miek Gieben. Copyright 2010-2012.
|
||||
// Extensions of the original work are copyright (c) 2011 Miek Gieben
|
||||
|
||||
// Package dns implements a full featured interface to the Domain Name System.
|
||||
// Server- and client-side programming is supported.
|
||||
|
|
1
msg.go
1
msg.go
|
@ -1,6 +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 file.
|
||||
// Extensions of the original work are copyright (c) 2011 Miek Gieben
|
||||
|
||||
// DNS packet assembly, see RFC 1035. Converting from - Unpack() -
|
||||
// and to - Pack() - wire format.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2012 Miek Gieben. All rights reserved.
|
||||
// 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.
|
||||
|
||||
|
|
4
types.go
4
types.go
|
@ -1,7 +1,7 @@
|
|||
// copyright 2009 The Go Authors. All rights reserved.
|
||||
// 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.
|
||||
// Extended and bugfixes by Miek Gieben
|
||||
// Extensions of the original work are copyright (c) 2011 Miek Gieben
|
||||
|
||||
package dns
|
||||
|
||||
|
|
Loading…
Reference in New Issue