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 8cacac7ed4
commit 091da72c66
57 changed files with 59 additions and 0 deletions
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
View File
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
/*
* Copyright (c) 2016 by Delphix. All rights reserved.
*/
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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)
+1
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)
+1
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
+1
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)
+1
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)
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
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
+1
View File
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
/*
* Copyright (c) 2005-2014 Rich Felker, et al.
*
+2
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