mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
GODT-1853: update dependency LICENSE and filter deploy directory
This commit is contained in:
@ -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)
|
* [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)
|
* [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)
|
* [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)
|
* [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)
|
* [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)
|
* [bom](https://github.com/ssor/bom) available under [license](https://github.com/ssor/bom/blob/master/LICENSE)
|
||||||
|
|||||||
@ -20,6 +20,7 @@
|
|||||||
YEAR=`date +%Y`
|
YEAR=`date +%Y`
|
||||||
MISSING_FILES=$(find . \
|
MISSING_FILES=$(find . \
|
||||||
-not -path "./extern/*" \
|
-not -path "./extern/*" \
|
||||||
|
-not -path "./*deploy/*" \
|
||||||
-not -path "./vendor/*" \
|
-not -path "./vendor/*" \
|
||||||
-not -path "./vendor-cache/*" \
|
-not -path "./vendor-cache/*" \
|
||||||
-not -path "./.cache/*" \
|
-not -path "./.cache/*" \
|
||||||
|
|||||||
Reference in New Issue
Block a user