Skip to content

Commit 1a8155f

Browse files
d-e-s-odanielocfb
authored andcommitted
Add license information capable example
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]>
1 parent 3729ca0 commit 1a8155f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/capable/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "capable"
33
version = "0.1.0"
44
authors = ["Devasia Thomas <https://www.linkedin.com/in/devasiathomas>"]
5+
license = "LGPL-2.1 OR BSD-2-Clause"
56
edition = "2021"
67

78
[dependencies]

0 commit comments

Comments
 (0)