[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. f484c4fdc8b16bf4c8f53
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-12-29 15:09:35
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via f484c4fdc8b16bf4c8f5385f275f76ff0eb812d3 (commit) from e95df17e2c0a39e68336b8e1669aa8becb304a45 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f484c4fdc8b16bf4c8f5385f275f76ff0eb812d3 Author: Michael Black W9MDB <mdb...@ya...> Date: Tue Dec 29 09:09:14 2020 -0600 Update copyright diff --git a/src/rig.c b/src/rig.c index 6f2771ee..fc5034b2 100644 --- a/src/rig.c +++ b/src/rig.c @@ -94,6 +94,7 @@ const char *hamlib_version2 = "Hamlib " PACKAGE_VERSION; const char *hamlib_copyright2 = "Copyright (C) 2000-2012 Stephane Fillod\n" "Copyright (C) 2000-2003 Frank Singleton\n" + "Copyright (C) 2014-2020 Michael Black W9MDB\n" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."; //! @cond Doxygen_Suppress ----------------------------------------------------------------------- Summary of changes: src/rig.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Hamlib -- Ham radio control libraries |