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

Rewriting of copyright notices for sdrgui. Fixes #1893

This commit is contained in:
f4exb
2023-11-19 13:31:45 +01:00
parent 439b5d094c
commit b84eea7dc9
224 changed files with 1029 additions and 288 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
///////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2019 F4EXB //
// written by Edouard Griffiths //
// 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> //
// //
// 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 //
@@ -53,4 +54,4 @@ void DeviceStreamSelectionDialog::accept()
m_streamIndex = ui->deviceStream->currentIndex();
m_hasChanged = true;
QDialog::accept();
}
}