From 0e63cf1b6c00f94ae48fd06753dfac069ea0953a Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Mon, 10 Oct 2016 15:24:24 +0100 Subject: [PATCH] Change copyright headers to refer to AUTHORS file --- callbacks.c | 2 +- decoder.go | 2 +- decoder_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 +- 10 files changed, 10 insertions(+), 10 deletions(-) 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 -- 2.48.1