From 277c153dedff93a49eaef117558a57936aa7736d Mon Sep 17 00:00:00 2001 From: Chris Marget Date: Thu, 26 Oct 2023 18:06:37 -0400 Subject: [PATCH] remove notes describing now-automated process --- tools/third_party_code_notices.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tools/third_party_code_notices.md 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 -```