Skip to content

Commit

Permalink
Changed license to MPL-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElXreno committed Apr 24, 2020
1 parent f955799 commit 30d6810
Show file tree
Hide file tree
Showing 7 changed files with 388 additions and 677 deletions.
1,047 changes: 373 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion escl-scan-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.1"
authors = ["ElXreno <elxreno@gmail.com>"]
repository = "https://github.com/ElXreno/escl-scan"
readme = "README.md"
license = "GPL-3.0"
license = "MPL-2.0"
keywords = [
"escl",
"scan"
Expand Down
4 changes: 4 additions & 0 deletions escl-scan-cli/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */

#[macro_use]
extern crate clap;
extern crate scan;
Expand Down
2 changes: 1 addition & 1 deletion escl-scan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.1"
authors = ["ElXreno <elxreno@gmail.com>"]
repository = "https://github.com/ElXreno/escl-scan"
readme = "README.md"
license = "GPL-3.0"
license = "MPL-2.0"
keywords = [
"escl",
"scan"
Expand Down
4 changes: 4 additions & 0 deletions escl-scan/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */

extern crate reqwest;
extern crate serde;
extern crate serde_xml_rs;
Expand Down
4 changes: 4 additions & 0 deletions escl-scan/src/structs.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */

extern crate serde;

use serde::{Deserialize, Serialize};
Expand Down
2 changes: 1 addition & 1 deletion rpm/escl-scan.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version: 0.1.1
Release: 1%{?dist}
Summary: Utility for scanning with eSCL protocol writen in Rust

License: GPLv3
License: MPLv2.0
URL: https://github.com/ElXreno/escl-scan
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz

Expand Down

0 comments on commit 30d6810

Please sign in to comment.