From ff96eb549b53e15362090f0c0bc186231966d173 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 1 Jun 2022 13:14:19 -0400 Subject: [PATCH] update messaging --- add_gr3.9.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/add_gr3.9.py b/add_gr3.9.py index 99e5297..1a68e31 100755 --- a/add_gr3.9.py +++ b/add_gr3.9.py @@ -1,5 +1,12 @@ #! /usr/bin/python3 +# Copyright 2022, Max H. Parke KA1RBI +# +# This file is part of GNU Radio and part of OP25 +# +# SPDX-License-Identifier: GPL-3.0-or-later +# + import sys import os import glob @@ -8,6 +15,15 @@ from gnuradio.modtool.core.newmod import ModToolNewModule from gnuradio.modtool.core.add import ModToolAdd from gnuradio.modtool.core.bind import ModToolGenBindings +msg = """ +This is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3, or (at your option) +any later version. +""" + +print('\n%s Copyright 2022, Max H. Parke KA1RBI\nhttps://osmocom.org/projects/op25\n%s' % (sys.argv[0], msg)) + TLD = 'op25' MODS={