From 067ec1105272b420194967651611a5d2b1f89cb6 Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Sun, 14 Aug 2016 15:10:11 +0100 Subject: [PATCH] Update copyright period to 2016 --- LICENSE | 2 +- decoder.go | 2 +- encoder.go | 2 +- opus.go | 2 +- opus_test.go | 2 +- stream_test.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 860c139..c04d259 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2015 Hraban Luyat +Copyright © 2015, 2016 Hraban Luyat 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/decoder.go b/decoder.go index 490b37a..c77a5ba 100644 --- a/decoder.go +++ b/decoder.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Hraban Luyat +// Copyright © 2015, 2016 Hraban Luyat // // License for use of this code is detailed in the LICENSE file diff --git a/encoder.go b/encoder.go index b6e8935..ce27a06 100644 --- a/encoder.go +++ b/encoder.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Hraban Luyat +// Copyright © 2015, 2016 Hraban Luyat // // License for use of this code is detailed in the LICENSE file diff --git a/opus.go b/opus.go index 1a5c0c0..6859a56 100644 --- a/opus.go +++ b/opus.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Hraban Luyat +// Copyright © 2015, 2016 Hraban Luyat // // License for use of this code is detailed in the LICENSE file diff --git a/opus_test.go b/opus_test.go index 76380ec..b600abe 100644 --- a/opus_test.go +++ b/opus_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Hraban Luyat +// Copyright © 2015, 2016 Hraban Luyat // // License for use of this code is detailed in the LICENSE file diff --git a/stream_test.go b/stream_test.go index 20eb4a2..3c9464a 100644 --- a/stream_test.go +++ b/stream_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Hraban Luyat +// Copyright © 2015, 2016 Hraban Luyat // // License for use of this code is detailed in the LICENSE file -- 2.48.1