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

Rewriting of copyright notices for sdrbase. Part of #1893

This commit is contained in:
f4exb
2023-11-19 06:43:20 +01:00
parent b120f9cb01
commit 439b5d094c
445 changed files with 1878 additions and 733 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
///////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2019 Edouard Griffiths, F4EXB //
// Copyright (C) 2012 maintech GmbH, Otto-Hahn-Str. 15, 97204 Hoechberg, Germany //
// written by Christian Daniel //
// Copyright (C) 2015-2019 Edouard Griffiths, F4EXB <f4exb06@gmail.com> //
// Copyright (C) 2023 Daniele Forsi <iu5hkx@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 //
@@ -131,4 +134,4 @@ void SampleSourceFifo::write(
unsigned int SampleSourceFifo::getSizePolicy(unsigned int sampleRate)
{
return (sampleRate/100)*64; // .64s
}
}