Skip to content

Commit e154a13

Browse files
authored
add 3p licenses (#492)
* add 3p licenses * fix os/arch input parameters to prevent building all variants
1 parent ad9a157 commit e154a13

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

THIRD_PARTY_LICENSES

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,10 @@ Copyright (c) 2020 Charmbracelet, Inc
939939
** github.com/charmbracelet/bubbles; v0.13.0 --
940940
https://github.com/charmbracelet/bubbles
941941
Copyright (c) 2020 Charmbracelet, Inc
942+
** github.com/charmbracelet/x/cellbuf; v0.0.13 --
943+
https://github.com/charmbracelet/x
944+
** github.com/charmbracelet/colorprofile; v0.2.3 --
945+
https://github.com/charmbracelet/colorprofile
942946

943947
MIT License
944948

@@ -1530,6 +1534,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15301534
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15311535
SOFTWARE.
15321536

1537+
------
1538+
1539+
** github.com/xo/terminfo; v0.0.0-20220910002029 --
1540+
https://github.com/xo/terminfo
1541+
1542+
The MIT License (MIT)
1543+
1544+
Copyright (c) 2016 Anmol Sethi
1545+
1546+
Permission is hereby granted, free of charge, to any person obtaining a copy
1547+
of this software and associated documentation files (the "Software"), to deal
1548+
in the Software without restriction, including without limitation the rights
1549+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1550+
copies of the Software, and to permit persons to whom the Software is
1551+
furnished to do so, subject to the following conditions:
1552+
1553+
The above copyright notice and this permission notice shall be included in all
1554+
copies or substantial portions of the Software.
1555+
1556+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1557+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1558+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1559+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1560+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1561+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1562+
SOFTWARE.
15331563

15341564
------
15351565

test/license-test/run-license-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LICENSE_TEST_TAG="aeis-license-test"
1010
LICENSE_REPORT_FILE="$BUILD_PATH/license-report"
1111
GOPROXY="direct|https://proxy.golang.org"
1212

13-
SUPPORTED_PLATFORMS_LINUX="linux/amd64" make -s -f $SCRIPTPATH/../../Makefile build-binaries
13+
SUPPORTED_PLATFORMS="linux/amd64" make -s -f $SCRIPTPATH/../../Makefile build-binaries
1414
docker buildx build --load --build-arg=GOPROXY=${GOPROXY} -t $LICENSE_TEST_TAG $SCRIPTPATH/
1515
docker run -i -e GITHUB_TOKEN --rm -v $SCRIPTPATH/:/test -v $BUILD_BIN/:/aeis-bin $LICENSE_TEST_TAG golicense /test/license-config.hcl /aeis-bin/$BINARY_NAME | tee $LICENSE_REPORT_FILE
1616
$SCRIPTPATH/check-licenses.sh $LICENSE_REPORT_FILE

0 commit comments

Comments
 (0)