diff --git a/scripts/validate-licenses.ts b/scripts/validate-licenses.ts index fff8ebaa24..aa1b0e149a 100644 --- a/scripts/validate-licenses.ts +++ b/scripts/validate-licenses.ts @@ -53,6 +53,7 @@ const licenseReplacements: { [key: string]: string } = { 'Apache License, Version 2.0': 'Apache-2.0', 'Apache2': 'Apache-2.0', 'Apache 2.0': 'Apache-2.0', + 'Apache v2': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default. 'BSD': 'BSD-2-Clause',