Skip to content

Commit

Permalink
Merge #106
Browse files Browse the repository at this point in the history
106: Use SPDX license expression r=lnicola a=gerritsangel

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md).
- [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
- [x] I ran cargo fmt
---

Uses a SPDX license expression as recommended by [Cargo](https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields).

This enables e.g. parsing via the [CycloneDX Rust Cargo Plugin](https://github.com/CycloneDX/cyclonedx-rust-cargo).

Co-authored-by: Gerrit Sangel <[email protected]>
  • Loading branch information
bors[bot] and Gerrit Sangel authored Nov 8, 2022
2 parents dcaed41 + b113f60 commit 1f88c38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## Unreleased

* Changed license field to [SPDX 2.1 license expression](https://spdx.dev/spdx-specification-21-web-version/#h.jxpfx0ykyb60)

## 0.10.3 - 2022-06-22

* Fixed a typo in the release notes to reference the correct version
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "wkt"
description = "Rust read/write support for well-known text (WKT)"
version = "0.10.3"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/wkt"
autobenches = true
readme = "README.md"
Expand Down

0 comments on commit 1f88c38

Please sign in to comment.