authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-23 14:23:27 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-23 14:23:27 -08:00
log5efaceb202786e1a2bb55b6affec160977f8a1ae
tree90a19caf301b4e34038efeebeb7328f7e6ed8571
parent2d7dcfdcb22fa7bd49a33dd7de975cd85ebe0d62

add comment after top section


2 files changed, 4 insertions(+), 2 deletions(-)

generate.sh+3-1
...@@ -22,8 +22,10 @@ sub_filter() {...@@ -22,8 +22,10 @@ sub_filter() {
22echo "// SPDX License Data generated from https://github.com/spdx/license-list-data" > $out_path22echo "// SPDX License Data generated from https://github.com/spdx/license-list-data" > $out_path
23do_print "//"23do_print "//"
24do_print "//" "Last generated from version" $(do_filter '.licenseListVersion')24do_print "//" "Last generated from version" $(do_filter '.licenseListVersion')
25do_print25do_print "//"
2626
27#
28#
27do_print29do_print
28do_print "pub const License = struct {"30do_print "pub const License = struct {"
29print_tab; do_print "isOsiApproved: bool,"31print_tab; do_print "isOsiApproved: bool,"
src/lib.zig+1-1
...@@ -1,7 +1,7 @@...@@ -1,7 +1,7 @@
1// SPDX License Data generated from https://github.com/spdx/license-list-data1// SPDX License Data generated from https://github.com/spdx/license-list-data
2//2//
3// Last generated from version 3.11-54-g1d172003// Last generated from version 3.11-54-g1d17200
44//
55
6pub const License = struct {6pub const License = struct {
7 isOsiApproved: bool,7 isOsiApproved: bool,