]> Sergey Matveev's repositories - go-opus.git/commitdiff
Copyright notice in all files
authorHraban Luyat <hraban@0brg.net>
Sun, 14 Aug 2016 22:33:23 +0000 (23:33 +0100)
committerHraban Luyat <hraban@0brg.net>
Sun, 14 Aug 2016 22:33:23 +0000 (23:33 +0100)
errors.go
stream.go
streams_map.go

index b3719c7a85c42cabce892c3769b0b604f3845fdd..928bec64934bace5e29fa51678e21721bb96db75 100644 (file)
--- a/errors.go
+++ b/errors.go
@@ -1,3 +1,7 @@
+// Copyright © 2015, 2016 Hraban Luyat <hraban@0brg.net>
+//
+// License for use of this code is detailed in the LICENSE file
+
 package opus
 
 import (
index f48fa318aecc4f8423fe3fd81b490d237139ba4e..b087c33d33083faf7c6c1e40ea5ef57b4c804b3d 100644 (file)
--- a/stream.go
+++ b/stream.go
@@ -1,3 +1,7 @@
+// Copyright © 2015, 2016 Hraban Luyat <hraban@0brg.net>
+//
+// License for use of this code is detailed in the LICENSE file
+
 package opus
 
 import (
index ef666c0d6603500779c2181960f83d92dabc3f19..cc91f68cc1cd6393e464d4b91cc246636e0b6e7f 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright © 2015, 2016 Hraban Luyat <hraban@0brg.net>
+//
+// License for use of this code is detailed in the LICENSE file
+
 package opus
 
 import (