From 15fce17ef6b68bbb8a6ccd65c272a40ec0636007 Mon Sep 17 00:00:00 2001 From: dimitri Date: Wed, 12 Dec 2018 10:19:46 -0800 Subject: [PATCH] update copyright notices --- include/libnyquist/AudioDecoder.h | 2 +- include/libnyquist/Common.h | 2 +- include/libnyquist/Dither.h | 2 +- include/libnyquist/FlacDecoder.h | 2 +- include/libnyquist/IMA4Util.h | 2 +- include/libnyquist/ModplugDecoder.h | 2 +- include/libnyquist/MusepackDecoder.h | 2 +- include/libnyquist/OpusDecoder.h | 2 +- include/libnyquist/PostProcess.h | 2 +- include/libnyquist/RiffUtils.h | 2 +- include/libnyquist/VorbisDecoder.h | 2 +- include/libnyquist/WavDecoder.h | 2 +- include/libnyquist/WavEncoder.h | 2 +- include/libnyquist/WavPackDecoder.h | 2 +- src/AudioDecoder.cpp | 2 +- src/Common.cpp | 2 +- src/FlacDecoder.cpp | 2 +- src/FlacDependencies.c | 2 +- src/MusepackDecoder.cpp | 2 +- src/MusepackDependencies.c | 2 +- src/OpusDecoder.cpp | 2 +- src/OpusDependencies.c | 2 +- src/RiffUtils.cpp | 2 +- src/VorbisDecoder.cpp | 2 +- src/VorbisDependencies.c | 2 +- src/WavDecoder.cpp | 2 +- src/WavEncoder.cpp | 2 +- src/WavPackDecoder.cpp | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/include/libnyquist/AudioDecoder.h b/include/libnyquist/AudioDecoder.h index 9200ea3..c5ed9ee 100644 --- a/include/libnyquist/AudioDecoder.h +++ b/include/libnyquist/AudioDecoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/Common.h b/include/libnyquist/Common.h index 3641811..1eda012 100644 --- a/include/libnyquist/Common.h +++ b/include/libnyquist/Common.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/Dither.h b/include/libnyquist/Dither.h index 519220a..81b26b1 100644 --- a/include/libnyquist/Dither.h +++ b/include/libnyquist/Dither.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/FlacDecoder.h b/include/libnyquist/FlacDecoder.h index 998882e..9c657c1 100644 --- a/include/libnyquist/FlacDecoder.h +++ b/include/libnyquist/FlacDecoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/IMA4Util.h b/include/libnyquist/IMA4Util.h index 1549793..77acded 100644 --- a/include/libnyquist/IMA4Util.h +++ b/include/libnyquist/IMA4Util.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/ModplugDecoder.h b/include/libnyquist/ModplugDecoder.h index b8a6f4a..f9b6728 100644 --- a/include/libnyquist/ModplugDecoder.h +++ b/include/libnyquist/ModplugDecoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/MusepackDecoder.h b/include/libnyquist/MusepackDecoder.h index 4a8eb11..47e254f 100644 --- a/include/libnyquist/MusepackDecoder.h +++ b/include/libnyquist/MusepackDecoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/OpusDecoder.h b/include/libnyquist/OpusDecoder.h index 23ac0a3..7f4de8b 100644 --- a/include/libnyquist/OpusDecoder.h +++ b/include/libnyquist/OpusDecoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/PostProcess.h b/include/libnyquist/PostProcess.h index 08c517d..8bb6270 100644 --- a/include/libnyquist/PostProcess.h +++ b/include/libnyquist/PostProcess.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/RiffUtils.h b/include/libnyquist/RiffUtils.h index e136bc2..e56b807 100644 --- a/include/libnyquist/RiffUtils.h +++ b/include/libnyquist/RiffUtils.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/VorbisDecoder.h b/include/libnyquist/VorbisDecoder.h index 10308b7..24d0173 100644 --- a/include/libnyquist/VorbisDecoder.h +++ b/include/libnyquist/VorbisDecoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/WavDecoder.h b/include/libnyquist/WavDecoder.h index 527ef78..bb519b4 100644 --- a/include/libnyquist/WavDecoder.h +++ b/include/libnyquist/WavDecoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/WavEncoder.h b/include/libnyquist/WavEncoder.h index 7dd3e92..9eb08a5 100644 --- a/include/libnyquist/WavEncoder.h +++ b/include/libnyquist/WavEncoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/include/libnyquist/WavPackDecoder.h b/include/libnyquist/WavPackDecoder.h index 7daec04..42498cf 100644 --- a/include/libnyquist/WavPackDecoder.h +++ b/include/libnyquist/WavPackDecoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/AudioDecoder.cpp b/src/AudioDecoder.cpp index df99b80..385d0be 100644 --- a/src/AudioDecoder.cpp +++ b/src/AudioDecoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/Common.cpp b/src/Common.cpp index 5841c28..404af9a 100644 --- a/src/Common.cpp +++ b/src/Common.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/FlacDecoder.cpp b/src/FlacDecoder.cpp index b89cd5f..575cbb3 100644 --- a/src/FlacDecoder.cpp +++ b/src/FlacDecoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/FlacDependencies.c b/src/FlacDependencies.c index 0cb8523..e0e7378 100644 --- a/src/FlacDependencies.c +++ b/src/FlacDependencies.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/MusepackDecoder.cpp b/src/MusepackDecoder.cpp index 494e1de..d8fd406 100644 --- a/src/MusepackDecoder.cpp +++ b/src/MusepackDecoder.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. + Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/MusepackDependencies.c b/src/MusepackDependencies.c index cd9b7b1..22a6a47 100644 --- a/src/MusepackDependencies.c +++ b/src/MusepackDependencies.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/OpusDecoder.cpp b/src/OpusDecoder.cpp index f720694..2256f94 100644 --- a/src/OpusDecoder.cpp +++ b/src/OpusDecoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/OpusDependencies.c b/src/OpusDependencies.c index bf10d05..b661427 100644 --- a/src/OpusDependencies.c +++ b/src/OpusDependencies.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/RiffUtils.cpp b/src/RiffUtils.cpp index 1e8f53c..4b96555 100644 --- a/src/RiffUtils.cpp +++ b/src/RiffUtils.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/VorbisDecoder.cpp b/src/VorbisDecoder.cpp index adf3a67..3d8bd4a 100644 --- a/src/VorbisDecoder.cpp +++ b/src/VorbisDecoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/VorbisDependencies.c b/src/VorbisDependencies.c index cca7e8b..8caf7c9 100644 --- a/src/VorbisDependencies.c +++ b/src/VorbisDependencies.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/WavDecoder.cpp b/src/WavDecoder.cpp index 57dab64..d04e5de 100644 --- a/src/WavDecoder.cpp +++ b/src/WavDecoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/WavEncoder.cpp b/src/WavEncoder.cpp index b04e52f..355af9e 100644 --- a/src/WavEncoder.cpp +++ b/src/WavEncoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/WavPackDecoder.cpp b/src/WavPackDecoder.cpp index abdbfc9..a11dddf 100644 --- a/src/WavPackDecoder.cpp +++ b/src/WavPackDecoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: