diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-07-02 12:56:10 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-07-02 12:56:10 +0200 |
commit | 1bea44dbcd02babe4a2e9a03de27eba79ac82bfc (patch) | |
tree | f072ab7eea2a0a7959c8d53073fa8ac6647ba989 /NOTICE | |
parent | c92b40483268fff81afa7dadf25945d6e86acb27 (diff) |
Replace license checker with global notices
Caring about per-file notices is too distracting.
Change-Id: I3f07a9fd1d3a4350135dd3d14f4944647af39a0b
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'NOTICE')
-rw-r--r-- | NOTICE | 25 |
1 files changed, 25 insertions, 0 deletions
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. |