From 44c1edb2dd00b426dff04dcf8e2a909e574561d6 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 9 Jan 2020 22:24:39 +0100 Subject: [PATCH] update legal information remove andras from contacts since he discontinued openwebrx --- config_webrx.py | 2 +- csdr/csdr.py | 2 +- htdocs/css/openwebrx.css | 2 +- htdocs/index.html | 3 +-- htdocs/openwebrx.js | 2 +- owrx/__main__.py | 1 - setup.py | 4 ++-- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/config_webrx.py b/config_webrx.py index 9fcdcf39..a5684810 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -6,7 +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 + Copyright (c) 2019-2020 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/csdr.py b/csdr/csdr.py index c80d15ec..f79bcd7a 100644 --- a/csdr/csdr.py +++ b/csdr/csdr.py @@ -4,7 +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 + Copyright (c) 2019-2020 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 bf9dc148..54253038 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -3,7 +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 + Copyright (c) 2019-2020 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 640452b4..4d63278a 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -4,7 +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 + Copyright (c) 2019-2020 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 @@ -125,7 +125,6 @@
OpenWebRX client log
-
Author contact: András Retzler, HA7ILM
Author contact: Jakob Ketterl, DD5JFK
diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 6d79d1d0..c424356d 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -3,7 +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 + Copyright (c) 2019-2020 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/owrx/__main__.py b/owrx/__main__.py index d4ef1b6e..d452e4a6 100644 --- a/owrx/__main__.py +++ b/owrx/__main__.py @@ -25,7 +25,6 @@ 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/setup.py b/setup.py index dc8636ae..03c0a305 100644 --- a/setup.py +++ b/setup.py @@ -16,8 +16,8 @@ setup( entry_points={"console_scripts": ["openwebrx=owrx.__main__:main"]}, # use the github page for now url="https://github.com/jketterl/openwebrx", - author="András Retzler, Jakob Ketterl", - author_email="randras@sdr.hu, jakob.ketterl@gmx.de", + author="Jakob Ketterl", + author_email="jakob.ketterl@gmx.de", maintainer="Jakob Ketterl", maintainer_email="jakob.ketterl@gmx.de", license="GAGPL",