On Fri, Nov 18, 2022 at 10:36 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote: > > On 17-11-22, 13:18, Bartosz Golaszewski wrote: > > Then let's just add the SPDX identifier on top to make reuse happy. > > This looks fine ? > > diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml > index 4fdf4e06ff90..85abe70b4aa5 100644 > --- a/bindings/rust/Cargo.toml > +++ b/bindings/rust/Cargo.toml > @@ -1,7 +1,12 @@ > +# SPDX-License-Identifier: CC0-1.0 > +# > +# Copyright 2022 Linaro Ltd. All Rights Reserved. > +# Viresh Kumar <viresh.kumar@xxxxxxxxxx> > + Should be: # SPDX-License-Identifier: CC0-1.0 # SPDX-FileCopyrightText: 2022 Linaro Ltd. # SPDX-FileCopyrightTest: 2022 Viresh Kumar <viresh.kumar@xxxxxxxxxx> > [workspace] > > > diff --git a/bindings/rust/libgpiod-sys/README.md b/bindings/rust/libgpiod-sys/README.md > index ecf75b31c41e..567891a30868 100644 > --- a/bindings/rust/libgpiod-sys/README.md > +++ b/bindings/rust/libgpiod-sys/README.md > @@ -1,11 +1,15 @@ > +# SPDX-License-Identifier: CC0-1.0 > +# > +# Copyright 2022 Linaro Ltd. All Rights Reserved. > +# Viresh Kumar <viresh.kumar@xxxxxxxxxx> > + > # Generated libgpiod-sys Rust FFI bindings > > -- > viresh