From 788ca64c256991e9e8fdf3d7a2c519c4d8ab12e6 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 3 Aug 2017 09:30:38 -0400 Subject: [PATCH] doc: require license information for external code Contributions of 3rd party code and external HALS should have information about the license of the code being contributed. Signed-off-by: Anas Nashif --- CONTRIBUTING.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c7a2d57bdf..b437e7bd9f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -464,6 +464,7 @@ it is a downstream copy). For example, a copy of a locally maintained import:: Origin: Contiki OS + License: BSD 3-Clause URL: http://www.contiki-os.org/ commit: 853207acfdc6549b10eb3e44504b1a75ae1ad63a Purpose: Introduction of networking stack. @@ -472,6 +473,7 @@ For example, a copy of a locally maintained import:: For example, a copy of an externally maintained import:: Origin: Tiny Crypt + License: BSD 3-Clause URL: https://github.com/01org/tinycrypt commit: 08ded7f21529c39e5133688ffb93a9d0c94e5c6e Purpose: Introduction of TinyCrypt