Skip to content

Commit

Permalink
Add license information capable example
Browse files Browse the repository at this point in the history
It's not good style for us to have example code lying around without a
license, to the point that it renders the example code completely
useless, because it is unlikely to be safely reusable. This change
proposes to license capable example under LGPL-2.1 OR BSD-2-Clause,
similar to the main library.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o authored and danielocfb committed Jan 25, 2023
1 parent 3729ca0 commit 1a8155f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/capable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "capable"
version = "0.1.0"
authors = ["Devasia Thomas <https://www.linkedin.com/in/devasiathomas>"]
license = "LGPL-2.1 OR BSD-2-Clause"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 1a8155f

Please sign in to comment.