From 1a8155fb8effa90a66c961e54a198750b4231e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Thu, 19 Jan 2023 10:07:38 -0800 Subject: [PATCH] Add license information capable example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- examples/capable/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/capable/Cargo.toml b/examples/capable/Cargo.toml index c062f5ae..c98f048c 100644 --- a/examples/capable/Cargo.toml +++ b/examples/capable/Cargo.toml @@ -2,6 +2,7 @@ name = "capable" version = "0.1.0" authors = ["Devasia Thomas "] +license = "LGPL-2.1 OR BSD-2-Clause" edition = "2021" [dependencies]