From: Hraban Luyat Date: Mon, 10 Oct 2016 14:24:24 +0000 (+0100) Subject: Change copyright headers to refer to AUTHORS file X-Git-Tag: v2.0.0~53 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=0e63cf1b6c00f94ae48fd06753dfac069ea0953a;p=go-opus.git Change copyright headers to refer to AUTHORS file --- diff --git a/callbacks.c b/callbacks.c index 9148557..5e31d8e 100644 --- a/callbacks.c +++ b/callbacks.c @@ -1,4 +1,4 @@ -// Copyright © 2015, 2016 Hraban Luyat +// Copyright © 2015, 2016 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 3674894..7d674f9 100644 --- a/decoder.go +++ b/decoder.go @@ -1,4 +1,4 @@ -// Copyright © 2015, 2016 Hraban Luyat +// Copyright © 2015, 2016 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 e17883f..3577f5a 100644 --- a/decoder_test.go +++ b/decoder_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015, 2016 Hraban Luyat +// Copyright © 2015, 2016 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 3c47287..d932d67 100644 --- a/errors.go +++ b/errors.go @@ -1,4 +1,4 @@ -// Copyright © 2015, 2016 Hraban Luyat +// Copyright © 2015, 2016 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 4ea75f8..7c69f44 100644 --- a/opus.go +++ b/opus.go @@ -1,4 +1,4 @@ -// Copyright © 2015, 2016 Hraban Luyat +// Copyright © 2015, 2016 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 fc91c2c..09966fe 100644 --- a/opus_test.go +++ b/opus_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015, 2016 Hraban Luyat +// Copyright © 2015, 2016 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 3c5be0d..4d84f99 100644 --- a/stream.go +++ b/stream.go @@ -1,4 +1,4 @@ -// Copyright © 2015, 2016 Hraban Luyat +// Copyright © 2015, 2016 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 3c9464a..95bebfb 100644 --- a/stream_test.go +++ b/stream_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015, 2016 Hraban Luyat +// Copyright © 2015, 2016 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 cc91f68..4abaa59 100644 --- a/streams_map.go +++ b/streams_map.go @@ -1,4 +1,4 @@ -// Copyright © 2015, 2016 Hraban Luyat +// Copyright © 2015, 2016 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 849db92..7798532 100644 --- a/utils_test.go +++ b/utils_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015, 2016 Hraban Luyat +// Copyright © 2015, 2016 Authors (see AUTHORS file) // // License for use of this code is detailed in the LICENSE file