From cf5ae8f291306bca5a6b488ffc5a54aa03b9342e Mon Sep 17 00:00:00 2001 From: Romain LE JEUNE Date: Thu, 22 Sep 2022 09:15:44 +0200 Subject: [PATCH] GODT-1853: update dependency LICENSE and filter deploy directory --- COPYING_NOTES.md | 1 + utils/missing_license.sh | 1 + 2 files changed, 2 insertions(+) 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/*" \