mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
There was a missing space between the append-assignment operator, and the appended list of licenses. Even though inconsequential technically speaking, we always use spaces around operators elsewhere in the code. So be it here too. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>