From 7d8dd8d9a5f8e8a76b6ddeea70593a2578f3c7b5 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Sat, 4 Jan 2025 17:18:18 +1100 Subject: [PATCH] SPDX: license tags: MIT Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris Reviewed-by: Tony Hutter Reviewed-by: Brian Behlendorf --- etc/systemd/system-generators/zfs-mount-generator.c | 1 + include/cityhash.h | 2 ++ include/sys/lua/lauxlib.h | 1 + include/sys/lua/lua.h | 1 + include/sys/lua/luaconf.h | 1 + include/sys/lua/lualib.h | 1 + man/man8/zfs-mount-generator.8.in | 1 + module/lua/lapi.c | 1 + module/lua/lapi.h | 1 + module/lua/lauxlib.c | 1 + module/lua/lbaselib.c | 1 + module/lua/lcode.c | 1 + module/lua/lcode.h | 1 + module/lua/lcompat.c | 1 + module/lua/lcorolib.c | 1 + module/lua/lctype.c | 1 + module/lua/lctype.h | 1 + module/lua/ldebug.c | 1 + module/lua/ldebug.h | 1 + module/lua/ldo.c | 1 + module/lua/ldo.h | 1 + module/lua/lfunc.c | 1 + module/lua/lfunc.h | 1 + module/lua/lgc.c | 1 + module/lua/lgc.h | 1 + module/lua/llex.c | 1 + module/lua/llex.h | 1 + module/lua/llimits.h | 1 + module/lua/lmem.c | 1 + module/lua/lmem.h | 1 + module/lua/lobject.c | 1 + module/lua/lobject.h | 1 + module/lua/lopcodes.c | 1 + module/lua/lopcodes.h | 1 + module/lua/lparser.c | 1 + module/lua/lparser.h | 1 + module/lua/lstate.c | 1 + module/lua/lstate.h | 1 + module/lua/lstring.c | 1 + module/lua/lstring.h | 1 + module/lua/lstrlib.c | 1 + module/lua/ltable.c | 1 + module/lua/ltable.h | 1 + module/lua/ltablib.c | 1 + module/lua/ltm.c | 1 + module/lua/ltm.h | 1 + module/lua/lvm.c | 1 + module/lua/lvm.h | 1 + module/lua/lzio.c | 1 + module/lua/lzio.h | 1 + module/lua/setjmp/setjmp_s390x.S | 1 + module/zcommon/cityhash.c | 2 ++ scripts/kmodtool | 1 + .../tests/functional/channel_program/lua_core/tst.lib_base.lua | 1 + .../functional/channel_program/lua_core/tst.lib_coroutine.lua | 1 + .../functional/channel_program/lua_core/tst.lib_strings.lua | 1 + .../tests/functional/channel_program/lua_core/tst.lib_table.lua | 1 + 57 files changed, 59 insertions(+) diff --git a/etc/systemd/system-generators/zfs-mount-generator.c b/etc/systemd/system-generators/zfs-mount-generator.c index ab5dc4d78..7ad9ff61d 100644 --- a/etc/systemd/system-generators/zfs-mount-generator.c +++ b/etc/systemd/system-generators/zfs-mount-generator.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* * Copyright (c) 2017 Antonio Russo * Copyright (c) 2020 InsanePrawn diff --git a/include/cityhash.h b/include/cityhash.h index 346fb673a..61c9f8bf8 100644 --- a/include/cityhash.h +++ b/include/cityhash.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: MIT +// // Copyright (c) 2011 Google, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/sys/lua/lauxlib.h b/include/sys/lua/lauxlib.h index 1d1783756..33269319e 100644 --- a/include/sys/lua/lauxlib.h +++ b/include/sys/lua/lauxlib.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lauxlib.h,v 1.120.1.1 2013/04/12 18:48:47 roberto Exp $ ** Auxiliary functions for building Lua libraries diff --git a/include/sys/lua/lua.h b/include/sys/lua/lua.h index 9220218af..e5862f88c 100644 --- a/include/sys/lua/lua.h +++ b/include/sys/lua/lua.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lua.h,v 1.285.1.4 2015/02/21 14:04:50 roberto Exp $ ** Lua - A Scripting Language diff --git a/include/sys/lua/luaconf.h b/include/sys/lua/luaconf.h index 6dfcd03ba..96af86864 100644 --- a/include/sys/lua/luaconf.h +++ b/include/sys/lua/luaconf.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: luaconf.h,v 1.176.1.2 2013/11/21 17:26:16 roberto Exp $ ** Configuration file for Lua diff --git a/include/sys/lua/lualib.h b/include/sys/lua/lualib.h index f23feaa5c..37e0c3c48 100644 --- a/include/sys/lua/lualib.h +++ b/include/sys/lua/lualib.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lualib.h,v 1.43.1.1 2013/04/12 18:48:47 roberto Exp $ ** Lua standard libraries diff --git a/man/man8/zfs-mount-generator.8.in b/man/man8/zfs-mount-generator.8.in index be60ea68f..ea470247d 100644 --- a/man/man8/zfs-mount-generator.8.in +++ b/man/man8/zfs-mount-generator.8.in @@ -1,3 +1,4 @@ +.\" SPDX-License-Identifier: MIT .\" .\" Copyright 2018 Antonio Russo .\" Copyright 2019 Kjeld Schouten-Lebbing diff --git a/module/lua/lapi.c b/module/lua/lapi.c index 703cf4cc2..129ae52ba 100644 --- a/module/lua/lapi.c +++ b/module/lua/lapi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lapi.c,v 2.171.1.1 2013/04/12 18:48:47 roberto Exp $ ** Lua API diff --git a/module/lua/lapi.h b/module/lua/lapi.h index c7d34ad84..938cae6bb 100644 --- a/module/lua/lapi.h +++ b/module/lua/lapi.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lapi.h,v 2.7.1.1 2013/04/12 18:48:47 roberto Exp $ ** Auxiliary functions from Lua API diff --git a/module/lua/lauxlib.c b/module/lua/lauxlib.c index 6c5a69a31..de470179e 100644 --- a/module/lua/lauxlib.c +++ b/module/lua/lauxlib.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lauxlib.c,v 1.248.1.1 2013/04/12 18:48:47 roberto Exp $ ** Auxiliary functions for building Lua libraries diff --git a/module/lua/lbaselib.c b/module/lua/lbaselib.c index b3caea0f3..896e25157 100644 --- a/module/lua/lbaselib.c +++ b/module/lua/lbaselib.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lbaselib.c,v 1.276.1.1 2013/04/12 18:48:47 roberto Exp $ ** Basic library diff --git a/module/lua/lcode.c b/module/lua/lcode.c index 467af3020..7328a76f9 100644 --- a/module/lua/lcode.c +++ b/module/lua/lcode.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lcode.c,v 2.62.1.1 2013/04/12 18:48:47 roberto Exp $ ** Code generator for Lua diff --git a/module/lua/lcode.h b/module/lua/lcode.h index 6a1424cf5..8daf31df3 100644 --- a/module/lua/lcode.h +++ b/module/lua/lcode.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lcode.h,v 1.58.1.1 2013/04/12 18:48:47 roberto Exp $ ** Code generator for Lua diff --git a/module/lua/lcompat.c b/module/lua/lcompat.c index c0a27182c..0227a9311 100644 --- a/module/lua/lcompat.c +++ b/module/lua/lcompat.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* * Copyright (c) 2016 by Delphix. All rights reserved. */ diff --git a/module/lua/lcorolib.c b/module/lua/lcorolib.c index a4d60ffd4..b79aa663b 100644 --- a/module/lua/lcorolib.c +++ b/module/lua/lcorolib.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lcorolib.c,v 1.5.1.1 2013/04/12 18:48:47 roberto Exp $ ** Coroutine Library diff --git a/module/lua/lctype.c b/module/lua/lctype.c index 2c6e13469..a8b3c2d16 100644 --- a/module/lua/lctype.c +++ b/module/lua/lctype.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lctype.c,v 1.11.1.1 2013/04/12 18:48:47 roberto Exp $ ** 'ctype' functions for Lua diff --git a/module/lua/lctype.h b/module/lua/lctype.h index bd9f4c868..bbf0d71e6 100644 --- a/module/lua/lctype.h +++ b/module/lua/lctype.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lctype.h,v 1.12.1.1 2013/04/12 18:48:47 roberto Exp $ ** 'ctype' functions for Lua diff --git a/module/lua/ldebug.c b/module/lua/ldebug.c index 23e321bb1..4b63b97a2 100644 --- a/module/lua/ldebug.c +++ b/module/lua/ldebug.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: ldebug.c,v 2.90.1.4 2015/02/19 17:05:13 roberto Exp $ ** Debug Interface diff --git a/module/lua/ldebug.h b/module/lua/ldebug.h index 6445c763e..f7ce9beab 100644 --- a/module/lua/ldebug.h +++ b/module/lua/ldebug.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: ldebug.h,v 2.7.1.1 2013/04/12 18:48:47 roberto Exp $ ** Auxiliary functions from Debug Interface module diff --git a/module/lua/ldo.c b/module/lua/ldo.c index 38bd4e08a..940ee0baa 100644 --- a/module/lua/ldo.c +++ b/module/lua/ldo.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: ldo.c,v 2.108.1.3 2013/11/08 18:22:50 roberto Exp $ ** Stack and Call structure of Lua diff --git a/module/lua/ldo.h b/module/lua/ldo.h index a6ca5e12e..89bd8880f 100644 --- a/module/lua/ldo.h +++ b/module/lua/ldo.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: ldo.h,v 2.20.1.1 2013/04/12 18:48:47 roberto Exp $ ** Stack and Call structure of Lua diff --git a/module/lua/lfunc.c b/module/lua/lfunc.c index 55b19c014..89a4c398d 100644 --- a/module/lua/lfunc.c +++ b/module/lua/lfunc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lfunc.c,v 2.30.1.1 2013/04/12 18:48:47 roberto Exp $ ** Auxiliary functions to manipulate prototypes and closures diff --git a/module/lua/lfunc.h b/module/lua/lfunc.h index 1dc6995ca..6c05210f1 100644 --- a/module/lua/lfunc.h +++ b/module/lua/lfunc.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lfunc.h,v 2.8.1.1 2013/04/12 18:48:47 roberto Exp $ ** Auxiliary functions to manipulate prototypes and closures diff --git a/module/lua/lgc.c b/module/lua/lgc.c index ccb8c019b..14cca1736 100644 --- a/module/lua/lgc.c +++ b/module/lua/lgc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lgc.c,v 2.140.1.3 2014/09/01 16:55:08 roberto Exp $ ** Garbage Collector diff --git a/module/lua/lgc.h b/module/lua/lgc.h index 02f17fe12..4aee263f1 100644 --- a/module/lua/lgc.h +++ b/module/lua/lgc.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lgc.h,v 2.58.1.1 2013/04/12 18:48:47 roberto Exp $ ** Garbage Collector diff --git a/module/lua/llex.c b/module/lua/llex.c index bcdda4ccf..1d610abf0 100644 --- a/module/lua/llex.c +++ b/module/lua/llex.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: llex.c,v 2.63.1.3 2015/02/09 17:56:34 roberto Exp $ ** Lexical Analyzer diff --git a/module/lua/llex.h b/module/lua/llex.h index 433134515..77a0fa2b4 100644 --- a/module/lua/llex.h +++ b/module/lua/llex.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: llex.h,v 1.72.1.1 2013/04/12 18:48:47 roberto Exp $ ** Lexical Analyzer diff --git a/module/lua/llimits.h b/module/lua/llimits.h index 566313529..892763eb4 100644 --- a/module/lua/llimits.h +++ b/module/lua/llimits.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: llimits.h,v 1.103.1.1 2013/04/12 18:48:47 roberto Exp $ ** Limits, basic types, and some other `installation-dependent' definitions diff --git a/module/lua/lmem.c b/module/lua/lmem.c index 1344099b4..a6df0f971 100644 --- a/module/lua/lmem.c +++ b/module/lua/lmem.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lmem.c,v 1.84.1.1 2013/04/12 18:48:47 roberto Exp $ ** Interface to Memory Manager diff --git a/module/lua/lmem.h b/module/lua/lmem.h index 249a76f32..e3af7044d 100644 --- a/module/lua/lmem.h +++ b/module/lua/lmem.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lmem.h,v 1.40.1.1 2013/04/12 18:48:47 roberto Exp $ ** Interface to Memory Manager diff --git a/module/lua/lobject.c b/module/lua/lobject.c index ea1f9a8e3..18ecd4ffa 100644 --- a/module/lua/lobject.c +++ b/module/lua/lobject.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lobject.c,v 2.58.1.1 2013/04/12 18:48:47 roberto Exp $ ** Some generic functions over Lua objects diff --git a/module/lua/lobject.h b/module/lua/lobject.h index 06fdcdcbc..0a60e8b8a 100644 --- a/module/lua/lobject.h +++ b/module/lua/lobject.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lobject.h,v 2.71.1.2 2014/05/07 14:14:58 roberto Exp $ ** Type definitions for Lua objects diff --git a/module/lua/lopcodes.c b/module/lua/lopcodes.c index 16d1cfe85..12376351b 100644 --- a/module/lua/lopcodes.c +++ b/module/lua/lopcodes.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lopcodes.c,v 1.49.1.1 2013/04/12 18:48:47 roberto Exp $ ** Opcodes for Lua virtual machine diff --git a/module/lua/lopcodes.h b/module/lua/lopcodes.h index 8e2f80a13..925c765ab 100644 --- a/module/lua/lopcodes.h +++ b/module/lua/lopcodes.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lopcodes.h,v 1.142.1.2 2014/10/20 18:32:09 roberto Exp $ ** Opcodes for Lua virtual machine diff --git a/module/lua/lparser.c b/module/lua/lparser.c index f3a1f7724..eba6068a3 100644 --- a/module/lua/lparser.c +++ b/module/lua/lparser.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lparser.c,v 2.130.1.1 2013/04/12 18:48:47 roberto Exp $ ** Lua Parser diff --git a/module/lua/lparser.h b/module/lua/lparser.h index 0346e3c41..f636dc6a4 100644 --- a/module/lua/lparser.h +++ b/module/lua/lparser.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lparser.h,v 1.70.1.1 2013/04/12 18:48:47 roberto Exp $ ** Lua Parser diff --git a/module/lua/lstate.c b/module/lua/lstate.c index 5a4699393..8fa7ac8f3 100644 --- a/module/lua/lstate.c +++ b/module/lua/lstate.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lstate.c,v 2.99.1.2 2013/11/08 17:45:31 roberto Exp $ ** Global State diff --git a/module/lua/lstate.h b/module/lua/lstate.h index c5fa59335..ce3dd7569 100644 --- a/module/lua/lstate.h +++ b/module/lua/lstate.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lstate.h,v 2.82.1.1 2013/04/12 18:48:47 roberto Exp $ ** Global State diff --git a/module/lua/lstring.c b/module/lua/lstring.c index 149a4ffc5..49229f914 100644 --- a/module/lua/lstring.c +++ b/module/lua/lstring.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lstring.c,v 2.26.1.1 2013/04/12 18:48:47 roberto Exp $ ** String table (keeps all strings handled by Lua) diff --git a/module/lua/lstring.h b/module/lua/lstring.h index 257b38417..f6ece2325 100644 --- a/module/lua/lstring.h +++ b/module/lua/lstring.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lstring.h,v 1.49.1.1 2013/04/12 18:48:47 roberto Exp $ ** String table (keep all strings handled by Lua) diff --git a/module/lua/lstrlib.c b/module/lua/lstrlib.c index 902cc773e..03a96a902 100644 --- a/module/lua/lstrlib.c +++ b/module/lua/lstrlib.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lstrlib.c,v 1.178.1.1 2013/04/12 18:48:47 roberto Exp $ ** Standard library for string operations and pattern-matching diff --git a/module/lua/ltable.c b/module/lua/ltable.c index 1227d99c7..477603901 100644 --- a/module/lua/ltable.c +++ b/module/lua/ltable.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: ltable.c,v 2.72.1.1 2013/04/12 18:48:47 roberto Exp $ ** Lua tables (hash) diff --git a/module/lua/ltable.h b/module/lua/ltable.h index 3c66a2390..ef786f623 100644 --- a/module/lua/ltable.h +++ b/module/lua/ltable.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: ltable.h,v 2.16.1.2 2013/08/30 15:49:41 roberto Exp $ ** Lua tables (hash) diff --git a/module/lua/ltablib.c b/module/lua/ltablib.c index a697d2194..d745ebe0e 100644 --- a/module/lua/ltablib.c +++ b/module/lua/ltablib.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: ltablib.c,v 1.65.1.2 2014/05/07 16:32:55 roberto Exp $ ** Library for Table Manipulation diff --git a/module/lua/ltm.c b/module/lua/ltm.c index f86d97069..febfad23e 100644 --- a/module/lua/ltm.c +++ b/module/lua/ltm.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: ltm.c,v 2.14.1.1 2013/04/12 18:48:47 roberto Exp $ ** Tag methods diff --git a/module/lua/ltm.h b/module/lua/ltm.h index 7f89c841f..5fdd70ba2 100644 --- a/module/lua/ltm.h +++ b/module/lua/ltm.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: ltm.h,v 2.11.1.1 2013/04/12 18:48:47 roberto Exp $ ** Tag methods diff --git a/module/lua/lvm.c b/module/lua/lvm.c index 53b9884f0..85ab3e23a 100644 --- a/module/lua/lvm.c +++ b/module/lua/lvm.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lvm.c,v 2.155.1.1 2013/04/12 18:48:47 roberto Exp $ ** Lua virtual machine diff --git a/module/lua/lvm.h b/module/lua/lvm.h index 5380270da..bb389fd48 100644 --- a/module/lua/lvm.h +++ b/module/lua/lvm.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lvm.h,v 2.18.1.1 2013/04/12 18:48:47 roberto Exp $ ** Lua virtual machine diff --git a/module/lua/lzio.c b/module/lua/lzio.c index 7bd6badaa..ebcb0a17b 100644 --- a/module/lua/lzio.c +++ b/module/lua/lzio.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lzio.c,v 1.35.1.1 2013/04/12 18:48:47 roberto Exp $ ** Buffered streams diff --git a/module/lua/lzio.h b/module/lua/lzio.h index 670e463c4..8a1d2b4f3 100644 --- a/module/lua/lzio.h +++ b/module/lua/lzio.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* ** $Id: lzio.h,v 1.26.1.1 2013/04/12 18:48:47 roberto Exp $ ** Buffered streams diff --git a/module/lua/setjmp/setjmp_s390x.S b/module/lua/setjmp/setjmp_s390x.S index 336c66c08..8fd70140b 100644 --- a/module/lua/setjmp/setjmp_s390x.S +++ b/module/lua/setjmp/setjmp_s390x.S @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT /* * Copyright (c) 2005-2014 Rich Felker, et al. * diff --git a/module/zcommon/cityhash.c b/module/zcommon/cityhash.c index c758ec47d..e98318175 100644 --- a/module/zcommon/cityhash.c +++ b/module/zcommon/cityhash.c @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: MIT +// // Copyright (c) 2011 Google, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/scripts/kmodtool b/scripts/kmodtool index 0d6af2c7f..e24f206e6 100755 --- a/scripts/kmodtool +++ b/scripts/kmodtool @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# SPDX-License-Identifier: MIT # shellcheck disable=SC2086,SC2295 # kmodtool - Helper script for building kernel module RPMs diff --git a/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_base.lua b/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_base.lua index c39144959..ecf863913 100644 --- a/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_base.lua +++ b/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_base.lua @@ -1,3 +1,4 @@ +--SPDX-License-Identifier: MIT --[[ --***************************************************************************** --* Copyright (C) 1994-2016 Lua.org, PUC-Rio. diff --git a/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_coroutine.lua b/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_coroutine.lua index e0e9e2a64..4ad918315 100644 --- a/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_coroutine.lua +++ b/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_coroutine.lua @@ -1,3 +1,4 @@ +--SPDX-License-Identifier: MIT --[[ --***************************************************************************** --* Copyright (C) 1994-2016 Lua.org, PUC-Rio. diff --git a/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_strings.lua b/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_strings.lua index 1725fd123..61382b87f 100644 --- a/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_strings.lua +++ b/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_strings.lua @@ -1,3 +1,4 @@ +--SPDX-License-Identifier: MIT --[[ --***************************************************************************** --* Copyright (C) 1994-2016 Lua.org, PUC-Rio. diff --git a/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_table.lua b/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_table.lua index 500117b19..d3bd8ec0a 100644 --- a/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_table.lua +++ b/tests/zfs-tests/tests/functional/channel_program/lua_core/tst.lib_table.lua @@ -1,3 +1,4 @@ +--SPDX-License-Identifier: MIT --[[ --***************************************************************************** --* Copyright (C) 1994-2016 Lua.org, PUC-Rio.