On 30-11-22, 13:42, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > Add missing license text files and use the CC0-1.0 license for the > rust-specific .gitignore file. > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > --- > LICENSES/Apache-2.0.txt | 201 ++++++++++++++++++++++++++++++++++++++ > LICENSES/BSD-3-Clause.txt | 28 ++++++ > LICENSES/CC0-1.0.txt | 121 +++++++++++++++++++++++ > Makefile.am | 9 +- > bindings/rust/.gitignore | 4 +- > 5 files changed, 359 insertions(+), 4 deletions(-) > create mode 100644 LICENSES/Apache-2.0.txt > create mode 100644 LICENSES/BSD-3-Clause.txt > create mode 100644 LICENSES/CC0-1.0.txt Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> -- viresh