Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Add LICENSE in artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Dec 18, 2023
1 parent cd9474a commit a3d4a2b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/luabitop_compilation.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 |

0 comments on commit a3d4a2b

Please sign in to comment.