From: Hraban Luyat Date: Sun, 14 Aug 2016 22:33:23 +0000 (+0100) Subject: Copyright notice in all files X-Git-Tag: v2.0.0~71 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=3bccc0a7816c2ea55982f5b7a445013beef61058;p=go-opus.git Copyright notice in all files --- diff --git a/errors.go b/errors.go index b3719c7..928bec6 100644 --- a/errors.go +++ b/errors.go @@ -1,3 +1,7 @@ +// Copyright © 2015, 2016 Hraban Luyat +// +// License for use of this code is detailed in the LICENSE file + package opus import ( diff --git a/stream.go b/stream.go index f48fa31..b087c33 100644 --- a/stream.go +++ b/stream.go @@ -1,3 +1,7 @@ +// Copyright © 2015, 2016 Hraban Luyat +// +// License for use of this code is detailed in the LICENSE file + package opus import ( diff --git a/streams_map.go b/streams_map.go index ef666c0..cc91f68 100644 --- a/streams_map.go +++ b/streams_map.go @@ -1,3 +1,7 @@ +// Copyright © 2015, 2016 Hraban Luyat +// +// License for use of this code is detailed in the LICENSE file + package opus import (