SPDX: license tags: MIT

Sponsored-by: https://despairlabs.com/sponsor/
Signed-off-by: Rob Norris <robn@despairlabs.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Rob Norris 2025-01-04 17:18:18 +11:00 committed by Tony Hutter
parent 4eafa9e5e8
commit 7d8dd8d9a5
57 changed files with 59 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
/*
* Copyright (c) 2017 Antonio Russo <antonio.e.russo@gmail.com>
* Copyright (c) 2020 InsanePrawn <insane.prawny@gmail.com>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,4 @@
.\" SPDX-License-Identifier: MIT
.\"
.\" Copyright 2018 Antonio Russo <antonio.e.russo@gmail.com>
.\" Copyright 2019 Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
/*
* Copyright (c) 2016 by Delphix. All rights reserved.
*/

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
/*
* Copyright (c) 2005-2014 Rich Felker, et al.
*

View File

@ -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

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: MIT
# shellcheck disable=SC2086,SC2295
# kmodtool - Helper script for building kernel module RPMs

View File

@ -1,3 +1,4 @@
--SPDX-License-Identifier: MIT
--[[
--*****************************************************************************
--* Copyright (C) 1994-2016 Lua.org, PUC-Rio.

View File

@ -1,3 +1,4 @@
--SPDX-License-Identifier: MIT
--[[
--*****************************************************************************
--* Copyright (C) 1994-2016 Lua.org, PUC-Rio.

View File

@ -1,3 +1,4 @@
--SPDX-License-Identifier: MIT
--[[
--*****************************************************************************
--* Copyright (C) 1994-2016 Lua.org, PUC-Rio.

View File

@ -1,3 +1,4 @@
--SPDX-License-Identifier: MIT
--[[
--*****************************************************************************
--* Copyright (C) 1994-2016 Lua.org, PUC-Rio.