From 37e94bd191701a08e0081b2027cfbede6d76a21c Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sun, 4 Jun 2023 08:13:23 +0200 Subject: treewide: Change to GPLv2, add LICENSES, missing headers As discussed with Alice -- 'reuse lint' passes now. Signed-off-by: Stefano Brivio --- cooker/example.hjson | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cooker/example.hjson') diff --git a/cooker/example.hjson b/cooker/example.hjson index f445418..b161449 100644 --- a/cooker/example.hjson +++ b/cooker/example.hjson @@ -7,7 +7,8 @@ { "socket": { "family": "unix", "type": "stream", "flags": 0, "protocol": 0 }, "ret": "new_fd" }, { "connect": { "fd": { "tag": { "get": "new_fd" } }, "addr": { "family": "unix", "path": "/var/run/pr-helper.sock" } }, "ret": "y" } ], - "fd": { "src": { "tag": "new_fd" }, "new": { "tag": "orig_fd" }, "return": true, "close_on_exec": false } + "fd": { "src": { "tag": "new_fd" }, "new": { "tag": "orig_fd" }, "close_on_exec": false }, + "return": { "tag": "y" } }, { "match": [ /* qemu creates a tap interface */ -- cgit v1.2.3