File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -296,17 +296,19 @@ The multiple licenses support format for ABOUT files are by "grouping" with the
296296 file: mit.LICENSE
297297
298298
299- License with multiple license files
300- -----------------------------------
301- If a license has multiple license_file values , the correct format is to separate it by comma
299+ Multiple license_file support
300+ -----------------------------
301+ To support multiple license file for a license , the correct format is to separate by comma
302302
303303+----------------+------+-----------------+----------------------+
304304| about_resource | name | license_key | license_file |
305305+----------------+------+-----------------+----------------------+
306- | test.tar.xz | test | | gpl-2.0 | COPYING, COPYING.v2 |
307- | | | | mit | mit.LICENSE |
306+ | test.tar.xz | test | gpl-2.0 | COPYING, COPYINGv2 |
307+ | | | | |
308+ | | | mit | mit.LICENSE |
308309+----------------+------+-----------------+----------------------+
309310
311+
310312::
311313
312314 about_resource: test.tar.xz
You can’t perform that action at this time.
0 commit comments