Skip to content

Commit

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

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


Co-authored-by: Gerrit Sangel <[email protected]>
Co-authored-by: Gerrit Sangel <[email protected]>
  • Loading branch information
3 people authored Nov 5, 2022
2 parents 18a9208 + 29c3de5 commit 14e306d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions geo-postgis/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## Unreleased

* Changed license field to [SPDX 2.1 license expression](https://spdx.dev/spdx-specification-21-web-version/#h.jxpfx0ykyb60)
* <https://github.com/georust/geo/pull/928>

## 0.2.2

* Update `postgis` to allow 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion geo-postgis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "geo-postgis"
version = "0.2.2"
authors = ["Corey Farwell <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/geo"
documentation = "https://docs.rs/geo-postgis/"
readme = "../README.md"
Expand Down
2 changes: 2 additions & 0 deletions geo-types/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Pin `arbitrary` version to 1.1.3 until our MSRV catches up with its latest release
* Add `point.x_mut()` and `point.y_mut()` methods on `Points`
* Changed license field to [SPDX 2.1 license expression](https://spdx.dev/spdx-specification-21-web-version/#h.jxpfx0ykyb60)
* <https://github.com/georust/geo/pull/928>

## 0.7.7

Expand Down
2 changes: 1 addition & 1 deletion geo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "geo-types"
version = "0.7.7"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/geo"
documentation = "https://docs.rs/geo-types/"
readme = "../README.md"
Expand Down
3 changes: 3 additions & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* <https://github.com/georust/geo/pull/907>
* Added outlier detection algorithm using [LOF](https://en.wikipedia.org/wiki/Local_outlier_factor)
* <https://github.com/georust/geo/pull/904>
* Changed license field to [SPDX 2.1 license expression](https://spdx.dev/spdx-specification-21-web-version/#h.jxpfx0ykyb60)
* <https://github.com/georust/geo/pull/928>


## 0.23.0

Expand Down
2 changes: 1 addition & 1 deletion geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "geo"
description = "Geospatial primitives and algorithms"
version = "0.23.0"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/geo"
documentation = "https://docs.rs/geo/"
readme = "../README.md"
Expand Down

0 comments on commit 14e306d

Please sign in to comment.