From: Hraban Luyat Date: Sun, 1 Jan 2017 23:35:30 +0000 (+0000) Subject: Update copyright year to 2015-2017. 🎆 X-Git-Tag: v2.0.0~33^2~4^2~1 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d19039546ff95808872b4626987242b17b95f437;p=go-opus.git Update copyright year to 2015-2017. 🎆 --- diff --git a/LICENSE b/LICENSE index 2328bc5..ef362bf 100644 --- 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 diff --git a/README.md b/README.md index e71415b..9405d3d 100644 --- 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! diff --git a/decoder.go b/decoder.go index 282ac25..729d212 100644 --- a/decoder.go +++ b/decoder.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/decoder_test.go b/decoder_test.go index 3577f5a..ff7ebfa 100644 --- a/decoder_test.go +++ b/decoder_test.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/encoder.go b/encoder.go index cccb26a..6c3b691 100644 --- a/encoder.go +++ b/encoder.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/encoder_test.go b/encoder_test.go index 88da66c..c318402 100644 --- a/encoder_test.go +++ b/encoder_test.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/errors.go b/errors.go index ab87730..72de70d 100644 --- 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 9040d77..480486a 100644 --- 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 diff --git a/opus_test.go b/opus_test.go index 786f901..4896158 100644 --- a/opus_test.go +++ b/opus_test.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/stream.go b/stream.go index 1264760..43f4ecf 100644 --- 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 diff --git a/stream_test.go b/stream_test.go index f9fdff2..b5b4339 100644 --- a/stream_test.go +++ b/stream_test.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/streams_map.go b/streams_map.go index 4abaa59..8ab514d 100644 --- a/streams_map.go +++ b/streams_map.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/utils_test.go b/utils_test.go index dbd37ea..7bdb355 100644 --- a/utils_test.go +++ b/utils_test.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