import mocks from community.internal_test_tools (#10264) (cherry picked from commit 74ed0fc438) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
74ed0fc438
* Add default license header to files which have no copyright or license header yet. * yml extension should have been xml...
* Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt. * Replace 'Copyright:' with 'Copyright' sed -i 's|Copyright:\(.*\)|Copyright\1|' $(rg -l 'Copyright:') Co-authored-by: Maxwell G <gotmax@e.email>