Skip to content

Commit a2a820d

Browse files
d-e-s-odanielocfb
authored andcommitted
Add license information tc_port_whitelist 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 tc_port_whitelist example under LGPL-2.1 OR BSD-2-Clause, similar to the main library. Signed-off-by: Daniel Müller <deso@posteo.net>
1 parent 52ab250 commit a2a820d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/tc_port_whitelist/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "tc_whitelist_ports"
33
version = "0.1.0"
44
authors = ["Michael Mullin <mimullin@blackberry.com>"]
5+
license = "LGPL-2.1 OR BSD-2-Clause"
56
edition = "2021"
67

78
[dependencies]

0 commit comments

Comments
 (0)