Skip to content

Commit b7353d8

Browse files
authored
Merge pull request #1 from rtk-rs/licensing
Licensing
2 parents 731ef29 + 4cc84f8 commit b7353d8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gnss-qc-traits"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "GNSS Quality Control traits"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ our [Quality Control library](https://github.com/rtk-rs/gnss-qc).
1717
- merge: describes how we stack data into an already existing context
1818
- processing: available on crate feature only,
1919
describes a filter designer and processing ops
20+
21+
## Licensing
22+
23+
This libraries is part of the [RTK-rs framework](https://github.com/rtk-rs) which
24+
is delivered under the [Mozilla V2 Public](https://www.mozilla.org/en-US/MPL/2.0) license.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_logo_url = "https://raw.githubusercontent.com/georust/meta/master/logo/logo.png")]
1+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rtk-rs/.github/master/logos/logo2.jpg")]
22
#![doc = include_str!("../README.md")]
33
#![cfg_attr(docsrs, feature(doc_cfg))]
44

0 commit comments

Comments
 (0)