Claude 9c5d7ce009
validate-licenses: also verify LICENSE content is Apache 2.0
The existing check only verified that a LICENSE file exists in each
plugins/ directory. Extend it to also grep for 'Apache License' and
'Version 2.0' so that a placeholder or wrong-license file is caught
at PR time rather than silently passing.
2026-07-02 17:10:25 +00:00
..