From f08db0e111900fc0d9bc2a1fb2dc9be091730d39 Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Thu, 9 Jul 2020 17:22:12 +0100 Subject: [PATCH] docs: Update copyright notice --- AUTHORS | 8 +++++--- LICENSE | 2 +- callbacks.c | 2 +- decoder.go | 2 +- decoder_test.go | 2 +- encoder.go | 2 +- encoder_test.go | 2 +- errors.go | 2 +- opus.go | 2 +- opus_test.go | 2 +- stream.go | 2 +- stream_test.go | 2 +- streams_map.go | 2 +- utils_test.go | 2 +- 14 files changed, 18 insertions(+), 16 deletions(-) diff --git a/AUTHORS b/AUTHORS index 034c511..bc1582a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,8 @@ -Authors and copyright holders of this package in no particular order. By adding -yourself to this list you agree to license your contributions under the -relevant license (see the LICENSE file). +All code in this project is Copyright © 2015-2020 Go Opus Authors + +Go Opus Authors and copyright holders of this package are listed below, in no +particular order. By adding yourself to this list you agree to license your +contributions under the relevant license (see the LICENSE file). Hraban Luyat Dejian Xu diff --git a/LICENSE b/LICENSE index c51a918..09fa8a6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +Copyright © 2015-2020 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/callbacks.c b/callbacks.c index 7a577e7..caa7c0d 100644 --- a/callbacks.c +++ b/callbacks.c @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © Go Opus Authors (see AUTHORS file) // // License for use of this code is detailed in the LICENSE file diff --git a/decoder.go b/decoder.go index 132a3e9..f656d60 100644 --- a/decoder.go +++ b/decoder.go @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © 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 5a5c478..afb188f 100644 --- a/decoder_test.go +++ b/decoder_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © 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 c3581e6..0939168 100644 --- a/encoder.go +++ b/encoder.go @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © 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 48dd1d9..68f7af9 100644 --- a/encoder_test.go +++ b/encoder_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © 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 d4d7365..ea1e565 100644 --- a/errors.go +++ b/errors.go @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © 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 e4e67e0..159d06a 100644 --- a/opus.go +++ b/opus.go @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © 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 53886ed..30f95e2 100644 --- a/opus_test.go +++ b/opus_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © 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 43f4ecf..208a0bc 100644 --- a/stream.go +++ b/stream.go @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © 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 b5b4339..fa4293f 100644 --- a/stream_test.go +++ b/stream_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © 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 8ab514d..588718b 100644 --- a/streams_map.go +++ b/streams_map.go @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © 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 7bdb355..aba9d5c 100644 --- a/utils_test.go +++ b/utils_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015-2017 Go Opus Authors (see AUTHORS file) +// Copyright © Go Opus Authors (see AUTHORS file) // // License for use of this code is detailed in the LICENSE file