diff --git a/CommonLibs/BitVector.cpp b/CommonLibs/BitVector.cpp index cf408cd1..26b44ee3 100644 --- a/CommonLibs/BitVector.cpp +++ b/CommonLibs/BitVector.cpp @@ -1,6 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. diff --git a/CommonLibs/BitVector.h b/CommonLibs/BitVector.h index 559dd99e..16a15870 100644 --- a/CommonLibs/BitVector.h +++ b/CommonLibs/BitVector.h @@ -1,6 +1,8 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ +* * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * diff --git a/CommonLibs/Interthread.h b/CommonLibs/Interthread.h index 185112f0..81699854 100644 --- a/CommonLibs/Interthread.h +++ b/CommonLibs/Interthread.h @@ -1,6 +1,8 @@ /* * Copyright 2008, 2011 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ +* * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * diff --git a/CommonLibs/LinkedLists.cpp b/CommonLibs/LinkedLists.cpp index b73a579a..3ebf715e 100644 --- a/CommonLibs/LinkedLists.cpp +++ b/CommonLibs/LinkedLists.cpp @@ -1,6 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. diff --git a/CommonLibs/LinkedLists.h b/CommonLibs/LinkedLists.h index 136d13d8..e98b41a1 100644 --- a/CommonLibs/LinkedLists.h +++ b/CommonLibs/LinkedLists.h @@ -1,7 +1,10 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* SPDX-License-Identifier: AGPL-3.0+ +* +* This software is distributed under multiple licenses; see the COPYING file in +* the main directory for licensing information for this specific distribuion. * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. diff --git a/CommonLibs/Logger.cpp b/CommonLibs/Logger.cpp index f68fab5f..5db7f873 100644 --- a/CommonLibs/Logger.cpp +++ b/CommonLibs/Logger.cpp @@ -1,6 +1,7 @@ /* * Copyright (C) 2018 sysmocom - s.f.m.c. GmbH * +* SPDX-License-Identifier: AGPL-3.0+ * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. diff --git a/CommonLibs/Logger.h b/CommonLibs/Logger.h index 9c665cdd..ab72303f 100644 --- a/CommonLibs/Logger.h +++ b/CommonLibs/Logger.h @@ -2,6 +2,8 @@ * Copyright 2009, 2010 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ +* * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * diff --git a/CommonLibs/PRBS.h b/CommonLibs/PRBS.h index 0b7bbc3a..92353271 100644 --- a/CommonLibs/PRBS.h +++ b/CommonLibs/PRBS.h @@ -1,6 +1,8 @@ /* * Copyright (C) 2017 Alexander Chemeris * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/CommonLibs/Threads.cpp b/CommonLibs/Threads.cpp index ccea1e74..dd57d40a 100644 --- a/CommonLibs/Threads.cpp +++ b/CommonLibs/Threads.cpp @@ -1,6 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. diff --git a/CommonLibs/Threads.h b/CommonLibs/Threads.h index 8a6ba47e..4cc0884b 100644 --- a/CommonLibs/Threads.h +++ b/CommonLibs/Threads.h @@ -1,6 +1,8 @@ /* * Copyright 2008, 2011 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ +* * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * diff --git a/CommonLibs/Timeval.cpp b/CommonLibs/Timeval.cpp index 60bf7f6c..cfd01cf2 100644 --- a/CommonLibs/Timeval.cpp +++ b/CommonLibs/Timeval.cpp @@ -1,6 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. diff --git a/CommonLibs/Timeval.h b/CommonLibs/Timeval.h index 7c6a6f69..0826c127 100644 --- a/CommonLibs/Timeval.h +++ b/CommonLibs/Timeval.h @@ -1,6 +1,8 @@ /* * Copyright 2008 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ +* * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * diff --git a/CommonLibs/Utils.cpp b/CommonLibs/Utils.cpp index 6cd4f840..e5004758 100644 --- a/CommonLibs/Utils.cpp +++ b/CommonLibs/Utils.cpp @@ -1,6 +1,8 @@ /* * Copyright 2018 sysmocom - s.f.m.c. GmbH * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/CommonLibs/Utils.h b/CommonLibs/Utils.h index 4f0fbc02..3c5c8021 100644 --- a/CommonLibs/Utils.h +++ b/CommonLibs/Utils.h @@ -1,6 +1,8 @@ /* * Copyright 2018 sysmocom - s.f.m.c. GmbH * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/CommonLibs/Vector.h b/CommonLibs/Vector.h index 4c96b787..0970248d 100644 --- a/CommonLibs/Vector.h +++ b/CommonLibs/Vector.h @@ -2,6 +2,8 @@ /* * Copyright 2008 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ +* * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * diff --git a/CommonLibs/debug.c b/CommonLibs/debug.c index 17ef5bc8..48d49814 100644 --- a/CommonLibs/debug.c +++ b/CommonLibs/debug.c @@ -1,3 +1,26 @@ +/* + * Copyright (C) 2018-2019 sysmocom - s.f.m.c. GmbH + * All Rights Reserved + * + * SPDX-License-Identifier: AGPL-3.0+ + * + * Author: Pau Espin Pedrol + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * See the COPYING file in the main directory for details. + */ + #include #include diff --git a/CommonLibs/osmo_signal.h b/CommonLibs/osmo_signal.h index 6ee1bf95..ee7e2a44 100644 --- a/CommonLibs/osmo_signal.h +++ b/CommonLibs/osmo_signal.h @@ -5,6 +5,8 @@ * * All Rights Reserved * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation; either version 3 of the License, or diff --git a/GSM/GSMCommon.cpp b/GSM/GSMCommon.cpp index 711ca704..5e9e4aed 100644 --- a/GSM/GSMCommon.cpp +++ b/GSM/GSMCommon.cpp @@ -2,6 +2,8 @@ * Copyright 2008 Free Software Foundation, Inc. * Copyright 2011 Range Networks, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ +* * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * diff --git a/GSM/GSMCommon.h b/GSM/GSMCommon.h index a3ada263..48723b40 100644 --- a/GSM/GSMCommon.h +++ b/GSM/GSMCommon.h @@ -2,6 +2,8 @@ /* * Copyright 2008-2011 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ +* * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * diff --git a/Transceiver52M/Channelizer.cpp b/Transceiver52M/Channelizer.cpp index 1e4d7d47..341cd0a7 100644 --- a/Transceiver52M/Channelizer.cpp +++ b/Transceiver52M/Channelizer.cpp @@ -4,6 +4,8 @@ * Copyright (C) 2012-2014 Tom Tsou * Copyright (C) 2015 Ettus Research LLC * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/ChannelizerBase.cpp b/Transceiver52M/ChannelizerBase.cpp index 96f76a94..f3f07c11 100644 --- a/Transceiver52M/ChannelizerBase.cpp +++ b/Transceiver52M/ChannelizerBase.cpp @@ -4,6 +4,8 @@ * Copyright (C) 2012-2014 Tom Tsou * Copyright (C) 2015 Ettus Research LLC * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/Resampler.cpp b/Transceiver52M/Resampler.cpp index f545db86..7ba02195 100644 --- a/Transceiver52M/Resampler.cpp +++ b/Transceiver52M/Resampler.cpp @@ -2,6 +2,8 @@ * Rational Sample Rate Conversion * Copyright (C) 2012, 2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/Resampler.h b/Transceiver52M/Resampler.h index bee2436f..139b857d 100644 --- a/Transceiver52M/Resampler.h +++ b/Transceiver52M/Resampler.h @@ -2,6 +2,8 @@ * Rational Sample Rate Conversion * Copyright (C) 2012, 2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/Synthesis.cpp b/Transceiver52M/Synthesis.cpp index a117390b..24da8e69 100644 --- a/Transceiver52M/Synthesis.cpp +++ b/Transceiver52M/Synthesis.cpp @@ -4,6 +4,8 @@ * Copyright (C) 2012-2014 Tom Tsou * Copyright (C) 2015 Ettus Research LLC * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp index 17e0476a..af6b0dd2 100644 --- a/Transceiver52M/Transceiver.cpp +++ b/Transceiver52M/Transceiver.cpp @@ -1,6 +1,8 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * +* SPDX-License-Identifier: GPL-3.0+ +* * This software is distributed under the terms of the GNU Public License. * See the COPYING file in the main directory for details. * diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h index aa2a7163..8b5a9b11 100644 --- a/Transceiver52M/Transceiver.h +++ b/Transceiver52M/Transceiver.h @@ -1,6 +1,8 @@ /* * Copyright 2008 Free Software Foundation, Inc. * +* SPDX-License-Identifier: GPL-3.0+ +* * This software is distributed under the terms of the GNU Public License. * See the COPYING file in the main directory for details. * diff --git a/Transceiver52M/arch/arm/convert.c b/Transceiver52M/arch/arm/convert.c index c94a3d7c..ace1b6f8 100644 --- a/Transceiver52M/arch/arm/convert.c +++ b/Transceiver52M/arch/arm/convert.c @@ -2,6 +2,8 @@ * NEON type conversions * Copyright (C) 2012, 2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/arch/arm/convert_neon.S b/Transceiver52M/arch/arm/convert_neon.S index 842ed9f3..a1fbd40e 100644 --- a/Transceiver52M/arch/arm/convert_neon.S +++ b/Transceiver52M/arch/arm/convert_neon.S @@ -2,6 +2,8 @@ * NEON type conversions * Copyright (C) 2012, 2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/arch/arm/convolve.c b/Transceiver52M/arch/arm/convolve.c index 5b5bce51..63b1655a 100644 --- a/Transceiver52M/arch/arm/convolve.c +++ b/Transceiver52M/arch/arm/convolve.c @@ -2,6 +2,8 @@ * NEON Convolution * Copyright (C) 2012, 2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/arch/arm/convolve_neon.S b/Transceiver52M/arch/arm/convolve_neon.S index 8a023ff3..a3e1ba56 100644 --- a/Transceiver52M/arch/arm/convolve_neon.S +++ b/Transceiver52M/arch/arm/convolve_neon.S @@ -2,6 +2,8 @@ * NEON Convolution * Copyright (C) 2012, 2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/arch/arm/mult.c b/Transceiver52M/arch/arm/mult.c index 245be505..98516260 100644 --- a/Transceiver52M/arch/arm/mult.c +++ b/Transceiver52M/arch/arm/mult.c @@ -2,6 +2,8 @@ * NEON scaling * Copyright (C) 2012,2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/arch/arm/mult_neon.S b/Transceiver52M/arch/arm/mult_neon.S index 113e227b..6318c507 100644 --- a/Transceiver52M/arch/arm/mult_neon.S +++ b/Transceiver52M/arch/arm/mult_neon.S @@ -2,6 +2,8 @@ * NEON complex multiplication * Copyright (C) 2012,2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/arch/arm/scale.c b/Transceiver52M/arch/arm/scale.c index 2de13ffb..a3214f78 100644 --- a/Transceiver52M/arch/arm/scale.c +++ b/Transceiver52M/arch/arm/scale.c @@ -2,6 +2,8 @@ * NEON scaling * Copyright (C) 2012,2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/arch/arm/scale_neon.S b/Transceiver52M/arch/arm/scale_neon.S index a66fbe58..f10de1ee 100644 --- a/Transceiver52M/arch/arm/scale_neon.S +++ b/Transceiver52M/arch/arm/scale_neon.S @@ -2,6 +2,8 @@ * ARM NEON Scaling * Copyright (C) 2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/arch/common/convert_base.c b/Transceiver52M/arch/common/convert_base.c index 8d29310a..9876e838 100644 --- a/Transceiver52M/arch/common/convert_base.c +++ b/Transceiver52M/arch/common/convert_base.c @@ -2,6 +2,8 @@ * Conversion * Copyright (C) 2012, 2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/arch/common/convolve_base.c b/Transceiver52M/arch/common/convolve_base.c index 9bb8d3d8..bfda783c 100644 --- a/Transceiver52M/arch/common/convolve_base.c +++ b/Transceiver52M/arch/common/convolve_base.c @@ -2,6 +2,8 @@ * Convolution * Copyright (C) 2012, 2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/arch/common/fft.c b/Transceiver52M/arch/common/fft.c index ed79d130..ad096b11 100644 --- a/Transceiver52M/arch/common/fft.c +++ b/Transceiver52M/arch/common/fft.c @@ -3,6 +3,8 @@ * * Copyright (C) 2012 Tom Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/device/common/smpl_buf.cpp b/Transceiver52M/device/common/smpl_buf.cpp index c21f306a..33161bcc 100644 --- a/Transceiver52M/device/common/smpl_buf.cpp +++ b/Transceiver52M/device/common/smpl_buf.cpp @@ -7,6 +7,8 @@ * * Author: Tom Tsou * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/device/common/smpl_buf.h b/Transceiver52M/device/common/smpl_buf.h index 24d3ce91..383c8143 100644 --- a/Transceiver52M/device/common/smpl_buf.h +++ b/Transceiver52M/device/common/smpl_buf.h @@ -7,6 +7,8 @@ * * Author: Tom Tsou * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp index 0253d4ca..0eaf0a3d 100644 --- a/Transceiver52M/device/lms/LMSDevice.cpp +++ b/Transceiver52M/device/lms/LMSDevice.cpp @@ -1,5 +1,7 @@ /* * Copyright 2018 sysmocom - s.f.m.c. GmbH +* +* SPDX-License-Identifier: AGPL-3.0+ * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/Transceiver52M/device/lms/LMSDevice.h b/Transceiver52M/device/lms/LMSDevice.h index 9e0944d4..906fbee1 100644 --- a/Transceiver52M/device/lms/LMSDevice.h +++ b/Transceiver52M/device/lms/LMSDevice.h @@ -1,7 +1,10 @@ /* * Copyright 2018 sysmocom - s.f.m.c. GmbH * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* SPDX-License-Identifier: AGPL-3.0+ +* +* This software is distributed under multiple licenses; see the COPYING file in +* the main directory for licensing information for this specific distribuion. * * This use of this software may be subject to additional restrictions. * See the LEGAL file in the main directory for details. diff --git a/Transceiver52M/device/uhd/UHDDevice.cpp b/Transceiver52M/device/uhd/UHDDevice.cpp index 4e6f49d9..8bb94d63 100644 --- a/Transceiver52M/device/uhd/UHDDevice.cpp +++ b/Transceiver52M/device/uhd/UHDDevice.cpp @@ -6,6 +6,8 @@ * * Author: Tom Tsou * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/device/uhd/UHDDevice.h b/Transceiver52M/device/uhd/UHDDevice.h index 0b57ba48..d5a63484 100644 --- a/Transceiver52M/device/uhd/UHDDevice.h +++ b/Transceiver52M/device/uhd/UHDDevice.h @@ -7,6 +7,8 @@ * * Author: Tom Tsou * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/device/usrp1/USRPDevice.cpp b/Transceiver52M/device/usrp1/USRPDevice.cpp index b1d6c56e..af0b3de7 100644 --- a/Transceiver52M/device/usrp1/USRPDevice.cpp +++ b/Transceiver52M/device/usrp1/USRPDevice.cpp @@ -1,6 +1,8 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ +* * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * diff --git a/Transceiver52M/device/usrp1/USRPDevice.h b/Transceiver52M/device/usrp1/USRPDevice.h index c02e58cc..9a2426cb 100644 --- a/Transceiver52M/device/usrp1/USRPDevice.h +++ b/Transceiver52M/device/usrp1/USRPDevice.h @@ -1,7 +1,10 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* SPDX-License-Identifier: AGPL-3.0+ +* +* This software is distributed under multiple licenses; see the COPYING file in +* the main directory for licensing information for this specific distribuion. * * This use of this software may be subject to additional restrictions. * See the LEGAL file in the main directory for details. diff --git a/Transceiver52M/osmo-trx.cpp b/Transceiver52M/osmo-trx.cpp index 8a3f1e3b..cd659a73 100644 --- a/Transceiver52M/osmo-trx.cpp +++ b/Transceiver52M/osmo-trx.cpp @@ -1,6 +1,8 @@ /* * Copyright (C) 2013 Thomas Tsou * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/Transceiver52M/radioBuffer.cpp b/Transceiver52M/radioBuffer.cpp index 57de364c..62f6553f 100644 --- a/Transceiver52M/radioBuffer.cpp +++ b/Transceiver52M/radioBuffer.cpp @@ -5,6 +5,8 @@ * * Author: Tom Tsou * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/radioClock.cpp b/Transceiver52M/radioClock.cpp index 505bb01c..2befd0df 100644 --- a/Transceiver52M/radioClock.cpp +++ b/Transceiver52M/radioClock.cpp @@ -4,6 +4,8 @@ * * Copyright 2011 Free Software Foundation, Inc. * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/radioClock.h b/Transceiver52M/radioClock.h index 9c35c447..472f43d8 100644 --- a/Transceiver52M/radioClock.h +++ b/Transceiver52M/radioClock.h @@ -4,6 +4,8 @@ * * Copyright 2011 Free Software Foundation, Inc. * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/radioInterface.cpp b/Transceiver52M/radioInterface.cpp index 04b98dac..e32848ea 100644 --- a/Transceiver52M/radioInterface.cpp +++ b/Transceiver52M/radioInterface.cpp @@ -4,6 +4,8 @@ * Copyright (C) 2008-2014 Free Software Foundation, Inc. * Copyright (C) 2015 Ettus Research LLC * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/radioInterfaceMulti.cpp b/Transceiver52M/radioInterfaceMulti.cpp index 17a015bc..0208e82c 100644 --- a/Transceiver52M/radioInterfaceMulti.cpp +++ b/Transceiver52M/radioInterfaceMulti.cpp @@ -5,6 +5,8 @@ * * Author: Tom Tsou * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/radioInterfaceResamp.cpp b/Transceiver52M/radioInterfaceResamp.cpp index 8ae4aa1e..e2f69f29 100644 --- a/Transceiver52M/radioInterfaceResamp.cpp +++ b/Transceiver52M/radioInterfaceResamp.cpp @@ -6,6 +6,8 @@ * * Author: Tom Tsou * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/radioVector.cpp b/Transceiver52M/radioVector.cpp index 2e3af9d9..ad40a117 100644 --- a/Transceiver52M/radioVector.cpp +++ b/Transceiver52M/radioVector.cpp @@ -4,6 +4,8 @@ * * Copyright 2011 Free Software Foundation, Inc. * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/radioVector.h b/Transceiver52M/radioVector.h index 0566123d..0a14a4dc 100644 --- a/Transceiver52M/radioVector.h +++ b/Transceiver52M/radioVector.h @@ -4,6 +4,8 @@ * * Copyright 2011 Free Software Foundation, Inc. * + * SPDX-License-Identifier: AGPL-3.0+ + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/Transceiver52M/sigProcLib.cpp b/Transceiver52M/sigProcLib.cpp index 1042dbbe..011ddffb 100644 --- a/Transceiver52M/sigProcLib.cpp +++ b/Transceiver52M/sigProcLib.cpp @@ -1,6 +1,8 @@ /* * Copyright 2008, 2011 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ +* * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * diff --git a/tests/CommonLibs/BitVectorTest.cpp b/tests/CommonLibs/BitVectorTest.cpp index 74c7d453..440ace19 100644 --- a/tests/CommonLibs/BitVectorTest.cpp +++ b/tests/CommonLibs/BitVectorTest.cpp @@ -1,6 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. diff --git a/tests/CommonLibs/InterthreadTest.cpp b/tests/CommonLibs/InterthreadTest.cpp index c131c2a8..462df08e 100644 --- a/tests/CommonLibs/InterthreadTest.cpp +++ b/tests/CommonLibs/InterthreadTest.cpp @@ -1,6 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. diff --git a/tests/CommonLibs/LogTest.cpp b/tests/CommonLibs/LogTest.cpp index 5e51ce7a..00870705 100644 --- a/tests/CommonLibs/LogTest.cpp +++ b/tests/CommonLibs/LogTest.cpp @@ -2,6 +2,7 @@ * Copyright 2009 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. diff --git a/tests/CommonLibs/PRBSTest.cpp b/tests/CommonLibs/PRBSTest.cpp index b83e93db..cb5ed41c 100644 --- a/tests/CommonLibs/PRBSTest.cpp +++ b/tests/CommonLibs/PRBSTest.cpp @@ -1,6 +1,8 @@ /* * Copyright (C) 2017 Alexander Chemeris * + * SPDX-License-Identifier: LGPL-2.1+ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/tests/CommonLibs/TimevalTest.cpp b/tests/CommonLibs/TimevalTest.cpp index b822982c..6a45d3b5 100644 --- a/tests/CommonLibs/TimevalTest.cpp +++ b/tests/CommonLibs/TimevalTest.cpp @@ -1,6 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. diff --git a/tests/CommonLibs/VectorTest.cpp b/tests/CommonLibs/VectorTest.cpp index 69588896..292d56a2 100644 --- a/tests/CommonLibs/VectorTest.cpp +++ b/tests/CommonLibs/VectorTest.cpp @@ -1,6 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * +* SPDX-License-Identifier: AGPL-3.0+ * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details.