*No copyright* GNU General Public License v2.0 or later
-------------------------------------------------------
ucode-master/include/linux/if_bridge.h
ucode-master/include/linux/if_ether.h
ucode-master/include/linux/in6.h
ucode-master/include/linux/ip.h
ucode-master/include/linux/mpls_iptunnel.h
ucode-master/include/linux/seg6.h
ucode-master/include/linux/seg6_iptunnel.h

*No copyright* GNU General Public License, Version 2
----------------------------------------------------
ucode-master/include/linux/const.h
ucode-master/include/linux/fib_rules.h
ucode-master/include/linux/hdlc/ioctl.h
ucode-master/include/linux/if_addr.h
ucode-master/include/linux/if_link.h
ucode-master/include/linux/if_tunnel.h
ucode-master/include/linux/ila.h
ucode-master/include/linux/ip6_tunnel.h
ucode-master/include/linux/ipv6.h
ucode-master/include/linux/lwtunnel.h
ucode-master/include/linux/mpls.h
ucode-master/include/linux/neighbour.h
ucode-master/include/linux/netconf.h
ucode-master/include/linux/netlink.h
ucode-master/include/linux/rtnetlink.h
ucode-master/include/linux/seg6_hmac.h
ucode-master/include/linux/socket.h
ucode-master/include/linux/types.h
ucode-master/include/linux/veth.h

Apache License 2.0
------------------
ucode-master/lib/nl80211.c
ucode-master/lib/rtnl.c

GNU General Public License v2.0 or later
----------------------------------------
ucode-master/include/linux/if.h
ucode-master/include/linux/if_macsec.h

GNU General Public License, Version 2
-------------------------------------
ucode-master/include/linux/if_addrlabel.h
ucode-master/openwrt/ucode/Makefile

ISC License
-----------
ucode-master/LICENSE
ucode-master/chunk.c
ucode-master/compiler.c
ucode-master/debian/copyright
ucode-master/examples/exception-handler.c
ucode-master/examples/execute-file.c
ucode-master/examples/execute-string.c
ucode-master/examples/native-function.c
ucode-master/examples/state-reset.c
ucode-master/examples/state-reuse.c
ucode-master/include/linux/nl80211.h
ucode-master/include/ucode/chunk.h
ucode-master/include/ucode/compiler.h
ucode-master/include/ucode/lexer.h
ucode-master/include/ucode/lib.h
ucode-master/include/ucode/module.h
ucode-master/include/ucode/platform.h
ucode-master/include/ucode/program.h
ucode-master/include/ucode/source.h
ucode-master/include/ucode/types.h
ucode-master/include/ucode/util.h
ucode-master/include/ucode/vallist.h
ucode-master/include/ucode/vm.h
ucode-master/jsdoc/c-transpiler.js
ucode-master/json-c-compat.h
ucode-master/lexer.c
ucode-master/lib.c
ucode-master/lib/debug.c
ucode-master/lib/digest.c
ucode-master/lib/fs.c
ucode-master/lib/log.c
ucode-master/lib/math.c
ucode-master/lib/resolv.c
ucode-master/lib/socket.c
ucode-master/lib/ubus.c
ucode-master/lib/uci.c
ucode-master/lib/uloop.c
ucode-master/lib/zlib.c
ucode-master/main.c
ucode-master/platform.c
ucode-master/program.c
ucode-master/source.c
ucode-master/types.c
ucode-master/vallist.c
ucode-master/vm.c

