1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Rewriting of copyright notices for plugins/samplemimo. Part of #1893

This commit is contained in:
f4exb
2023-11-18 06:40:23 +01:00
parent 9ce0810a29
commit 743260db96
112 changed files with 314 additions and 122 deletions
@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2019 Edouard Griffiths, F4EXB //
// Copyright (C) 2019-2020 Edouard Griffiths, F4EXB <f4exb06@gmail.com> //
// //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
@@ -340,4 +340,4 @@ int BladeRF2MIThread::channelCallbackQI(const qint16* buf, qint32 len, int chann
}
return it - m_convertBuffer[channel].begin();
}
}