From 92a51b437408c37358e4ce6b28e2a9b0be260c3b Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 12 Jan 2012 10:53:19 +0100 Subject: [PATCH] Who wrote what --- msg.go | 2 -- rawmsg.go | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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.