internal/licenses: Increase unidentified words allowed in atc exception

Increase the number of unidentified words accepted by the atc-dependency
license exception for package and repo names by 1.

The current atc license exception works for the Apache Traffic Control
master branch, but the 5.1.x release branch license
(https://github.com/apache/trafficcontrol/blob/5.1.x/LICENSE) only has
66% coverage. This CL brings it up to 79%.

For golang/go#44968

Change-Id: I594a7bb8ff8383a04baa59abb2b9a2f9c0570d27
GitHub-Last-Rev: 0821f0173ce4604e1b4d4ba1c78eef71d81d1cb0
GitHub-Pull-Request: golang/pkgsite#25
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/306730
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Trust: Jamal Carvalho <jamal@golang.org>
diff --git a/internal/licenses/exceptions.gen.go b/internal/licenses/exceptions.gen.go
index fa2f834..2616940 100644
--- a/internal/licenses/exceptions.gen.go
+++ b/internal/licenses/exceptions.gen.go
@@ -6123,7 +6123,7 @@
 **//
 
 
-This product bundles __3__, which
+This product bundles __4__, which
 (( is || are ))
 available under
 (( a || an ))
@@ -6131,7 +6131,7 @@
 license.
 __15__
 (( /* || .css || .js || .scss ))
-(( ./licenses/__4__ || ./vendor/__15__/LICENSE
+(( ./licenses/__4__ || ./vendor/__16__/LICENSE
 (( .libyaml || .md || .txt ))??
 ))
 Refer to the above license for the full text.
diff --git a/internal/licenses/exceptions/atc-dependency.lre b/internal/licenses/exceptions/atc-dependency.lre
index 831b5a4..e2daae1 100644
--- a/internal/licenses/exceptions/atc-dependency.lre
+++ b/internal/licenses/exceptions/atc-dependency.lre
@@ -3,7 +3,7 @@
 **//
 {{Types "Apache-2.0 BSD-2-Clause BSD-3-Clause MIT"}}
 
-This product bundles __3__, which
+This product bundles __4__, which
 (( is || are ))
 available under
 (( a || an ))
@@ -11,7 +11,7 @@
 license.
 __15__
 (( /* || .css || .js || .scss ))
-(( ./licenses/__4__ || ./vendor/__15__/LICENSE
+(( ./licenses/__4__ || ./vendor/__16__/LICENSE
 (( .libyaml || .md || .txt ))??
 ))
 Refer to the above license for the full text.