diff --git a/antifeatures.toml b/antifeatures.toml index 659df696..44ba5178 100644 --- a/antifeatures.toml +++ b/antifeatures.toml @@ -106,7 +106,7 @@ description.en = "Early development stage. May contain changing or unstable feat description.fr = "Le logiciel est au tout début de son développement. Il pourrait contenir des fonctionnalités changeantes ou instables, des bugs, et des failles de sécurité." description.it = "Questo software è all’inizio della sua fase di sviluppo. Potrebbe dunque essere instabile, contenere bug e vulnerabilità di sicurezza." -[not-totally-free] +[not-totally-free-upstream] icon = "lock" title.en = "Not totally free upstream" title.fr = "Application sous licence libre restreinte" @@ -114,3 +114,8 @@ title.it = "Applicazione con licenza parzialmente libera" description.en = "The packaged app is under an overall free licence, but with clauses that restrict its use." description.fr = "L'application packagée est sous une licence globalement libre, mais avec des clauses qui pourraient restreindre son utilisation." description.it = "Quest’applicazione è protetta da licenza generalmente libera, ma con delle clausole che potrebbero limitare il suo utilizzo." + +[not-totally-free-package] +icon = "lock" +title.en = "Not totally free package" +title.fr = "Package sous licence libre restreinte" diff --git a/apps.toml b/apps.toml index a0f92e0e..f1cc6cd7 100644 --- a/apps.toml +++ b/apps.toml @@ -774,7 +774,7 @@ state = "working" url = "https://github.com/YunoHost-Apps/elabftw_ynh" [elasticsearch7] -antifeatures = [ "not-totally-free" ] +antifeatures = [ "not-totally-free-upstream" ] category = "dev" level = 6 state = "working" @@ -782,7 +782,7 @@ subtags = [ "programming" ] url = "https://github.com/YunoHost-Apps/elasticsearch7_ynh" [elasticsearch8] -antifeatures = [ "not-totally-free" ] +antifeatures = [ "not-totally-free-upstream" ] category = "dev" level = 8 state = "working" @@ -1038,7 +1038,7 @@ state = "working" url = "https://github.com/YunoHost-Apps/framagames_ynh" [freescout] -antifeatures = [ "not-totally-free" ] +antifeatures = [ "not-totally-free-upstream" ] category = "productivity_and_management" level = 6 potential_alternative_to = [ "Zendesk" ] @@ -2172,7 +2172,7 @@ subtags = [ "task" ] url = "https://github.com/YunoHost-Apps/mytinytodo_ynh" [n8n] -antifeatures = [ "not-totally-free" ] +antifeatures = [ "not-totally-free-upstream" ] category = "iot" level = 6 state = "working" @@ -2366,7 +2366,7 @@ state = "working" url = "https://github.com/YunoHost-Apps/osticket_ynh" [outline] -antifeatures = [ "not-totally-free" ] +antifeatures = [ "not-totally-free-upstream" ] category = "publishing" level = 8 state = "working" @@ -2445,7 +2445,7 @@ subtags = [ "videos" ] url = "https://github.com/YunoHost-Apps/peertube_ynh" [peertube-search-index] -antifeatures = [ "not-totally-free" ] +antifeatures = [ "not-totally-free-upstream" ] category = "social_media" level = 6 state = "working" @@ -2894,7 +2894,7 @@ subtags = [ "network" ] url = "https://github.com/YunoHost-Apps/reverseproxy_ynh" [rocketchat] -antifeatures = [ "not-totally-free" ] +antifeatures = [ "not-totally-free-upstream" ] category = "communication" level = 8 potential_alternative_to = [ "Slack" ] @@ -3762,7 +3762,7 @@ state = "working" url = "https://github.com/YunoHost-Apps/zeronet_ynh" [zerotier] -antifeatures = [ "not-totally-free", "non-free-network" ] +antifeatures = [ "not-totally-free-upstream", "non-free-network" ] category = "system_tools" level = 6 state = "working"