Skip to content

Commit

Permalink
Update license to GPL-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Mar 1, 2024
1 parent 929704d commit ee2dccc
Show file tree
Hide file tree
Showing 6 changed files with 605 additions and 122 deletions.
239 changes: 199 additions & 40 deletions LICENSE

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion crates/r2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ description = "Yet another robotics frame"
homepage = "https://rrobotics.org"
documentation = "https://docs.rs/r2"
repository = "https://github.com/RustRobotics/r2"
license = "Apache-2.0"
license = "GPL-3.0-or-later"
rust-version = "1.66.0"
publish = true

[dependencies]
239 changes: 199 additions & 40 deletions crates/r2/LICENSE

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions crates/r2/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2024 Xu Shaohua <[email protected]>. All rights reserved.
// Use of this source is governed by General Public License that can be
// found in the LICENSE file.

fn main() {
println!("Hello, R2!");
}
3 changes: 2 additions & 1 deletion demos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "demos"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
license = "GPL-3.0-or-later"
publish = false

[dependencies]
Loading

0 comments on commit ee2dccc

Please sign in to comment.