I'm working on a very simple emoji lookup utility in Racket, and it looks like I'm going to include unicode.org's emoji-test.txt, which has its own license, distinct from the license of my code. I have two questions:
- How to specify additional licenses in
info.rkt
? Or should I only specify the "main" license of the package, and mention auxiliary licenses elsewhere? - How to specify a license not included in the SPDX License List? The list contains Unicode License Agreement - Data Files and Software (2016) license, but that seems to be different from the current one, which specifies 2022 instead of 2016...