[chirp_devel] New driver for Radtel RT-490 and clones (fix #9665) (patch)
Hello, Please find the patch for a new driver for Radtel RT-490 and its clones (8 at this moment). Driver supports: - Radtel RT-490, - MMLradio 8629, - JJCC 8629, - Socotran JC8629, - Socotran FB8629, - Jianpai 8629, - Boristone 8RS, - Abbree AR869, - HamGeek HG590. Support ALL official software features. Plus these new features: - FM preset - Channel memory preset - Killswitch setup (+ can revive killed radios) - Bands settings for 4 bands ranges + tx on/off - Fixed issue of radio being corrupted with official software with custom (channel/ani) names - Included basic help for custom features - Disable radio identification string verification (good to recover from a bad state)
Regards,Ao9.
Sent with ProtonMail secure email.
Hi,
Please find the patch for a new driver for Radtel RT-490 and its clones (8 at this moment).
Thanks for your submission, but:
diff --git a/chirp/drivers/rt490.py b/chirp/drivers/rt490.py new file mode 100644 --- /dev/null +++ b/chirp/drivers/rt490.py @@ -0,0 +1,1466 @@ +# Copyright (c) 2022 angelof9@protonmail.com +# +# BSD 2-Clause "Simplified" License +# https://opensource.org/licenses/BSD-2-Clause
You can't license this driver differently from the rest of the code. You'll need to remove this and resubmit if you want to have it considered for inclusion.
Thanks!
--Dan
Hello Dan,
You can't license this driver differently from the rest of the code. You'll need to remove this and resubmit if you want to have it considered for inclusion.
I have not see such requirement on the wiki neither on the wiki. The BSD license is more permissive than GPL and they are both fully compatible. So a GPL'd project can include any code licensed under BSD 2 or 3 clauses (not valid for BSD 4-clauses).
Could you please explain/detail precisely why you do not allow this license?
I am worried to be able to use the code in other situations where GPL is not suited.
So how can we sort this out?
Best Regards, Ao9
participants (2)
-
angelof9
-
Dan Smith