<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/14892">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Add SPDX annotation<br><br>Related: OS#3515<br>Change-Id: I3719bd8dc015569ecd81928fc079e27593cdca09<br>---<br>M CommonLibs/BitVector.cpp<br>M CommonLibs/BitVector.h<br>M CommonLibs/Interthread.h<br>M CommonLibs/LinkedLists.cpp<br>M CommonLibs/LinkedLists.h<br>M CommonLibs/Logger.cpp<br>M CommonLibs/Logger.h<br>M CommonLibs/PRBS.h<br>M CommonLibs/Threads.cpp<br>M CommonLibs/Threads.h<br>M CommonLibs/Timeval.cpp<br>M CommonLibs/Timeval.h<br>M CommonLibs/Utils.cpp<br>M CommonLibs/Utils.h<br>M CommonLibs/Vector.h<br>M CommonLibs/debug.c<br>M CommonLibs/osmo_signal.h<br>M GSM/GSMCommon.cpp<br>M GSM/GSMCommon.h<br>M Transceiver52M/Channelizer.cpp<br>M Transceiver52M/ChannelizerBase.cpp<br>M Transceiver52M/Resampler.cpp<br>M Transceiver52M/Resampler.h<br>M Transceiver52M/Synthesis.cpp<br>M Transceiver52M/Transceiver.cpp<br>M Transceiver52M/Transceiver.h<br>M Transceiver52M/arch/arm/convert.c<br>M Transceiver52M/arch/arm/convert_neon.S<br>M Transceiver52M/arch/arm/convolve.c<br>M Transceiver52M/arch/arm/convolve_neon.S<br>M Transceiver52M/arch/arm/mult.c<br>M Transceiver52M/arch/arm/mult_neon.S<br>M Transceiver52M/arch/arm/scale.c<br>M Transceiver52M/arch/arm/scale_neon.S<br>M Transceiver52M/arch/common/convert_base.c<br>M Transceiver52M/arch/common/convolve_base.c<br>M Transceiver52M/arch/common/fft.c<br>M Transceiver52M/device/common/smpl_buf.cpp<br>M Transceiver52M/device/common/smpl_buf.h<br>M Transceiver52M/device/lms/LMSDevice.cpp<br>M Transceiver52M/device/lms/LMSDevice.h<br>M Transceiver52M/device/uhd/UHDDevice.cpp<br>M Transceiver52M/device/uhd/UHDDevice.h<br>M Transceiver52M/device/usrp1/USRPDevice.cpp<br>M Transceiver52M/device/usrp1/USRPDevice.h<br>M Transceiver52M/osmo-trx.cpp<br>M Transceiver52M/radioBuffer.cpp<br>M Transceiver52M/radioClock.cpp<br>M Transceiver52M/radioClock.h<br>M Transceiver52M/radioInterface.cpp<br>M Transceiver52M/radioInterfaceMulti.cpp<br>M Transceiver52M/radioInterfaceResamp.cpp<br>M Transceiver52M/radioVector.cpp<br>M Transceiver52M/radioVector.h<br>M Transceiver52M/sigProcLib.cpp<br>M tests/CommonLibs/BitVectorTest.cpp<br>M tests/CommonLibs/InterthreadTest.cpp<br>M tests/CommonLibs/LogTest.cpp<br>M tests/CommonLibs/PRBSTest.cpp<br>M tests/CommonLibs/TimevalTest.cpp<br>M tests/CommonLibs/VectorTest.cpp<br>61 files changed, 139 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/92/14892/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CommonLibs/BitVector.cpp b/CommonLibs/BitVector.cpp</span><br><span>index cf408cd..26b44ee 100644</span><br><span>--- a/CommonLibs/BitVector.cpp</span><br><span>+++ b/CommonLibs/BitVector.cpp</span><br><span>@@ -1,6 +1,7 @@</span><br><span> /*</span><br><span> * Copyright 2008, 2009 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span>diff --git a/CommonLibs/BitVector.h b/CommonLibs/BitVector.h</span><br><span>index 559dd99..16a1587 100644</span><br><span>--- a/CommonLibs/BitVector.h</span><br><span>+++ b/CommonLibs/BitVector.h</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span> * Copyright 2008, 2009 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/CommonLibs/Interthread.h b/CommonLibs/Interthread.h</span><br><span>index 185112f..8169985 100644</span><br><span>--- a/CommonLibs/Interthread.h</span><br><span>+++ b/CommonLibs/Interthread.h</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span> * Copyright 2008, 2011 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/CommonLibs/LinkedLists.cpp b/CommonLibs/LinkedLists.cpp</span><br><span>index b73a579..3ebf715 100644</span><br><span>--- a/CommonLibs/LinkedLists.cpp</span><br><span>+++ b/CommonLibs/LinkedLists.cpp</span><br><span>@@ -1,6 +1,7 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span>diff --git a/CommonLibs/LinkedLists.h b/CommonLibs/LinkedLists.h</span><br><span>index 136d13d..e98b41a 100644</span><br><span>--- a/CommonLibs/LinkedLists.h</span><br><span>+++ b/CommonLibs/LinkedLists.h</span><br><span>@@ -1,7 +1,10 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(0, 100%, 40%);">-* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span style="color: hsl(120, 100%, 40%);">+* This software is distributed under multiple licenses; see the COPYING file in</span><br><span style="color: hsl(120, 100%, 40%);">+* the main directory for licensing information for this specific distribuion.</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span>diff --git a/CommonLibs/Logger.cpp b/CommonLibs/Logger.cpp</span><br><span>index f68fab5..5db7f87 100644</span><br><span>--- a/CommonLibs/Logger.cpp</span><br><span>+++ b/CommonLibs/Logger.cpp</span><br><span>@@ -1,6 +1,7 @@</span><br><span> /*</span><br><span> * Copyright (C) 2018 sysmocom - s.f.m.c. GmbH</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span>diff --git a/CommonLibs/Logger.h b/CommonLibs/Logger.h</span><br><span>index 9c665cd..ab72303 100644</span><br><span>--- a/CommonLibs/Logger.h</span><br><span>+++ b/CommonLibs/Logger.h</span><br><span>@@ -2,6 +2,8 @@</span><br><span> * Copyright 2009, 2010 Free Software Foundation, Inc.</span><br><span> * Copyright 2010 Kestrel Signal Processing, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/CommonLibs/PRBS.h b/CommonLibs/PRBS.h</span><br><span>index 0b7bbc3..9235327 100644</span><br><span>--- a/CommonLibs/PRBS.h</span><br><span>+++ b/CommonLibs/PRBS.h</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span>  * Copyright (C) 2017 Alexander Chemeris <Alexander.Chemeris@fairwaves.co></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/CommonLibs/Threads.cpp b/CommonLibs/Threads.cpp</span><br><span>index ccea1e7..dd57d40 100644</span><br><span>--- a/CommonLibs/Threads.cpp</span><br><span>+++ b/CommonLibs/Threads.cpp</span><br><span>@@ -1,6 +1,7 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span>diff --git a/CommonLibs/Threads.h b/CommonLibs/Threads.h</span><br><span>index 8a6ba47..4cc0884 100644</span><br><span>--- a/CommonLibs/Threads.h</span><br><span>+++ b/CommonLibs/Threads.h</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span> * Copyright 2008, 2011 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/CommonLibs/Timeval.cpp b/CommonLibs/Timeval.cpp</span><br><span>index 60bf7f6..cfd01cf 100644</span><br><span>--- a/CommonLibs/Timeval.cpp</span><br><span>+++ b/CommonLibs/Timeval.cpp</span><br><span>@@ -1,6 +1,7 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span>diff --git a/CommonLibs/Timeval.h b/CommonLibs/Timeval.h</span><br><span>index 7c6a6f6..0826c12 100644</span><br><span>--- a/CommonLibs/Timeval.h</span><br><span>+++ b/CommonLibs/Timeval.h</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/CommonLibs/Utils.cpp b/CommonLibs/Utils.cpp</span><br><span>index 6cd4f84..e500475 100644</span><br><span>--- a/CommonLibs/Utils.cpp</span><br><span>+++ b/CommonLibs/Utils.cpp</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span>  * Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/CommonLibs/Utils.h b/CommonLibs/Utils.h</span><br><span>index 4f0fbc0..3c5c802 100644</span><br><span>--- a/CommonLibs/Utils.h</span><br><span>+++ b/CommonLibs/Utils.h</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span>  * Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/CommonLibs/Vector.h b/CommonLibs/Vector.h</span><br><span>index 4c96b78..0970248 100644</span><br><span>--- a/CommonLibs/Vector.h</span><br><span>+++ b/CommonLibs/Vector.h</span><br><span>@@ -2,6 +2,8 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/CommonLibs/debug.c b/CommonLibs/debug.c</span><br><span>index 17ef5bc..48d4981 100644</span><br><span>--- a/CommonLibs/debug.c</span><br><span>+++ b/CommonLibs/debug.c</span><br><span>@@ -1,3 +1,26 @@</span><br><span style="color: hsl(120, 100%, 40%);">+/*</span><br><span style="color: hsl(120, 100%, 40%);">+ * Copyright (C) 2018-2019 sysmocom - s.f.m.c. GmbH</span><br><span style="color: hsl(120, 100%, 40%);">+ * All Rights Reserved</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * Author: Pau Espin Pedrol <pespin@sysmocom.de></span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software: you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU Affero General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation, either version 3 of the License, or</span><br><span style="color: hsl(120, 100%, 40%);">+ * (at your option) any later version.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU Affero General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * You should have received a copy of the GNU Affero General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.</span><br><span style="color: hsl(120, 100%, 40%);">+ * See the COPYING file in the main directory for details.</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> #include <pthread.h></span><br><span> </span><br><span> #include <osmocom/core/logging.h></span><br><span>diff --git a/CommonLibs/osmo_signal.h b/CommonLibs/osmo_signal.h</span><br><span>index 6ee1bf9..ee7e2a4 100644</span><br><span>--- a/CommonLibs/osmo_signal.h</span><br><span>+++ b/CommonLibs/osmo_signal.h</span><br><span>@@ -5,6 +5,8 @@</span><br><span>  *</span><br><span>  * All Rights Reserved</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software; you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation; either version 3 of the License, or</span><br><span>diff --git a/GSM/GSMCommon.cpp b/GSM/GSMCommon.cpp</span><br><span>index 711ca70..5e9e4ae 100644</span><br><span>--- a/GSM/GSMCommon.cpp</span><br><span>+++ b/GSM/GSMCommon.cpp</span><br><span>@@ -2,6 +2,8 @@</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> * Copyright 2011 Range Networks, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/GSM/GSMCommon.h b/GSM/GSMCommon.h</span><br><span>index a3ada26..48723b4 100644</span><br><span>--- a/GSM/GSMCommon.h</span><br><span>+++ b/GSM/GSMCommon.h</span><br><span>@@ -2,6 +2,8 @@</span><br><span> /*</span><br><span> * Copyright 2008-2011 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/Transceiver52M/Channelizer.cpp b/Transceiver52M/Channelizer.cpp</span><br><span>index 1e4d7d4..341cd0a 100644</span><br><span>--- a/Transceiver52M/Channelizer.cpp</span><br><span>+++ b/Transceiver52M/Channelizer.cpp</span><br><span>@@ -4,6 +4,8 @@</span><br><span>  * Copyright (C) 2012-2014 Tom Tsou <tom@tsou.cc></span><br><span>  * Copyright (C) 2015 Ettus Research LLC</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/ChannelizerBase.cpp b/Transceiver52M/ChannelizerBase.cpp</span><br><span>index 96f76a9..f3f07c1 100644</span><br><span>--- a/Transceiver52M/ChannelizerBase.cpp</span><br><span>+++ b/Transceiver52M/ChannelizerBase.cpp</span><br><span>@@ -4,6 +4,8 @@</span><br><span>  * Copyright (C) 2012-2014 Tom Tsou <tom@tsou.cc></span><br><span>  * Copyright (C) 2015 Ettus Research LLC</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/Resampler.cpp b/Transceiver52M/Resampler.cpp</span><br><span>index f545db8..7ba0219 100644</span><br><span>--- a/Transceiver52M/Resampler.cpp</span><br><span>+++ b/Transceiver52M/Resampler.cpp</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * Rational Sample Rate Conversion</span><br><span>  * Copyright (C) 2012, 2013  Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/Resampler.h b/Transceiver52M/Resampler.h</span><br><span>index bee2436..139b857 100644</span><br><span>--- a/Transceiver52M/Resampler.h</span><br><span>+++ b/Transceiver52M/Resampler.h</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * Rational Sample Rate Conversion</span><br><span>  * Copyright (C) 2012, 2013  Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/Synthesis.cpp b/Transceiver52M/Synthesis.cpp</span><br><span>index a117390..24da8e6 100644</span><br><span>--- a/Transceiver52M/Synthesis.cpp</span><br><span>+++ b/Transceiver52M/Synthesis.cpp</span><br><span>@@ -4,6 +4,8 @@</span><br><span>  * Copyright (C) 2012-2014 Tom Tsou <tom@tsou.cc></span><br><span>  * Copyright (C) 2015 Ettus Research LLC</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp</span><br><span>index 17e0476..af6b0dd 100644</span><br><span>--- a/Transceiver52M/Transceiver.cpp</span><br><span>+++ b/Transceiver52M/Transceiver.cpp</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span> * Copyright 2008, 2009, 2010 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: GPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h</span><br><span>index aa2a716..8b5a9b1 100644</span><br><span>--- a/Transceiver52M/Transceiver.h</span><br><span>+++ b/Transceiver52M/Transceiver.h</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: GPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/Transceiver52M/arch/arm/convert.c b/Transceiver52M/arch/arm/convert.c</span><br><span>index c94a3d7..ace1b6f 100644</span><br><span>--- a/Transceiver52M/arch/arm/convert.c</span><br><span>+++ b/Transceiver52M/arch/arm/convert.c</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * NEON type conversions</span><br><span>  * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/arch/arm/convert_neon.S b/Transceiver52M/arch/arm/convert_neon.S</span><br><span>index 842ed9f..a1fbd40 100644</span><br><span>--- a/Transceiver52M/arch/arm/convert_neon.S</span><br><span>+++ b/Transceiver52M/arch/arm/convert_neon.S</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * NEON type conversions</span><br><span>  * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/arch/arm/convolve.c b/Transceiver52M/arch/arm/convolve.c</span><br><span>index 5b5bce5..63b1655 100644</span><br><span>--- a/Transceiver52M/arch/arm/convolve.c</span><br><span>+++ b/Transceiver52M/arch/arm/convolve.c</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * NEON Convolution</span><br><span>  * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/arch/arm/convolve_neon.S b/Transceiver52M/arch/arm/convolve_neon.S</span><br><span>index 8a023ff..a3e1ba5 100644</span><br><span>--- a/Transceiver52M/arch/arm/convolve_neon.S</span><br><span>+++ b/Transceiver52M/arch/arm/convolve_neon.S</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * NEON Convolution</span><br><span>  * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/arch/arm/mult.c b/Transceiver52M/arch/arm/mult.c</span><br><span>index 245be50..9851626 100644</span><br><span>--- a/Transceiver52M/arch/arm/mult.c</span><br><span>+++ b/Transceiver52M/arch/arm/mult.c</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * NEON scaling</span><br><span>  * Copyright (C) 2012,2013 Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/arch/arm/mult_neon.S b/Transceiver52M/arch/arm/mult_neon.S</span><br><span>index 113e227..6318c50 100644</span><br><span>--- a/Transceiver52M/arch/arm/mult_neon.S</span><br><span>+++ b/Transceiver52M/arch/arm/mult_neon.S</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * NEON complex multiplication</span><br><span>  * Copyright (C) 2012,2013 Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/arch/arm/scale.c b/Transceiver52M/arch/arm/scale.c</span><br><span>index 2de13ff..a3214f7 100644</span><br><span>--- a/Transceiver52M/arch/arm/scale.c</span><br><span>+++ b/Transceiver52M/arch/arm/scale.c</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * NEON scaling</span><br><span>  * Copyright (C) 2012,2013 Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/arch/arm/scale_neon.S b/Transceiver52M/arch/arm/scale_neon.S</span><br><span>index a66fbe5..f10de1e 100644</span><br><span>--- a/Transceiver52M/arch/arm/scale_neon.S</span><br><span>+++ b/Transceiver52M/arch/arm/scale_neon.S</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * ARM NEON Scaling</span><br><span>  * Copyright (C) 2013 Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/arch/common/convert_base.c b/Transceiver52M/arch/common/convert_base.c</span><br><span>index 8d29310..9876e83 100644</span><br><span>--- a/Transceiver52M/arch/common/convert_base.c</span><br><span>+++ b/Transceiver52M/arch/common/convert_base.c</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * Conversion</span><br><span>  * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/arch/common/convolve_base.c b/Transceiver52M/arch/common/convolve_base.c</span><br><span>index 9bb8d3d..bfda783 100644</span><br><span>--- a/Transceiver52M/arch/common/convolve_base.c</span><br><span>+++ b/Transceiver52M/arch/common/convolve_base.c</span><br><span>@@ -2,6 +2,8 @@</span><br><span>  * Convolution</span><br><span>  * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/arch/common/fft.c b/Transceiver52M/arch/common/fft.c</span><br><span>index ed79d13..ad096b1 100644</span><br><span>--- a/Transceiver52M/arch/common/fft.c</span><br><span>+++ b/Transceiver52M/arch/common/fft.c</span><br><span>@@ -3,6 +3,8 @@</span><br><span>  *</span><br><span>  * Copyright (C) 2012 Tom Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/device/common/smpl_buf.cpp b/Transceiver52M/device/common/smpl_buf.cpp</span><br><span>index c21f306..33161bc 100644</span><br><span>--- a/Transceiver52M/device/common/smpl_buf.cpp</span><br><span>+++ b/Transceiver52M/device/common/smpl_buf.cpp</span><br><span>@@ -7,6 +7,8 @@</span><br><span>  *</span><br><span>  * Author: Tom Tsou <tom.tsou@ettus.com></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/device/common/smpl_buf.h b/Transceiver52M/device/common/smpl_buf.h</span><br><span>index 24d3ce9..383c814 100644</span><br><span>--- a/Transceiver52M/device/common/smpl_buf.h</span><br><span>+++ b/Transceiver52M/device/common/smpl_buf.h</span><br><span>@@ -7,6 +7,8 @@</span><br><span>  *</span><br><span>  * Author: Tom Tsou <tom.tsou@ettus.com></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>index 0253d4c..0eaf0a3 100644</span><br><span>--- a/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>+++ b/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span> * Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span>    This program is free software: you can redistribute it and/or modify</span><br><span>         it under the terms of the GNU Affero General Public License as published by</span><br><span>  the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/device/lms/LMSDevice.h b/Transceiver52M/device/lms/LMSDevice.h</span><br><span>index 9e0944d..906fbee 100644</span><br><span>--- a/Transceiver52M/device/lms/LMSDevice.h</span><br><span>+++ b/Transceiver52M/device/lms/LMSDevice.h</span><br><span>@@ -1,7 +1,10 @@</span><br><span> /*</span><br><span> * Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span> *</span><br><span style="color: hsl(0, 100%, 40%);">-* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span style="color: hsl(120, 100%, 40%);">+* This software is distributed under multiple licenses; see the COPYING file in</span><br><span style="color: hsl(120, 100%, 40%);">+* the main directory for licensing information for this specific distribuion.</span><br><span> *</span><br><span> * This use of this software may be subject to additional restrictions.</span><br><span> * See the LEGAL file in the main directory for details.</span><br><span>diff --git a/Transceiver52M/device/uhd/UHDDevice.cpp b/Transceiver52M/device/uhd/UHDDevice.cpp</span><br><span>index 4e6f49d..8bb94d6 100644</span><br><span>--- a/Transceiver52M/device/uhd/UHDDevice.cpp</span><br><span>+++ b/Transceiver52M/device/uhd/UHDDevice.cpp</span><br><span>@@ -6,6 +6,8 @@</span><br><span>  *</span><br><span>  * Author: Tom Tsou <tom.tsou@ettus.com></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/device/uhd/UHDDevice.h b/Transceiver52M/device/uhd/UHDDevice.h</span><br><span>index 0b57ba4..d5a6348 100644</span><br><span>--- a/Transceiver52M/device/uhd/UHDDevice.h</span><br><span>+++ b/Transceiver52M/device/uhd/UHDDevice.h</span><br><span>@@ -7,6 +7,8 @@</span><br><span>  *</span><br><span>  * Author: Tom Tsou <tom.tsou@ettus.com></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/device/usrp1/USRPDevice.cpp b/Transceiver52M/device/usrp1/USRPDevice.cpp</span><br><span>index b1d6c56..af0b3de 100644</span><br><span>--- a/Transceiver52M/device/usrp1/USRPDevice.cpp</span><br><span>+++ b/Transceiver52M/device/usrp1/USRPDevice.cpp</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span> * Copyright 2008, 2009 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/Transceiver52M/device/usrp1/USRPDevice.h b/Transceiver52M/device/usrp1/USRPDevice.h</span><br><span>index c02e58c..9a2426c 100644</span><br><span>--- a/Transceiver52M/device/usrp1/USRPDevice.h</span><br><span>+++ b/Transceiver52M/device/usrp1/USRPDevice.h</span><br><span>@@ -1,7 +1,10 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(0, 100%, 40%);">-* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span style="color: hsl(120, 100%, 40%);">+* This software is distributed under multiple licenses; see the COPYING file in</span><br><span style="color: hsl(120, 100%, 40%);">+* the main directory for licensing information for this specific distribuion.</span><br><span> *</span><br><span> * This use of this software may be subject to additional restrictions.</span><br><span> * See the LEGAL file in the main directory for details.</span><br><span>diff --git a/Transceiver52M/osmo-trx.cpp b/Transceiver52M/osmo-trx.cpp</span><br><span>index 8a3f1e3..cd659a7 100644</span><br><span>--- a/Transceiver52M/osmo-trx.cpp</span><br><span>+++ b/Transceiver52M/osmo-trx.cpp</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span>  * Copyright (C) 2013 Thomas Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/Transceiver52M/radioBuffer.cpp b/Transceiver52M/radioBuffer.cpp</span><br><span>index 57de364..62f6553 100644</span><br><span>--- a/Transceiver52M/radioBuffer.cpp</span><br><span>+++ b/Transceiver52M/radioBuffer.cpp</span><br><span>@@ -5,6 +5,8 @@</span><br><span>  *</span><br><span>  * Author: Tom Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/radioClock.cpp b/Transceiver52M/radioClock.cpp</span><br><span>index 505bb01..2befd0d 100644</span><br><span>--- a/Transceiver52M/radioClock.cpp</span><br><span>+++ b/Transceiver52M/radioClock.cpp</span><br><span>@@ -4,6 +4,8 @@</span><br><span>  *</span><br><span>  * Copyright 2011 Free Software Foundation, Inc.</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/radioClock.h b/Transceiver52M/radioClock.h</span><br><span>index 9c35c44..472f43d 100644</span><br><span>--- a/Transceiver52M/radioClock.h</span><br><span>+++ b/Transceiver52M/radioClock.h</span><br><span>@@ -4,6 +4,8 @@</span><br><span>  *</span><br><span>  * Copyright 2011 Free Software Foundation, Inc.</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/radioInterface.cpp b/Transceiver52M/radioInterface.cpp</span><br><span>index 04b98da..e32848e 100644</span><br><span>--- a/Transceiver52M/radioInterface.cpp</span><br><span>+++ b/Transceiver52M/radioInterface.cpp</span><br><span>@@ -4,6 +4,8 @@</span><br><span>  * Copyright (C) 2008-2014 Free Software Foundation, Inc.</span><br><span>  * Copyright (C) 2015 Ettus Research LLC</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/radioInterfaceMulti.cpp b/Transceiver52M/radioInterfaceMulti.cpp</span><br><span>index 17a015b..0208e82 100644</span><br><span>--- a/Transceiver52M/radioInterfaceMulti.cpp</span><br><span>+++ b/Transceiver52M/radioInterfaceMulti.cpp</span><br><span>@@ -5,6 +5,8 @@</span><br><span>  *</span><br><span>  * Author: Tom Tsou <tom.tsou@ettus.com></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/radioInterfaceResamp.cpp b/Transceiver52M/radioInterfaceResamp.cpp</span><br><span>index 8ae4aa1..e2f69f2 100644</span><br><span>--- a/Transceiver52M/radioInterfaceResamp.cpp</span><br><span>+++ b/Transceiver52M/radioInterfaceResamp.cpp</span><br><span>@@ -6,6 +6,8 @@</span><br><span>  *</span><br><span>  * Author: Tom Tsou <tom@tsou.cc></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/radioVector.cpp b/Transceiver52M/radioVector.cpp</span><br><span>index 2e3af9d..ad40a11 100644</span><br><span>--- a/Transceiver52M/radioVector.cpp</span><br><span>+++ b/Transceiver52M/radioVector.cpp</span><br><span>@@ -4,6 +4,8 @@</span><br><span>  *</span><br><span>  * Copyright 2011 Free Software Foundation, Inc.</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/radioVector.h b/Transceiver52M/radioVector.h</span><br><span>index 0566123..0a14a4d 100644</span><br><span>--- a/Transceiver52M/radioVector.h</span><br><span>+++ b/Transceiver52M/radioVector.h</span><br><span>@@ -4,6 +4,8 @@</span><br><span>  *</span><br><span>  * Copyright 2011 Free Software Foundation, Inc.</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This program is free software: you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU Affero General Public License as published by</span><br><span>  * the Free Software Foundation, either version 3 of the License, or</span><br><span>diff --git a/Transceiver52M/sigProcLib.cpp b/Transceiver52M/sigProcLib.cpp</span><br><span>index 1042dbb..011ddff 100644</span><br><span>--- a/Transceiver52M/sigProcLib.cpp</span><br><span>+++ b/Transceiver52M/sigProcLib.cpp</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span> * Copyright 2008, 2011 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span style="color: hsl(120, 100%, 40%);">+*</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span> *</span><br><span>diff --git a/tests/CommonLibs/BitVectorTest.cpp b/tests/CommonLibs/BitVectorTest.cpp</span><br><span>index 74c7d45..440ace1 100644</span><br><span>--- a/tests/CommonLibs/BitVectorTest.cpp</span><br><span>+++ b/tests/CommonLibs/BitVectorTest.cpp</span><br><span>@@ -1,6 +1,7 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span>diff --git a/tests/CommonLibs/InterthreadTest.cpp b/tests/CommonLibs/InterthreadTest.cpp</span><br><span>index c131c2a..462df08 100644</span><br><span>--- a/tests/CommonLibs/InterthreadTest.cpp</span><br><span>+++ b/tests/CommonLibs/InterthreadTest.cpp</span><br><span>@@ -1,6 +1,7 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span>diff --git a/tests/CommonLibs/LogTest.cpp b/tests/CommonLibs/LogTest.cpp</span><br><span>index 5e51ce7..0087070 100644</span><br><span>--- a/tests/CommonLibs/LogTest.cpp</span><br><span>+++ b/tests/CommonLibs/LogTest.cpp</span><br><span>@@ -2,6 +2,7 @@</span><br><span> * Copyright 2009 Free Software Foundation, Inc.</span><br><span> * Copyright 2010 Kestrel Signal Processing, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span>diff --git a/tests/CommonLibs/PRBSTest.cpp b/tests/CommonLibs/PRBSTest.cpp</span><br><span>index b83e93d..cb5ed41 100644</span><br><span>--- a/tests/CommonLibs/PRBSTest.cpp</span><br><span>+++ b/tests/CommonLibs/PRBSTest.cpp</span><br><span>@@ -1,6 +1,8 @@</span><br><span> /*</span><br><span>  * Copyright (C) 2017 Alexander Chemeris <Alexander.Chemeris@fairwaves.co></span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPDX-License-Identifier: LGPL-2.1+</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * This library is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU Lesser General Public</span><br><span>  * License as published by the Free Software Foundation; either</span><br><span>diff --git a/tests/CommonLibs/TimevalTest.cpp b/tests/CommonLibs/TimevalTest.cpp</span><br><span>index b822982..6a45d3b 100644</span><br><span>--- a/tests/CommonLibs/TimevalTest.cpp</span><br><span>+++ b/tests/CommonLibs/TimevalTest.cpp</span><br><span>@@ -1,6 +1,7 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span>diff --git a/tests/CommonLibs/VectorTest.cpp b/tests/CommonLibs/VectorTest.cpp</span><br><span>index 6958889..292d56a 100644</span><br><span>--- a/tests/CommonLibs/VectorTest.cpp</span><br><span>+++ b/tests/CommonLibs/VectorTest.cpp</span><br><span>@@ -1,6 +1,7 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(120, 100%, 40%);">+* SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/14892">change 14892</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-trx/+/14892"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I3719bd8dc015569ecd81928fc079e27593cdca09 </div>
<div style="display:none"> Gerrit-Change-Number: 14892 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>