diff --git a/.github/workflows/luabitop_compilation.yml b/.github/workflows/luabitop_compilation.yml index 018fb03..b8b6f8e 100644 --- a/.github/workflows/luabitop_compilation.yml +++ b/.github/workflows/luabitop_compilation.yml @@ -1,3 +1,9 @@ +# This file is part of LuaBitOp-DLL. +# +# Copyright (C) 2023 Airbus CyberSecurity SAS +# +# LuaBitOp-DLL is free software, released under the MIT license. + name: Compilation 'on': - push @@ -52,7 +58,10 @@ jobs: uses: actions/upload-artifact@v3 with: name: luabitop - path: dll/bit.dll + path: | + dll/bit.dll + LICENSE + README.md if-no-files-found: error ## Release on tag diff --git a/README.md b/README.md index 7685798..f272e4b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,21 @@ +# LuaBitOp-DLL + Repository to share [LuaBitOp](http://bitop.luajit.org/) compiled DLL for Windows x64 machines (tested on Windows 11) -This project is released under the [MIT license](http://www.opensource.org/licenses/mit-license.php). +## License + +LuaBitOp-DLL + +Copyright (C) 2023 Airbus CyberSecurity SAS + +LuaBitOp-DLL is free software, released under the [MIT license](http://www.opensource.org/licenses/mit-license.php). + +### Third-party software usage -This binary is a compilation of the following project: +This program uses the following software to run: -Lua BitOp is Copyright © 2008-2012 Mike Pall. Lua BitOp is free software, released under the [MIT license](http://www.opensource.org/licenses/mit-license.php) (same license as the Lua core). +| Software | Version | Copyright | License | +|-|-|-|-| +| Lua | 5.2.4 | 1994–2015 Lua.org, PUC-Rio | MIT | +| Lua Bit Operations Module (Lua BitOp) | 1.0.2 | 2008-2012 Mike Pall | MIT | +| Wireshark | 4^ | 1998-2023 Gerald Combs and contributors | GPL-2.0-or-later |