pedrocr / rawloader

rust library to extract the raw data and some metadata from digital camera images
GNU Lesser General Public License v2.1
314 stars 54 forks source link

SPDX License Expression `LGPL-2.1` is deprecated #49

Open Skgland opened 4 months ago

Skgland commented 4 months ago

I noticed while checking a project with cargo-deny that the spdx license expression used by this crate in Cargo.toml is deprecated.

See https://spdx.org/licenses/LGPL-2.1.html

LGPL-2.1-only, or LGPL-2.1-or-later should be used instead.