From 0fe64ba3ee2fca7f38f7f09a23a47f4023f1f4d7 Mon Sep 17 00:00:00 2001 From: FlUxIuS Date: Fri, 6 Jan 2023 10:16:43 +0100 Subject: [PATCH] Including contribution headers --- Control/L3StateMachine.cpp | 1 + GPRS/MSInfo.cpp | 1 + GSMShare/A51.h | 2 +- SGSNGGSN/Sgsn.cpp | 1 + SIP/SIP2Interface.cpp | 1 + SIP/SIPRtp.cpp | 1 + Transceiver52M/UHDDevice.cpp | 2 +- preinstall.sh | 6 ++++++ 8 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Control/L3StateMachine.cpp b/Control/L3StateMachine.cpp index 9fe296b..33d9f55 100644 --- a/Control/L3StateMachine.cpp +++ b/Control/L3StateMachine.cpp @@ -1,6 +1,7 @@ /**@file Declarations for Circuit Switched State Machine and related classes. */ /* * Copyright 2013, 2014 Range Networks, Inc. +* Renewed for 2023 by FlUxIuS @ Penthertz * * This software is distributed under multiple licenses; * see the COPYING file in the main directory for licensing diff --git a/GPRS/MSInfo.cpp b/GPRS/MSInfo.cpp index c0d8765..0449288 100644 --- a/GPRS/MSInfo.cpp +++ b/GPRS/MSInfo.cpp @@ -1,5 +1,6 @@ /* * Copyright 2011, 2014 Range Networks, Inc. +* Renewed for 2023 by FlUxIuS @ Penthertz * * This software is distributed under multiple licenses; * see the COPYING file in the main directory for licensing diff --git a/GSMShare/A51.h b/GSMShare/A51.h index 5f650d3..68583a2 100644 --- a/GSMShare/A51.h +++ b/GSMShare/A51.h @@ -1,4 +1,4 @@ - +// Renewed for 2023 by FlUxIuS @ Penthertz #include #include diff --git a/SGSNGGSN/Sgsn.cpp b/SGSNGGSN/Sgsn.cpp index f8b2a0c..fadccee 100644 --- a/SGSNGGSN/Sgsn.cpp +++ b/SGSNGGSN/Sgsn.cpp @@ -1,5 +1,6 @@ /* * Copyright 2011, 2014 Range Networks, Inc. +* Renewed for 2023 by FlUxIuS @ Penthertz * * This software is distributed under multiple licenses; * see the COPYING file in the main directory for licensing diff --git a/SIP/SIP2Interface.cpp b/SIP/SIP2Interface.cpp index d2ee0e7..ae548ab 100644 --- a/SIP/SIP2Interface.cpp +++ b/SIP/SIP2Interface.cpp @@ -1,6 +1,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * Copyright 2011, 2014 Range Networks, Inc. +* Renewed for 2023 by FlUxIuS @ Penthertz * * This software is distributed under multiple licenses; * see the COPYING file in the main directory for licensing diff --git a/SIP/SIPRtp.cpp b/SIP/SIPRtp.cpp index 12fb5f9..230c731 100644 --- a/SIP/SIPRtp.cpp +++ b/SIP/SIPRtp.cpp @@ -1,5 +1,6 @@ /* * Copyright 2014 Range Networks, Inc. +* Renewed for 2023 by FlUxIuS @ Penthertz * * This software is distributed under multiple licenses; * see the COPYING file in the main directory for licensing diff --git a/Transceiver52M/UHDDevice.cpp b/Transceiver52M/UHDDevice.cpp index d2e5694..d2aaf29 100644 --- a/Transceiver52M/UHDDevice.cpp +++ b/Transceiver52M/UHDDevice.cpp @@ -3,7 +3,7 @@ * Written by Thomas Tsou * * Copyright 2010,2011 Free Software Foundation, Inc. - * + * Renewed for 2023 by FlUxIuS @ Penthertz * 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/preinstall.sh b/preinstall.sh index 2075833..c2472fd 100755 --- a/preinstall.sh +++ b/preinstall.sh @@ -1,5 +1,11 @@ #!/bin/sh +########################################################## +# This is a simple script made by FlUxIuS @ Penthertz # +# It is there to simplify the installation of this whole # +# project. # +########################################################## + # Installing compilation dependencies sudo apt install autoconf libtool libosip2-dev libortp-dev libusb-1.0-0-dev g++ sqlite3 libsqlite3-dev erlang libreadline6-dev libncurses5-dev git dpkg-dev debhelper libssl-dev cmake build-essential wget libzmq3-dev