influxdata / rskafka

A minimal Rust client for Apache Kafka
Apache License 2.0
286 stars 30 forks source link

Update license field following SPDX 2.1 license expression standard #211

Closed frisoft closed 11 months ago

frisoft commented 11 months ago

The new recommendation is to follow the SPDX 2.1 standard. This allows automatic license verification software to work properly. Reference: https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields

crepererum commented 11 months ago

Sounds legit, thanks for spotting this. Could I ask you to do the following two things:

  1. I need a signed CLA to merge commits
  2. GIT commits should follow Conventional Commits, in this case it should probably start w/ chore:. This greatly simplifies my work when I write release notes later.
frisoft commented 11 months ago

Sorry. I don't intend to sign your CLA. Easier for you just to apply that change. Thank you. Closing the PR.