<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/26563">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">treewide: remove FSF address<br><br>Remove the paragraph about writing to the Free Software Foundation's<br>mailing address. The FSF has changed addresses in the past, and may do<br>so again. In 2021 this is not useful, let's rather have a bit less<br>boilerplate at the start of source files.<br><br>Change-Id: I8ba71ab9ccde4ba25151ecbeb2a323f706b57d43<br>---<br>M CommonLibs/PRBS.h<br>M CommonLibs/Utils.cpp<br>M CommonLibs/Utils.h<br>M Transceiver52M/Resampler.cpp<br>M Transceiver52M/Resampler.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/x86/convert.c<br>M Transceiver52M/arch/x86/convert_sse_3.c<br>M Transceiver52M/arch/x86/convert_sse_3.h<br>M Transceiver52M/arch/x86/convert_sse_4_1.c<br>M Transceiver52M/arch/x86/convert_sse_4_1.h<br>M Transceiver52M/arch/x86/convolve.c<br>M Transceiver52M/arch/x86/convolve_sse_3.c<br>M Transceiver52M/arch/x86/convolve_sse_3.h<br>M Transceiver52M/osmo-trx.cpp<br>M tests/CommonLibs/PRBSTest.cpp<br>25 files changed, 0 insertions(+), 100 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CommonLibs/PRBS.h b/CommonLibs/PRBS.h</span><br><span>index 9235327..8d08fa3 100644</span><br><span>--- a/CommonLibs/PRBS.h</span><br><span>+++ b/CommonLibs/PRBS.h</span><br><span>@@ -12,10 +12,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #ifndef PRBS_H</span><br><span>diff --git a/CommonLibs/Utils.cpp b/CommonLibs/Utils.cpp</span><br><span>index e500475..3ab598d 100644</span><br><span>--- a/CommonLibs/Utils.cpp</span><br><span>+++ b/CommonLibs/Utils.cpp</span><br><span>@@ -12,10 +12,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <vector></span><br><span>diff --git a/CommonLibs/Utils.h b/CommonLibs/Utils.h</span><br><span>index 3c5c802..8e61a9f 100644</span><br><span>--- a/CommonLibs/Utils.h</span><br><span>+++ b/CommonLibs/Utils.h</span><br><span>@@ -12,10 +12,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #pragma once</span><br><span>diff --git a/Transceiver52M/Resampler.cpp b/Transceiver52M/Resampler.cpp</span><br><span>index 2ca6406..910c7ff 100644</span><br><span>--- a/Transceiver52M/Resampler.cpp</span><br><span>+++ b/Transceiver52M/Resampler.cpp</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <stdlib.h></span><br><span>diff --git a/Transceiver52M/Resampler.h b/Transceiver52M/Resampler.h</span><br><span>index 5af8d26..e1962c7 100644</span><br><span>--- a/Transceiver52M/Resampler.h</span><br><span>+++ b/Transceiver52M/Resampler.h</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #ifndef _RESAMPLER_H_</span><br><span>diff --git a/Transceiver52M/arch/arm/convert.c b/Transceiver52M/arch/arm/convert.c</span><br><span>index ace1b6f..7145579 100644</span><br><span>--- a/Transceiver52M/arch/arm/convert.c</span><br><span>+++ b/Transceiver52M/arch/arm/convert.c</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <malloc.h></span><br><span>diff --git a/Transceiver52M/arch/arm/convert_neon.S b/Transceiver52M/arch/arm/convert_neon.S</span><br><span>index a1fbd40..6cf3c03 100644</span><br><span>--- a/Transceiver52M/arch/arm/convert_neon.S</span><br><span>+++ b/Transceiver52M/arch/arm/convert_neon.S</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span>      .syntax unified</span><br><span>diff --git a/Transceiver52M/arch/arm/convolve.c b/Transceiver52M/arch/arm/convolve.c</span><br><span>index adb718d..c2611b4 100644</span><br><span>--- a/Transceiver52M/arch/arm/convolve.c</span><br><span>+++ b/Transceiver52M/arch/arm/convolve.c</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <malloc.h></span><br><span>diff --git a/Transceiver52M/arch/arm/convolve_neon.S b/Transceiver52M/arch/arm/convolve_neon.S</span><br><span>index a3e1ba5..3209d60 100644</span><br><span>--- a/Transceiver52M/arch/arm/convolve_neon.S</span><br><span>+++ b/Transceiver52M/arch/arm/convolve_neon.S</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #ifdef HAVE_CONFIG_H</span><br><span>diff --git a/Transceiver52M/arch/arm/mult.c b/Transceiver52M/arch/arm/mult.c</span><br><span>index 9851626..251b3c9 100644</span><br><span>--- a/Transceiver52M/arch/arm/mult.c</span><br><span>+++ b/Transceiver52M/arch/arm/mult.c</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <malloc.h></span><br><span>diff --git a/Transceiver52M/arch/arm/mult_neon.S b/Transceiver52M/arch/arm/mult_neon.S</span><br><span>index 6318c50..b4cd229 100644</span><br><span>--- a/Transceiver52M/arch/arm/mult_neon.S</span><br><span>+++ b/Transceiver52M/arch/arm/mult_neon.S</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span>    .syntax unified</span><br><span>diff --git a/Transceiver52M/arch/arm/scale.c b/Transceiver52M/arch/arm/scale.c</span><br><span>index a3214f7..d44ffc8 100644</span><br><span>--- a/Transceiver52M/arch/arm/scale.c</span><br><span>+++ b/Transceiver52M/arch/arm/scale.c</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <malloc.h></span><br><span>diff --git a/Transceiver52M/arch/arm/scale_neon.S b/Transceiver52M/arch/arm/scale_neon.S</span><br><span>index f10de1e..c348f30 100644</span><br><span>--- a/Transceiver52M/arch/arm/scale_neon.S</span><br><span>+++ b/Transceiver52M/arch/arm/scale_neon.S</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span>         .syntax unified</span><br><span>diff --git a/Transceiver52M/arch/common/convert_base.c b/Transceiver52M/arch/common/convert_base.c</span><br><span>index 9876e83..9a01a1e 100644</span><br><span>--- a/Transceiver52M/arch/common/convert_base.c</span><br><span>+++ b/Transceiver52M/arch/common/convert_base.c</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include "convert.h"</span><br><span>diff --git a/Transceiver52M/arch/common/convolve_base.c b/Transceiver52M/arch/common/convolve_base.c</span><br><span>index bfda783..3765c5c 100644</span><br><span>--- a/Transceiver52M/arch/common/convolve_base.c</span><br><span>+++ b/Transceiver52M/arch/common/convolve_base.c</span><br><span>@@ -13,10 +13,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <malloc.h></span><br><span>diff --git a/Transceiver52M/arch/x86/convert.c b/Transceiver52M/arch/x86/convert.c</span><br><span>index bbcfd67..596233c 100644</span><br><span>--- a/Transceiver52M/arch/x86/convert.c</span><br><span>+++ b/Transceiver52M/arch/x86/convert.c</span><br><span>@@ -11,10 +11,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <malloc.h></span><br><span>diff --git a/Transceiver52M/arch/x86/convert_sse_3.c b/Transceiver52M/arch/x86/convert_sse_3.c</span><br><span>index 255db67..f00ecf5 100644</span><br><span>--- a/Transceiver52M/arch/x86/convert_sse_3.c</span><br><span>+++ b/Transceiver52M/arch/x86/convert_sse_3.c</span><br><span>@@ -11,10 +11,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <malloc.h></span><br><span>diff --git a/Transceiver52M/arch/x86/convert_sse_3.h b/Transceiver52M/arch/x86/convert_sse_3.h</span><br><span>index c2f87d7..b5abe47 100644</span><br><span>--- a/Transceiver52M/arch/x86/convert_sse_3.h</span><br><span>+++ b/Transceiver52M/arch/x86/convert_sse_3.h</span><br><span>@@ -11,10 +11,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #pragma once</span><br><span>diff --git a/Transceiver52M/arch/x86/convert_sse_4_1.c b/Transceiver52M/arch/x86/convert_sse_4_1.c</span><br><span>index 42a235c..736a376 100644</span><br><span>--- a/Transceiver52M/arch/x86/convert_sse_4_1.c</span><br><span>+++ b/Transceiver52M/arch/x86/convert_sse_4_1.c</span><br><span>@@ -11,10 +11,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <malloc.h></span><br><span>diff --git a/Transceiver52M/arch/x86/convert_sse_4_1.h b/Transceiver52M/arch/x86/convert_sse_4_1.h</span><br><span>index 57a5efb..63305e5 100644</span><br><span>--- a/Transceiver52M/arch/x86/convert_sse_4_1.h</span><br><span>+++ b/Transceiver52M/arch/x86/convert_sse_4_1.h</span><br><span>@@ -11,10 +11,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #pragma once</span><br><span>diff --git a/Transceiver52M/arch/x86/convolve.c b/Transceiver52M/arch/x86/convolve.c</span><br><span>index be62721..45a3719 100644</span><br><span>--- a/Transceiver52M/arch/x86/convolve.c</span><br><span>+++ b/Transceiver52M/arch/x86/convolve.c</span><br><span>@@ -11,10 +11,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <malloc.h></span><br><span>diff --git a/Transceiver52M/arch/x86/convolve_sse_3.c b/Transceiver52M/arch/x86/convolve_sse_3.c</span><br><span>index 8fd3b5e..ca4dc71 100644</span><br><span>--- a/Transceiver52M/arch/x86/convolve_sse_3.c</span><br><span>+++ b/Transceiver52M/arch/x86/convolve_sse_3.c</span><br><span>@@ -11,10 +11,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include <malloc.h></span><br><span>diff --git a/Transceiver52M/arch/x86/convolve_sse_3.h b/Transceiver52M/arch/x86/convolve_sse_3.h</span><br><span>index d929ef6..2cbc037 100644</span><br><span>--- a/Transceiver52M/arch/x86/convolve_sse_3.h</span><br><span>+++ b/Transceiver52M/arch/x86/convolve_sse_3.h</span><br><span>@@ -11,10 +11,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #pragma once</span><br><span>diff --git a/Transceiver52M/osmo-trx.cpp b/Transceiver52M/osmo-trx.cpp</span><br><span>index b227863..b6f378b 100644</span><br><span>--- a/Transceiver52M/osmo-trx.cpp</span><br><span>+++ b/Transceiver52M/osmo-trx.cpp</span><br><span>@@ -12,10 +12,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #ifdef HAVE_CONFIG_H</span><br><span>diff --git a/tests/CommonLibs/PRBSTest.cpp b/tests/CommonLibs/PRBSTest.cpp</span><br><span>index cb5ed41..8000288 100644</span><br><span>--- a/tests/CommonLibs/PRBSTest.cpp</span><br><span>+++ b/tests/CommonLibs/PRBSTest.cpp</span><br><span>@@ -12,10 +12,6 @@</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span><br><span>  * Lesser General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU Lesser General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License along with this library; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span><br><span>  */</span><br><span> </span><br><span> #include "PRBS.h"</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/26563">change 26563</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/+/26563"/><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: I8ba71ab9ccde4ba25151ecbeb2a323f706b57d43 </div>
<div style="display:none"> Gerrit-Change-Number: 26563 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: ipse <Alexander.Chemeris@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: ttsou <tom@tsou.cc> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>