Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Participation in the OpenContainers community is governed by [OpenContainer's Co

If you find an issue, please follow the [security][security] protocol to report it.

## Guidelines

* [Copyright Notices](./guidelines/copyright.md)

## Meeting Minutes

* [April 6th, 2020](https://hackmd.io/kKl1ECKnSLWhgk7dZ2WUFQ)
Expand Down
24 changes: 24 additions & 0 deletions guidelines/copyright.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# OCI Copyright Guidelines

OCI projects are under the LF umbrella which provides their own [best practices for copyright notices](https://www.linuxfoundation.org/blog/blog/copyright-notices-in-open-source-software-projects).
Applying these guidelines to OCI projects, the following text should be included as a comment at the top of all software files:

> Copyright the Open Container Initiative Contributors.

Software copied from third parties should include the original copyright headers.
The copyright notice should be included along with the appropriate license notice.
The full text for Apache 2.0 licensed projects is:

> Copyright the Open Container Initiative Contributors.
>
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
> You may obtain a copy of the License at
>
> http://www.apache.org/licenses/LICENSE-2.0
>
> Unless required by applicable law or agreed to in writing, software
> distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions and
> limitations under the License.