Skip to content

Commit dfbed0e

Browse files
committed
documentation: add third-party license notices
1 parent 9f33bdf commit dfbed0e

File tree

3 files changed

+821
-0
lines changed

3 files changed

+821
-0
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
cp ReadMe.en.txt artifacts/
4040
cp ChangeLog.md artifacts/
4141
cp LICENSE artifacts/
42+
cp third-party.md artifacts/
4243
VERSION=$(git describe --always)
4344
mv artifacts sha256_$VERSION
4445
tar czf sha256_${VERSION}_linux-amd64-generic.tar.gz sha256_$VERSION

.github/workflows/msys2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
cp ReadMe.en.txt artifacts/
6060
cp ChangeLog.md artifacts/
6161
cp LICENSE artifacts/
62+
cp third-party.md artifacts/
6263
VERSION=$(git describe --always)
6364
mv artifacts sha256_$VERSION
6465
'/c/Program Files/7-Zip/7z.exe' a -r sha256_${VERSION}_win64.zip sha256_$VERSION

0 commit comments

Comments
 (0)