From 1bea44dbcd02babe4a2e9a03de27eba79ac82bfc Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 2 Jul 2019 12:56:10 +0200 Subject: Replace license checker with global notices Caring about per-file notices is too distracting. Change-Id: I3f07a9fd1d3a4350135dd3d14f4944647af39a0b Signed-off-by: Vratko Polak --- NOTICE | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 NOTICE (limited to 'NOTICE') diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000000..85ca5b3f00 --- /dev/null +++ b/NOTICE @@ -0,0 +1,25 @@ + +All new inbound code contributions to the Project must be made +using the Apache License, Version 2.0 +(available here: https://www.apache.org/licenses/LICENSE-2.0) +(the “Project License”). + +All new inbound code contributions must also be accompanied +by a Developer Certificate of Origin (http://developercertificate.org) +sign-off in the source code system that is submitted through +a TSC-approved contribution process which will bind the authorized contributor +and, if not self-employed, their employer to the applicable license; + +All outbound code will be made available under the Project License. + +Documentation will be received and made available by the Project +under the Creative Commons Attribution 4.0 International License +(available at http://creativecommons.org/licenses/by/4.0/). + +The Project may seek to integrate and contribute back to other +open source projects (“Upstream Projects”). In such cases, +the Project will conform to all license requirements of the Upstream Projects, +including dependencies, leveraged by the Project. Upstream Project +code contributions not stored within the Project’s main code repository +will comply with the contribution process and license terms +for the applicable Upstream Project. -- cgit 1.2.3-korg