diff --git a/msg.go b/msg.go index e6bbab76..6c244330 100644 --- a/msg.go +++ b/msg.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This is not (yet) optimized for speed. - // DNS packet assembly, see RFC 1035. Converting from - Unpack() - // and to - Pack() - wire format. // All the packers and unpackers take a (msg []byte, off int) diff --git a/rawmsg.go b/rawmsg.go index ebb80a7b..a49ff66e 100644 --- a/rawmsg.go +++ b/rawmsg.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2012 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.