Unknown or generated
--------------------
ucode-master/.editorconfig
ucode-master/.github/workflows/debian.yml
ucode-master/.github/workflows/jsdoc.yml
ucode-master/.github/workflows/macos.yml
ucode-master/.github/workflows/openwrt-ci-master.yml
ucode-master/.github/workflows/openwrt-ci-pull-request.yml
ucode-master/.gitlab-ci.yml
ucode-master/CMakeLists.txt
ucode-master/README.md
ucode-master/debian/changelog
ucode-master/debian/control
ucode-master/debian/libucode-dev.install
ucode-master/debian/libucode.install
ucode-master/debian/lintian-overrides
ucode-master/debian/rules
ucode-master/debian/source/format
ucode-master/debian/ucode-modules.install
ucode-master/debian/ucode.install
ucode-master/docs/CNAME
ucode-master/docs/README.md
ucode-master/docs/tutorials/01-usage.md
ucode-master/docs/tutorials/02-syntax.md
ucode-master/docs/tutorials/03-memory.md
ucode-master/docs/tutorials/04-arrays.md
ucode-master/docs/tutorials/05-dictionaries.md
ucode-master/docs/tutorials/tutorials.json
ucode-master/docs/ucode.css
ucode-master/examples/CMakeLists.txt
ucode-master/include/linux/ieee80211.h
ucode-master/include/linux/mac80211_hwsim.h
ucode-master/jsdoc/conf.json
ucode-master/lib/struct.c
ucode-master/package.json
ucode-master/tests/CMakeLists.txt
ucode-master/tests/cram/CMakeLists.txt
ucode-master/tests/cram/test_basic.t
ucode-master/tests/custom/00_syntax/00_single_line_comments
ucode-master/tests/custom/00_syntax/01_unterminated_comment
ucode-master/tests/custom/00_syntax/02_multi_line_comments
ucode-master/tests/custom/00_syntax/03_expression_blocks
ucode-master/tests/custom/00_syntax/04_statement_blocks
ucode-master/tests/custom/00_syntax/05_block_nesting
ucode-master/tests/custom/00_syntax/06_open_statement_block
ucode-master/tests/custom/00_syntax/07_embedded_single_line_comments
ucode-master/tests/custom/00_syntax/08_embedded_multi_line_comments
ucode-master/tests/custom/00_syntax/09_string_literals
ucode-master/tests/custom/00_syntax/10_numeric_literals
ucode-master/tests/custom/00_syntax/11_misc_literals
ucode-master/tests/custom/00_syntax/12_block_whitespace_control
ucode-master/tests/custom/00_syntax/13_object_literals
ucode-master/tests/custom/00_syntax/14_array_literals
ucode-master/tests/custom/00_syntax/15_function_declarations
ucode-master/tests/custom/00_syntax/16_for_loop
ucode-master/tests/custom/00_syntax/17_while_loop
ucode-master/tests/custom/00_syntax/18_if_condition
ucode-master/tests/custom/00_syntax/19_arrow_functions
ucode-master/tests/custom/00_syntax/20_list_expressions
ucode-master/tests/custom/00_syntax/21_regex_literals
ucode-master/tests/custom/00_syntax/22_strict_mode
ucode-master/tests/custom/00_syntax/23_optional_chaining
ucode-master/tests/custom/00_syntax/24_null_coalesce
ucode-master/tests/custom/00_syntax/25_and_or_assignment
ucode-master/tests/custom/00_syntax/26_exponentiation
ucode-master/tests/custom/00_syntax/27_template_literals
ucode-master/tests/custom/00_syntax/28_in_operator
ucode-master/tests/custom/01_arithmetic/00_value_conversion
ucode-master/tests/custom/01_arithmetic/01_division
ucode-master/tests/custom/01_arithmetic/02_modulo
ucode-master/tests/custom/01_arithmetic/03_bitwise
ucode-master/tests/custom/01_arithmetic/04_inc_dec
ucode-master/tests/custom/01_arithmetic/05_overflow
ucode-master/tests/custom/02_runtime/00_scoping
ucode-master/tests/custom/02_runtime/01_break_continue
ucode-master/tests/custom/02_runtime/02_this
ucode-master/tests/custom/02_runtime/03_try_catch
ucode-master/tests/custom/02_runtime/04_switch_case
ucode-master/tests/custom/02_runtime/05_closure_scope
ucode-master/tests/custom/02_runtime/06_recursion
ucode-master/tests/custom/02_runtime/07_raw_template_mode_switching
ucode-master/tests/custom/02_runtime/08_object_iteration
ucode-master/tests/custom/03_stdlib/01_chr
ucode-master/tests/custom/03_stdlib/02_die
ucode-master/tests/custom/03_stdlib/03_exists
ucode-master/tests/custom/03_stdlib/04_exit
ucode-master/tests/custom/03_stdlib/05_getenv
ucode-master/tests/custom/03_stdlib/06_filter
ucode-master/tests/custom/03_stdlib/07_hex
ucode-master/tests/custom/03_stdlib/08_int
ucode-master/tests/custom/03_stdlib/09_join
ucode-master/tests/custom/03_stdlib/10_keys
ucode-master/tests/custom/03_stdlib/11_lc
ucode-master/tests/custom/03_stdlib/12_map
ucode-master/tests/custom/03_stdlib/13_ord
ucode-master/tests/custom/03_stdlib/14_type
ucode-master/tests/custom/03_stdlib/15_reverse
ucode-master/tests/custom/03_stdlib/16_sort
ucode-master/tests/custom/03_stdlib/17_splice
ucode-master/tests/custom/03_stdlib/18_split
ucode-master/tests/custom/03_stdlib/19_substr
ucode-master/tests/custom/03_stdlib/20_time
ucode-master/tests/custom/03_stdlib/21_uc
ucode-master/tests/custom/03_stdlib/22_uchr
ucode-master/tests/custom/03_stdlib/23_values
ucode-master/tests/custom/03_stdlib/24_trim
ucode-master/tests/custom/03_stdlib/25_ltrim
ucode-master/tests/custom/03_stdlib/26_rtrim
ucode-master/tests/custom/03_stdlib/27_sprintf
ucode-master/tests/custom/03_stdlib/28_printf
ucode-master/tests/custom/03_stdlib/29_require
ucode-master/tests/custom/03_stdlib/30_iptoarr
ucode-master/tests/custom/03_stdlib/31_arrtoip
ucode-master/tests/custom/03_stdlib/32_match
ucode-master/tests/custom/03_stdlib/33_replace
ucode-master/tests/custom/03_stdlib/34_json
ucode-master/tests/custom/03_stdlib/35_include
ucode-master/tests/custom/03_stdlib/36_render
ucode-master/tests/custom/03_stdlib/37_warn
ucode-master/tests/custom/03_stdlib/38_system
ucode-master/tests/custom/03_stdlib/39_trace
ucode-master/tests/custom/03_stdlib/40_proto
ucode-master/tests/custom/03_stdlib/41_sleep
ucode-master/tests/custom/03_stdlib/42_assert
ucode-master/tests/custom/03_stdlib/43_regexp
ucode-master/tests/custom/03_stdlib/44_wildcard
ucode-master/tests/custom/03_stdlib/45_sourcepath
ucode-master/tests/custom/03_stdlib/46_min
ucode-master/tests/custom/03_stdlib/47_max
ucode-master/tests/custom/03_stdlib/48_b64dec
ucode-master/tests/custom/03_stdlib/49_b64enc
ucode-master/tests/custom/03_stdlib/50_uniq
ucode-master/tests/custom/03_stdlib/51_localtime
ucode-master/tests/custom/03_stdlib/52_gmtime
ucode-master/tests/custom/03_stdlib/53_timelocal
ucode-master/tests/custom/03_stdlib/54_timegm
ucode-master/tests/custom/03_stdlib/55_clock
ucode-master/tests/custom/03_stdlib/56_hexdec
ucode-master/tests/custom/03_stdlib/57_hexenc
ucode-master/tests/custom/03_stdlib/58_index
ucode-master/tests/custom/03_stdlib/59_rindex
ucode-master/tests/custom/03_stdlib/60_gc
ucode-master/tests/custom/03_stdlib/61_loadstring
ucode-master/tests/custom/03_stdlib/62_loadfile
ucode-master/tests/custom/03_stdlib/63_call
ucode-master/tests/custom/03_stdlib/64_slice
ucode-master/tests/custom/03_stdlib/65_push
ucode-master/tests/custom/03_stdlib/66_unshift
ucode-master/tests/custom/03_stdlib/67_pop
ucode-master/tests/custom/03_stdlib/68_shift
ucode-master/tests/custom/04_modules/01_export_variable_declaration
ucode-master/tests/custom/04_modules/02_export_function_declaration
ucode-master/tests/custom/04_modules/03_export_list
ucode-master/tests/custom/04_modules/04_export_rename
ucode-master/tests/custom/04_modules/05_export_default
ucode-master/tests/custom/04_modules/06_export_errors
ucode-master/tests/custom/04_modules/07_import_default
ucode-master/tests/custom/04_modules/08_import_list
ucode-master/tests/custom/04_modules/09_import_wildcard
ucode-master/tests/custom/04_modules/10_import_none
ucode-master/tests/custom/04_modules/11_import_many_exec_once
ucode-master/tests/custom/04_modules/12_import_immutability
ucode-master/tests/custom/04_modules/13_import_liveness
ucode-master/tests/custom/04_modules/14_circular_imports
ucode-master/tests/custom/04_modules/15_complex_imports
ucode-master/tests/custom/04_modules/16_multi_program_imports
ucode-master/tests/custom/99_bugs/01_try_catch_stack_mismatch
ucode-master/tests/custom/99_bugs/02_array_pop_use_after_free
ucode-master/tests/custom/99_bugs/03_switch_fallthrough_miscompilation
ucode-master/tests/custom/99_bugs/04_property_set_abort
ucode-master/tests/custom/99_bugs/05_duplicate_resource_type
ucode-master/tests/custom/99_bugs/06_lexer_escape_at_boundary
ucode-master/tests/custom/99_bugs/07_lexer_overlong_lines
ucode-master/tests/custom/99_bugs/08_compiler_arrow_fn_expressions
ucode-master/tests/custom/99_bugs/09_reject_invalid_array_indexes
ucode-master/tests/custom/99_bugs/10_break_stack_mismatch
ucode-master/tests/custom/99_bugs/11_switch_stack_mismatch
ucode-master/tests/custom/99_bugs/12_altblock_stack_mismatch
ucode-master/tests/custom/99_bugs/13_split_by_string_leading_trailing
ucode-master/tests/custom/99_bugs/14_incomplete_expression_at_eof
ucode-master/tests/custom/99_bugs/15_segfault_on_prefix_increment
ucode-master/tests/custom/99_bugs/16_hang_on_regexp_at_eof
ucode-master/tests/custom/99_bugs/17_hang_on_unclosed_expression_block
ucode-master/tests/custom/99_bugs/18_hang_on_line_comments_at_eof
ucode-master/tests/custom/99_bugs/19_truncated_format_string
ucode-master/tests/custom/99_bugs/20_use_strict_stack_mismatch
ucode-master/tests/custom/99_bugs/21_compiler_parenthesized_prop_keyword
ucode-master/tests/custom/99_bugs/22_compiler_break_continue_scoping
ucode-master/tests/custom/99_bugs/23_compiler_parenthesized_division
ucode-master/tests/custom/99_bugs/24_compiler_local_for_loop_declaration
ucode-master/tests/custom/99_bugs/25_lexer_shifted_offsets
ucode-master/tests/custom/99_bugs/26_compiler_jmp_to_zero
ucode-master/tests/custom/99_bugs/27_invalid_sparse_array_set
ucode-master/tests/custom/99_bugs/28_null_equality
ucode-master/tests/custom/99_bugs/29_empty_string_as_number
ucode-master/tests/custom/99_bugs/30_nan_strict_equality
ucode-master/tests/custom/99_bugs/31_vallist_8bit_shortstrings
ucode-master/tests/custom/99_bugs/32_compiler_switch_patchlist_corruption
ucode-master/tests/custom/99_bugs/33_vm_computed_prop_decl_crash
ucode-master/tests/custom/99_bugs/34_dirname_off_by_one
ucode-master/tests/custom/99_bugs/35_vm_callframe_double_free
ucode-master/tests/custom/99_bugs/36_vm_nested_call_return
ucode-master/tests/custom/99_bugs/37_compiler_unexpected_unary_op
ucode-master/tests/custom/99_bugs/38_index_segfault
ucode-master/tests/custom/99_bugs/39_compiler_switch_continue_mismatch
ucode-master/tests/custom/99_bugs/40_lexer_bug_on_lstrip_off
ucode-master/tests/custom/99_bugs/41_compiler_invalid_return_opcode
ucode-master/tests/custom/99_bugs/42_types_binary_string_comparison
ucode-master/tests/custom/99_bugs/43_types_json_double_format
ucode-master/tests/custom/99_bugs/44_compiler_as_from_identifier
ucode-master/tests/custom/99_bugs/45_compiler_loop_ctrl_unclosed_upvals
ucode-master/tests/custom/99_bugs/46_getenv_destroys_environ
ucode-master/tests/custom/99_bugs/47_compiler_no_prop_kw_after_spread
ucode-master/tests/custom/99_bugs/48_use_after_free_on_iteration_insert
ucode-master/tests/custom/99_bugs/49_trailing_garbage_string_as_number
ucode-master/tests/custom/99_bugs/50_missing_upvalue_resolving
ucode-master/tests/custom/99_bugs/51_preserve_lexer_flags
ucode-master/tests/custom/CMakeLists.txt
ucode-master/tests/custom/run_tests.uc
ucode-master/tests/fuzz/CMakeLists.txt
ucode-master/tests/fuzz/test-fuzz.c