diff --git a/COPYING_NOTES.md b/COPYING_NOTES.md index 8a274983..d18a0b67 100644 --- a/COPYING_NOTES.md +++ b/COPYING_NOTES.md @@ -102,6 +102,7 @@ Proton Mail Bridge includes the following 3rd party software: * [tablewriter](https://github.com/olekukonko/tablewriter) available under [license](https://github.com/olekukonko/tablewriter/blob/master/LICENSE) * [go-difflib](https://github.com/pmezard/go-difflib) available under [license](https://github.com/pmezard/go-difflib/blob/master/LICENSE) * [procfs](https://github.com/prometheus/procfs) available under [license](https://github.com/prometheus/procfs/blob/master/LICENSE) +* [uniseg](https://github.com/rivo/uniseg) available under [license](https://github.com/rivo/uniseg/blob/master/LICENSE) * [blackfriday](https://github.com/russross/blackfriday/v2) available under [license](https://github.com/russross/blackfriday/v2/blob/master/LICENSE) * [pflag](https://github.com/spf13/pflag) available under [license](https://github.com/spf13/pflag/blob/master/LICENSE) * [bom](https://github.com/ssor/bom) available under [license](https://github.com/ssor/bom/blob/master/LICENSE) diff --git a/utils/missing_license.sh b/utils/missing_license.sh index 3ac2b86e..052a0992 100755 --- a/utils/missing_license.sh +++ b/utils/missing_license.sh @@ -20,6 +20,7 @@ YEAR=`date +%Y` MISSING_FILES=$(find . \ -not -path "./extern/*" \ + -not -path "./*deploy/*" \ -not -path "./vendor/*" \ -not -path "./vendor-cache/*" \ -not -path "./.cache/*" \