diff options
author | Marja van Waes <marja@mageia.org> | 2024-10-11 14:44:37 +0200 |
---|---|---|
committer | Marja van Waes <marja@mageia.org> | 2024-10-11 14:44:37 +0200 |
commit | 48968f0e8a4fa29f6dd4357104c3d69759115a89 (patch) | |
tree | 10d17529b5758034317adc3527353cafe391c076 | |
parent | 016ace8171533d6fa5d6f519920de948f66124c0 (diff) | |
download | drakx-48968f0e8a4fa29f6dd4357104c3d69759115a89.tar drakx-48968f0e8a4fa29f6dd4357104c3d69759115a89.tar.gz drakx-48968f0e8a4fa29f6dd4357104c3d69759115a89.tar.bz2 drakx-48968f0e8a4fa29f6dd4357104c3d69759115a89.tar.xz drakx-48968f0e8a4fa29f6dd4357104c3d69759115a89.zip |
update the warning about patents (mga#31441)
-rw-r--r-- | perl-install/messages.pm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/perl-install/messages.pm b/perl-install/messages.pm index a0b1645a8..b63f81b38 100644 --- a/perl-install/messages.pm +++ b/perl-install/messages.pm @@ -100,10 +100,11 @@ For any question on this document, please contact Mageia."), sub warning_about_patents() { N("Warning: Free Software may not necessarily be patent free, and some Free -Software included may be covered by patents in your country. For example, the -MP3 decoders included may require a license for further usage (see -http://www.mp3licensing.com for more details). If you are unsure if a patent -may be applicable to you, check your local laws."); +Software included may be covered by patents in your country. For example, our +tainted version of VLC contains components that may require a license for +further usage (see https://www.videolan.org/press/patents.html for more +details). If you are unsure if a patent may be applicable to you, check your +local laws."); } sub install_completed() { |