From 9809acd98c2d54e8a1a13875a599c0789a86ca4b Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 19 Sep 2019 01:21:50 +0200 Subject: [PATCH] Ref T730, fixed some UTF-8 encoding issues --- src/blacksound/dsp/SimpleEnvelope.cpp | 2 +- src/blacksound/dsp/SimpleEnvelope.h | 2 +- src/blacksound/dsp/SimpleGain.h | 2 +- src/blacksound/dsp/SimpleGate.cpp | 3 +-- src/blacksound/dsp/SimpleGate.h | 2 +- src/blacksound/dsp/SimpleGateProcess.inl | 2 +- src/blacksound/dsp/SimpleHeader.h | 2 +- src/blacksound/dsp/SimpleLimit.cpp | 2 +- src/blacksound/dsp/SimpleLimit.h | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/blacksound/dsp/SimpleEnvelope.cpp b/src/blacksound/dsp/SimpleEnvelope.cpp index 55e092e51..9b6999888 100644 --- a/src/blacksound/dsp/SimpleEnvelope.cpp +++ b/src/blacksound/dsp/SimpleEnvelope.cpp @@ -6,7 +6,7 @@ * Version : 1.12 * Implements : EnvelopeDetector, AttRelEnvelope * - * © 2006, ChunkWare Music Software, OPEN-SOURCE + * 2006, ChunkWare Music Software, OPEN-SOURCE * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/blacksound/dsp/SimpleEnvelope.h b/src/blacksound/dsp/SimpleEnvelope.h index c1e151c30..f57fcb161 100644 --- a/src/blacksound/dsp/SimpleEnvelope.h +++ b/src/blacksound/dsp/SimpleEnvelope.h @@ -6,7 +6,7 @@ * Version : 1.12 * Class : EnvelopeDetector, AttRelEnvelope * - * © 2006, ChunkWare Music Software, OPEN-SOURCE + * 2006, ChunkWare Music Software, OPEN-SOURCE * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/blacksound/dsp/SimpleGain.h b/src/blacksound/dsp/SimpleGain.h index 8502f65dd..c5648a852 100644 --- a/src/blacksound/dsp/SimpleGain.h +++ b/src/blacksound/dsp/SimpleGain.h @@ -6,7 +6,7 @@ * Version : 1.12 * Class : * - * © 2006, ChunkWare Music Software, OPEN-SOURCE + * 2006, ChunkWare Music Software, OPEN-SOURCE * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/blacksound/dsp/SimpleGate.cpp b/src/blacksound/dsp/SimpleGate.cpp index 2ad34f487..09df1a290 100644 --- a/src/blacksound/dsp/SimpleGate.cpp +++ b/src/blacksound/dsp/SimpleGate.cpp @@ -6,7 +6,7 @@ * Version : 1.12 * Implements : SimpleGate, SimpleGateRms * - * © 2006, ChunkWare Music Software, OPEN-SOURCE + * 2006, ChunkWare Music Software, OPEN-SOURCE * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -27,7 +27,6 @@ * DEALINGS IN THE SOFTWARE. */ - #include "SimpleGate.h" namespace chunkware_simple diff --git a/src/blacksound/dsp/SimpleGate.h b/src/blacksound/dsp/SimpleGate.h index 4a281384f..441e28675 100644 --- a/src/blacksound/dsp/SimpleGate.h +++ b/src/blacksound/dsp/SimpleGate.h @@ -6,7 +6,7 @@ * Version : 1.12 * Class : SimpleGate, SimpleGateRms * - * © 2006, ChunkWare Music Software, OPEN-SOURCE + * 2006, ChunkWare Music Software, OPEN-SOURCE * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/blacksound/dsp/SimpleGateProcess.inl b/src/blacksound/dsp/SimpleGateProcess.inl index e3e5aeb15..ea8b8a5ec 100644 --- a/src/blacksound/dsp/SimpleGateProcess.inl +++ b/src/blacksound/dsp/SimpleGateProcess.inl @@ -8,7 +8,7 @@ * void SimpleGate::process( double &in1, double &in2, double keyLinked ) * void SimpleGateRms::process( double &in1, double &in2 ) * - * © 2006, ChunkWare Music Software, OPEN-SOURCE + * 2006, ChunkWare Music Software, OPEN-SOURCE * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/blacksound/dsp/SimpleHeader.h b/src/blacksound/dsp/SimpleHeader.h index 6103a08a7..2e54e998d 100644 --- a/src/blacksound/dsp/SimpleHeader.h +++ b/src/blacksound/dsp/SimpleHeader.h @@ -5,7 +5,7 @@ * Library : SimpleSource * Version : 1.12 * - * © 2006, ChunkWare Music Software, OPEN-SOURCE + * 2006, ChunkWare Music Software, OPEN-SOURCE * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/blacksound/dsp/SimpleLimit.cpp b/src/blacksound/dsp/SimpleLimit.cpp index e073ef61e..82b22f0de 100644 --- a/src/blacksound/dsp/SimpleLimit.cpp +++ b/src/blacksound/dsp/SimpleLimit.cpp @@ -6,7 +6,7 @@ * Version : 1.12 * Implements : SimpleLimit * - * © 2006, ChunkWare Music Software, OPEN-SOURCE + * 2006, ChunkWare Music Software, OPEN-SOURCE * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/blacksound/dsp/SimpleLimit.h b/src/blacksound/dsp/SimpleLimit.h index eec57ea4e..739403c31 100644 --- a/src/blacksound/dsp/SimpleLimit.h +++ b/src/blacksound/dsp/SimpleLimit.h @@ -6,7 +6,7 @@ * Version : 1.12 * Class : SimpleLimit * - * © 2006, ChunkWare Music Software, OPEN-SOURCE + * 2006, ChunkWare Music Software, OPEN-SOURCE * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),