]> Sergey Matveev's repositories - go-opus.git/commitdiff
Update copyright year to 2015-2017. 🎆
authorHraban Luyat <hraban@0brg.net>
Sun, 1 Jan 2017 23:35:30 +0000 (23:35 +0000)
committerHraban Luyat <hraban@0brg.net>
Sun, 1 Jan 2017 23:36:24 +0000 (23:36 +0000)
13 files changed:
LICENSE
README.md
decoder.go
decoder_test.go
encoder.go
encoder_test.go
errors.go
opus.go
opus_test.go
stream.go
stream_test.go
streams_map.go
utils_test.go

diff --git a/LICENSE b/LICENSE
index 2328bc5ae0e3d9c68cc53ffc3359d147db527fcf..ef362bf4f439ff2d04e57504cc5d5f98e6fbee25 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+Copyright Â© 2015-2016 Go Opus Authors (see AUTHORS file)
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
index e71415b3e82a2295bddad249350fa27cd9bd00c4..9405d3d25407f829cf20e8ade0b15c42a917575b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -202,3 +202,8 @@ up .dll files from the same dir by default? I don't know. But there are ways.
 
 The licensing terms for the Go bindings are found in the LICENSE file. The
 authors and copyright holders are listed in the AUTHORS file.
+
+The copyright notice uses range notation to indicate all years in between are
+subject to copyright, as well. This statement is necessary, apparently. For all
+those nefarious actors ready to abuse a copyright notice with incorrect
+notation, but thwarted by a mention in the README. Pfew!
index 282ac25b90845d074b7359cadd0dda530016e125..729d21291ed49facf93595f1ec3c40ff4cc2c4a4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+// Copyright Â© 2015-2017 Go Opus Authors (see AUTHORS file)
 //
 // License for use of this code is detailed in the LICENSE file
 
index 3577f5a8b0eabb91020e9dc13e776f3684ad2bd7..ff7ebfaa0b2214b67cccf9cea471b1a2190061fd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+// Copyright Â© 2015-2017 Go Opus Authors (see AUTHORS file)
 //
 // License for use of this code is detailed in the LICENSE file
 
index cccb26aab91aacb184d15728a643b1d1d82a1148..6c3b691fb1fd1138f4699dff2100478d66ea829f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+// Copyright Â© 2015-2017 Go Opus Authors (see AUTHORS file)
 //
 // License for use of this code is detailed in the LICENSE file
 
index 88da66ccdc228a4b7d35e5367ab03fe4888882df..c3184023f6819a7b1f8dd02a950559e333db2743 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+// Copyright Â© 2015-2017 Go Opus Authors (see AUTHORS file)
 //
 // License for use of this code is detailed in the LICENSE file
 
index ab8773073c2e6e48f9fbbade2423607c587a0086..72de70d87d304b6432f12eacefe165f22b19b7f6 100644 (file)
--- a/errors.go
+++ b/errors.go
@@ -1,4 +1,4 @@
-// Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+// Copyright Â© 2015-2017 Go Opus Authors (see AUTHORS file)
 //
 // License for use of this code is detailed in the LICENSE file
 
diff --git a/opus.go b/opus.go
index 9040d7725a423e1517ebf66fc90fa8a01258748e..480486a123b3403be9474f9db005b2f53d4a7516 100644 (file)
--- a/opus.go
+++ b/opus.go
@@ -1,4 +1,4 @@
-// Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+// Copyright Â© 2015-2017 Go Opus Authors (see AUTHORS file)
 //
 // License for use of this code is detailed in the LICENSE file
 
index 786f901fab0eb594ebaaa5d94091152b9fafd9e4..48961584ceed7b8f9b1d1994d6b8937cd12d6f54 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+// Copyright Â© 2015-2017 Go Opus Authors (see AUTHORS file)
 //
 // License for use of this code is detailed in the LICENSE file
 
index 1264760ffbfe3c12a1618bfc674a09c715d1b9ac..43f4ecf89ac18902474511a45b641d1d06fc1093 100644 (file)
--- a/stream.go
+++ b/stream.go
@@ -1,4 +1,4 @@
-// Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+// Copyright Â© 2015-2017 Go Opus Authors (see AUTHORS file)
 //
 // License for use of this code is detailed in the LICENSE file
 
index f9fdff29353b0c8379d3717ae50c15e1addcb2f2..b5b43393106c096d9eab5182395426a51a641e1e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+// Copyright Â© 2015-2017 Go Opus Authors (see AUTHORS file)
 //
 // License for use of this code is detailed in the LICENSE file
 
index 4abaa59efa21b41882c881a2cdd9d3a9f0f5ffb2..8ab514d793e4f4cd985f0d71fd3cfb47e3ec1002 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+// Copyright Â© 2015-2017 Go Opus Authors (see AUTHORS file)
 //
 // License for use of this code is detailed in the LICENSE file
 
index dbd37ea28cee06e36e6c67275530e980f14b4995..7bdb355887b686d053083898a7029881642fe893 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Â© 2015, 2016 Authors (see AUTHORS file)
+// Copyright Â© 2015-2017 Go Opus Authors (see AUTHORS file)
 //
 // License for use of this code is detailed in the LICENSE file