diff --git a/tools/third_party_code_notices.md b/tools/third_party_code_notices.md deleted file mode 100644 index 1f49d5b5..00000000 --- a/tools/third_party_code_notices.md +++ /dev/null @@ -1,8 +0,0 @@ -# License Compliance - -Generate the `Third_Party_Code` directory by running the following: - -```shell -go run github.com/google/go-licenses save --save_path=./Third_Party_Code --force ./... -go run github.com/google/go-licenses report --ignore github.com/Juniper/apstra-go-sdk ./... --template tools/.notices.tpl > Third_Party_Code/NOTICES.md -```