Adding google license header to source files
This was done automatically using this script:
https://github.com/google/addlicense
``` go get -u github.com/google/addlicense $HOME/go/bin/addlicense
Adding google license header to source files
This was done automatically using this script:
https://github.com/google/addlicense
``` go get -u github.com/google/addlicense $HOME/go/bin/addlicense -c "Google LLC" -l apache . ```
Manually added the license headers to meson.build files as well
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I7a17364912c8af2317a1d47a4222f7b3bdc5dc98
show more ...
|