From 8c00551c004e5d7d8845b5e189fe4e3fb9e4beac Mon Sep 17 00:00:00 2001 From: Kuba Date: Sat, 25 Jul 2026 19:22:58 +0200 Subject: [PATCH] remove gpl references --- readme.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/readme.md b/readme.md index a807547..3198177 100644 --- a/readme.md +++ b/readme.md @@ -8,8 +8,6 @@ RDS95 also embeds Lua to implement some things RDS95 follows the IEC 62106 standard (available at the RDS Forum website) -Also, yes i would like to license this under the unlicese but the tyranny of the GPL license restricts me from doing that, this is a message to you, anthony (see the [disclaimer](#disclaimer)) - ## Diffrences between IEC 62106 and EN 50067 The newer standard which is the IEC one, removes these features: @@ -32,7 +30,3 @@ RDS95 is the only (as far as i can tell) encoder to transmit the 9-bit AF codes Yet another unique feature, the Lua engine allows you to control the encoder, almost entirely. Every RDS2 subcarrier is in full control of Lua (except tunneling - core fills in PTY and the rest) - -## Disclaimer - -RDS95 is "based" on [Anthony96922](https://github.com/Anthony96922/)'s [MiniRDS](https://github.com/Anthony96922/MiniRDS) licensed under GPLv3