Skip to content

Commit

Permalink
Update Copyright (#33)
Browse files Browse the repository at this point in the history
* Update Copyright

* fix clippy error

---------

Co-authored-by: Aziz Kayumov <[email protected]>
  • Loading branch information
sehkone and azizkayumov authored Nov 21, 2023
1 parent 7eda532 commit 31b258e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn main() {

## License

Copyright 2019-2023 EINSIS, Inc.
Copyright 2022-2023 ClumL Inc.

Licensed under [Apache License, Version 2.0][apache-license] (the "License");
you may not use this crate except in compliance with the License.
Expand All @@ -44,4 +44,4 @@ for inclusion in the work by you, as defined in the [Apache-2.0
license][apache-license], shall be licensed as above, without any additional
terms or conditions.

[apache-license]: http://www.apache.org/licenses/LICENSE-2.0
[apache-license]: http://www.apache.org/licenses/LICENSE-2.0
2 changes: 1 addition & 1 deletion srtree/src/algorithm/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ where
{
#[must_use]
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
self.distance.partial_cmp(&other.distance)
Some(self.cmp(other))
}
}

Expand Down

0 comments on commit 31b258e

Please sign in to comment.