Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,11 @@ jobs:
mkdir -p .rpmpkg/usr/share/
cp -p *_linux_amd64/${{ env.APP_NAME }} .debpkg/usr/bin/${{ env.APP_NAME }}
chmod +x .debpkg/usr/bin/${{ env.APP_NAME }}
# cp -p README.md .debpkg/README.md
# cp -p LICENSE .debpkg/LICENSE
cp -p LICENSE .debpkg/usr/share/${{ env.APP_NAME }}-LICENSE
cp -p THIRD-PARTY-LICENSES .debpkg/usr/share/${{ env.APP_NAME }}-THIRD-PARTY-LICENSES
cp -p *_linux_amd64/${{ env.APP_NAME }} .rpmpkg/usr/bin/${{ env.APP_NAME }}
cp -p LICENSE .rpmpkg/usr/share/${{ env.APP_NAME }}-LICENSE
cp -p THIRD-PARTY-LICENSES .rpmpkg/usr/share/${{ env.APP_NAME }}-THIRD-PARTY-LICENSES
cp -p README.md .rpmpkg/usr/share/${{ env.APP_NAME }}-README.md
- uses: manticoresoftware/actions-build-deb-action@master
with:
Expand Down Expand Up @@ -267,7 +268,10 @@ jobs:

cp -p *_linux_arm64/${{ env.APP_NAME }} .debpkg/usr/bin/${{ env.APP_NAME }}
cp -p *_linux_arm64/${{ env.APP_NAME }} .rpmpkg/usr/bin/${{ env.APP_NAME }}
cp -p LICENSE .debpkg/usr/share/${{ env.APP_NAME }}-LICENSE
cp -p THIRD-PARTY-LICENSES .debpkg/usr/share/${{ env.APP_NAME }}-THIRD-PARTY-LICENSES
cp -p LICENSE .rpmpkg/usr/share/${{ env.APP_NAME }}-LICENSE
cp -p THIRD-PARTY-LICENSES .rpmpkg/usr/share/${{ env.APP_NAME }}-THIRD-PARTY-LICENSES
cp -p README.md .rpmpkg/usr/share/${{ env.APP_NAME }}-README.md
- uses: manticoresoftware/actions-build-deb-action@master
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
script_name: ./build-osx

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1.11.0
with:
uwp: true
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
ls -lah *.*
)
shell: bash
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.os }}-amd64
path: |
Expand Down
4 changes: 4 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
manticore-executor is licensed under the PHP License 3.01.

This software includes third-party components under their respective licenses. See THIRD-PARTY-LICENSES for details.

--------------------------------------------------------------------
The PHP License, version 3.01
Copyright (c) 1999 - 2019 The PHP Group. All rights reserved.
Expand Down
57 changes: 57 additions & 0 deletions THIRD-PARTY-LICENSES
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
manticore-executor includes third-party components licensed under MIT and Apache 2.0. Below is a list of these components along with their respective licenses.

For the full license of manticore-executor itself, see the `LICENSE` file (PHP License 3.01).

---

1. ZSTD
License: MIT
Source: https://github.com/kjdev/php-ext-zstd

<Insert full MIT license text here>


---

2. DS (Data Structures for PHP 7)
License: MIT
Source: https://github.com/php-ds/ext-ds

<Insert full MIT license text here>

---

3. SWOOLE
License: Apache 2.0
Source: https://github.com/swoole/swoole-src

<Insert full Apache 2.0 license text here>

Note: If SWOOLE includes a NOTICE file, add its content here.

---

4. RDKAFKA
License: MIT
Source: https://github.com/edenhill/php-rdkafka

<Insert full MIT license text here>


---

5. JCHASH
License: MIT
Source: https://github.com/xyz/jchash

<Insert full MIT license text here>

---

6. SIMDJSON_REV
License: Apache 2.0
Source: https://github.com/lemire/simdjson

<Insert full Apache 2.0 license text here>

Note: If SIMDJSON_REV includes a NOTICE file, add its content here.