[ISSUE-95] Added copyright notice to udp.go, udp_linux.go & udp_other.go

This commit is contained in:
Omri Bahumi 2014-07-08 15:20:10 +03:00
parent aea5c1da03
commit 0ef26ca4b8
3 changed files with 14 additions and 0 deletions

4
udp.go
View File

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

View File

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

View File

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