From bf27f51049936223d970c8fa09c2e83dfaa9e262 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 12 Nov 2019 13:43:39 +0100 Subject: [PATCH] let's leave some footsteps --- README.md | 2 +- config_webrx.py | 1 + csdr.py | 1 + htdocs/css/openwebrx.css | 1 + htdocs/index.html | 1 + htdocs/openwebrx.js | 1 + openwebrx.py | 2 +- sdrhu.py | 1 + 8 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65042ed..fc525d5 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Please note that the server is also listening on the following ports (on localho Now the next step is to customize the parameters of your server in `config_webrx.py`. Actually, if you do something cool with OpenWebRX, please drop me a mail: -*Andras Retzler, HA7ILM <randras@sdr.hu>* +*Jakob Ketterl, DD5JFK <dd5jfk@darc.de>* ## Usage tips diff --git a/config_webrx.py b/config_webrx.py index c856578..8df54b0 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -6,6 +6,7 @@ config_webrx: configuration options for OpenWebRX This file is part of OpenWebRX, an open-source SDR receiver software with a web UI. Copyright (c) 2013-2015 by Andras Retzler + Copyright (c) 2019 by Jakob Ketterl This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/csdr.py b/csdr.py index fd458d5..a275121 100644 --- a/csdr.py +++ b/csdr.py @@ -4,6 +4,7 @@ OpenWebRX csdr plugin: do the signal processing with csdr This file is part of OpenWebRX, an open-source SDR receiver software with a web UI. Copyright (c) 2013-2015 by Andras Retzler + Copyright (c) 2019 by Jakob Ketterl This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 1b1cc08..4a89dd9 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -3,6 +3,7 @@ This file is part of OpenWebRX, an open-source SDR receiver software with a web UI. Copyright (c) 2013-2015 by Andras Retzler + Copyright (c) 2019 by Jakob Ketterl This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/htdocs/index.html b/htdocs/index.html index 040ab4e..1968ed1 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -4,6 +4,7 @@ This file is part of OpenWebRX, an open-source SDR receiver software with a web UI. Copyright (c) 2013-2015 by Andras Retzler + Copyright (c) 2019 by Jakob Ketterl This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 1a88e2d..d0dded7 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -3,6 +3,7 @@ This file is part of OpenWebRX, an open-source SDR receiver software with a web UI. Copyright (c) 2013-2015 by Andras Retzler + Copyright (c) 2019 by Jakob Ketterl This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/openwebrx.py b/openwebrx.py index a4d33dd..00f5f1b 100755 --- a/openwebrx.py +++ b/openwebrx.py @@ -27,7 +27,7 @@ def main(): OpenWebRX - Open Source SDR Web App for Everyone! | for license see LICENSE file in the package _________________________________________________________________________________________________ -Author contact info: Andras Retzler, HA7ILM +Author contact info: Jakob Ketterl, DD5JFK """ ) diff --git a/sdrhu.py b/sdrhu.py index 87459b3..a194e02 100755 --- a/sdrhu.py +++ b/sdrhu.py @@ -4,6 +4,7 @@ This file is part of OpenWebRX, an open-source SDR receiver software with a web UI. Copyright (c) 2013-2015 by Andras Retzler + Copyright (c) 2019 by Jakob Ketterl This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as