`license-checker` has been updated to support `**` wildcards simplifying the ruless, and multiple license configs.
Add a new config for the bison generated files to ensure their licenses don't change.
`license-checker` will be updated to support `**` based wildcards. As part of this, `license-checker` will now traverse into subdirectories that would previously be excluded when the parent directory is excluded.
This change adds new rules that work with both the old version and new, to ease migration.
glslang.y is specialized to remove what is not supported or won't be
supported by ANGLE.
This change shaves about 125KB off of ANGLE's binary size with minor
improvement to the cost of SetupBuiltinSymbolTable.
Signed-off-by: Shahbaz Youssefi <ShabbyX@gmail.com>