From 99a369f12861459935fa30c35b85797c9f5926bd Mon Sep 17 00:00:00 2001 From: Jason Self Date: Fri, 22 Jul 2016 07:44:57 -0700 Subject: [PATCH] Using the new recommended text available on the GNU licenses howto. It's more future-proof because it no longer includes the FSF's postal mailing address. (cherry picked from commit ae918a9d3fd36990f90eca80ac154db1a70fe753 - https://jxself.org/git/mmdvm.git) --- CWIdTX.cpp | 3 +-- CWIdTX.h | 3 +-- CalDMR.cpp | 3 +-- CalDMR.h | 3 +-- CalDStarRX.cpp | 3 +-- CalDStarRX.h | 3 +-- CalDStarTX.cpp | 3 +-- CalDStarTX.h | 3 +-- Config.h | 3 +-- DMRDefines.h | 3 +-- DMRIdleRX.cpp | 3 +-- DMRIdleRX.h | 3 +-- DMRRX.cpp | 3 +-- DMRRX.h | 3 +-- DMRSlotRX.cpp | 3 +-- DMRSlotRX.h | 3 +-- DMRSlotType.cpp | 3 +-- DMRSlotType.h | 3 +-- DMRTX.cpp | 3 +-- DMRTX.h | 3 +-- DStarDefines.h | 3 +-- DStarRX.cpp | 3 +-- DStarRX.h | 3 +-- DStarTX.cpp | 3 +-- DStarTX.h | 3 +-- Debug.h | 3 +-- Globals.h | 3 +-- IO.cpp | 3 +-- IO.h | 3 +-- MMDVM.cpp | 3 +-- MMDVM.ino | 3 +-- SerialPort.cpp | 3 +-- SerialPort.h | 3 +-- Utils.cpp | 3 +-- Utils.h | 3 +-- YSFDefines.h | 3 +-- YSFRX.cpp | 3 +-- YSFRX.h | 3 +-- YSFTX.cpp | 3 +-- YSFTX.h | 3 +-- mmdvmmenu.sh | 3 +-- 41 files changed, 41 insertions(+), 82 deletions(-) diff --git a/CWIdTX.cpp b/CWIdTX.cpp index 6c35332..87e64d0 100644 --- a/CWIdTX.cpp +++ b/CWIdTX.cpp @@ -13,8 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ // #define WANT_DEBUG diff --git a/CWIdTX.h b/CWIdTX.h index c78c94d..9072e9e 100644 --- a/CWIdTX.h +++ b/CWIdTX.h @@ -13,8 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(CWIDTX_H) diff --git a/CalDMR.cpp b/CalDMR.cpp index df30e48..1eebbb4 100644 --- a/CalDMR.cpp +++ b/CalDMR.cpp @@ -13,8 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "Config.h" diff --git a/CalDMR.h b/CalDMR.h index c1870cf..e9040a7 100644 --- a/CalDMR.h +++ b/CalDMR.h @@ -13,8 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(CALDMR_H) diff --git a/CalDStarRX.cpp b/CalDStarRX.cpp index e078559..ea6cfb1 100644 --- a/CalDStarRX.cpp +++ b/CalDStarRX.cpp @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "Config.h" diff --git a/CalDStarRX.h b/CalDStarRX.h index 17504d9..c8443e7 100644 --- a/CalDStarRX.h +++ b/CalDStarRX.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(CALDSTARRX_H) diff --git a/CalDStarTX.cpp b/CalDStarTX.cpp index f917183..87f970f 100644 --- a/CalDStarTX.cpp +++ b/CalDStarTX.cpp @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "Config.h" diff --git a/CalDStarTX.h b/CalDStarTX.h index 5cb646c..fcc7351 100644 --- a/CalDStarTX.h +++ b/CalDStarTX.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(CALDSTARTX_H) diff --git a/Config.h b/Config.h index 7ba41e1..20328b2 100644 --- a/Config.h +++ b/Config.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(CONFIG_H) diff --git a/DMRDefines.h b/DMRDefines.h index 906a1d1..4a69fe9 100644 --- a/DMRDefines.h +++ b/DMRDefines.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(DMRDEFINES_H) diff --git a/DMRIdleRX.cpp b/DMRIdleRX.cpp index ef3fe58..4587558 100644 --- a/DMRIdleRX.cpp +++ b/DMRIdleRX.cpp @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #define WANT_DEBUG diff --git a/DMRIdleRX.h b/DMRIdleRX.h index 3183f0c..0fc022c 100644 --- a/DMRIdleRX.h +++ b/DMRIdleRX.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(DMRIDLERX_H) diff --git a/DMRRX.cpp b/DMRRX.cpp index 81dfb6c..07ee6e1 100644 --- a/DMRRX.cpp +++ b/DMRRX.cpp @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "Config.h" diff --git a/DMRRX.h b/DMRRX.h index cd0168b..66319e1 100644 --- a/DMRRX.h +++ b/DMRRX.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(DMRRX_H) diff --git a/DMRSlotRX.cpp b/DMRSlotRX.cpp index 1016804..00684de 100644 --- a/DMRSlotRX.cpp +++ b/DMRSlotRX.cpp @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #define WANT_DEBUG diff --git a/DMRSlotRX.h b/DMRSlotRX.h index 8ba36ab..15d5421 100644 --- a/DMRSlotRX.h +++ b/DMRSlotRX.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(DMRSLOTRX_H) diff --git a/DMRSlotType.cpp b/DMRSlotType.cpp index cfe9674..3422624 100644 --- a/DMRSlotType.cpp +++ b/DMRSlotType.cpp @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "Config.h" diff --git a/DMRSlotType.h b/DMRSlotType.h index c5a43a3..9f6811f 100644 --- a/DMRSlotType.h +++ b/DMRSlotType.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(DMRSLOTTYPE_H) diff --git a/DMRTX.cpp b/DMRTX.cpp index b38cfa0..41e8a33 100644 --- a/DMRTX.cpp +++ b/DMRTX.cpp @@ -13,8 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ // #define WANT_DEBUG diff --git a/DMRTX.h b/DMRTX.h index 25157a5..80ed9e8 100644 --- a/DMRTX.h +++ b/DMRTX.h @@ -13,8 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(DMRTX_H) diff --git a/DStarDefines.h b/DStarDefines.h index 71f2259..63547ff 100644 --- a/DStarDefines.h +++ b/DStarDefines.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(DSTARDEFINES_H) diff --git a/DStarRX.cpp b/DStarRX.cpp index 26a47f6..72e95c7 100644 --- a/DStarRX.cpp +++ b/DStarRX.cpp @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ // #define WANT_DEBUG diff --git a/DStarRX.h b/DStarRX.h index 979295e..0c067a0 100644 --- a/DStarRX.h +++ b/DStarRX.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(DSTARRX_H) diff --git a/DStarTX.cpp b/DStarTX.cpp index 1184bf1..4cf3fe9 100644 --- a/DStarTX.cpp +++ b/DStarTX.cpp @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #define WANT_DEBUG diff --git a/DStarTX.h b/DStarTX.h index ff4016a..4ebbc7c 100644 --- a/DStarTX.h +++ b/DStarTX.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(DSTARTX_H) diff --git a/Debug.h b/Debug.h index d7dca12..4a11be2 100644 --- a/Debug.h +++ b/Debug.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(DEBUG_H) diff --git a/Globals.h b/Globals.h index 4010023..8f30f65 100644 --- a/Globals.h +++ b/Globals.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(GLOBALS_H) diff --git a/IO.cpp b/IO.cpp index 88b164e..53c6cd6 100644 --- a/IO.cpp +++ b/IO.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ // #define WANT_DEBUG diff --git a/IO.h b/IO.h index 264300e..d6f48c7 100644 --- a/IO.h +++ b/IO.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(IO_H) diff --git a/MMDVM.cpp b/MMDVM.cpp index e365600..6723059 100644 --- a/MMDVM.cpp +++ b/MMDVM.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if defined(__MBED__) diff --git a/MMDVM.ino b/MMDVM.ino index e94e63f..17546b0 100644 --- a/MMDVM.ino +++ b/MMDVM.ino @@ -13,8 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "Config.h" diff --git a/SerialPort.cpp b/SerialPort.cpp index 10481b8..1aae3b1 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -13,8 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ // #define WANT_DEBUG diff --git a/SerialPort.h b/SerialPort.h index e307650..5d781e3 100644 --- a/SerialPort.h +++ b/SerialPort.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(SERIALPORT_H) diff --git a/Utils.cpp b/Utils.cpp index 67cab4e..e0d2503 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "Utils.h" diff --git a/Utils.h b/Utils.h index a00283f..0d2e59f 100644 --- a/Utils.h +++ b/Utils.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(UTILS_H) diff --git a/YSFDefines.h b/YSFDefines.h index 033456b..164ddac 100644 --- a/YSFDefines.h +++ b/YSFDefines.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(YSFDEFINES_H) diff --git a/YSFRX.cpp b/YSFRX.cpp index 56ed371..a166842 100644 --- a/YSFRX.cpp +++ b/YSFRX.cpp @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ // #define WANT_DEBUG diff --git a/YSFRX.h b/YSFRX.h index b2a7bf4..691e81e 100644 --- a/YSFRX.h +++ b/YSFRX.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(YSFRX_H) diff --git a/YSFTX.cpp b/YSFTX.cpp index fa4a544..f9be2b3 100644 --- a/YSFTX.cpp +++ b/YSFTX.cpp @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ // #define WANT_DEBUG diff --git a/YSFTX.h b/YSFTX.h index e45b665..5c93be1 100644 --- a/YSFTX.h +++ b/YSFTX.h @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #if !defined(YSFTX_H) diff --git a/mmdvmmenu.sh b/mmdvmmenu.sh index be458f6..7a9858e 100755 --- a/mmdvmmenu.sh +++ b/mmdvmmenu.sh @@ -17,8 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with this program; if not, see . # ############################################################################### #