Skip to content
Merged
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
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,19 @@ All new source files should begin with a copyright and license stating:

//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) Contributors to the OpenFX Project.
// Copyright (c) OpenFX and contributors to the OpenFX Project.
//

Prior to becoming an ASWF project, OpenFX was controlled by The Open Effects
Association, a legal entity which had been assigned copyright in the original
contributions by a variety of companies and individuals. When the project
transferred to ASWF, these copyrights were assigned to a new legal entity,
OpenFX a Series of LF Projects, LLC (abbreviated to "OpenFX" in the notice).
In line with ASWF principles, new contributions do not require a copyright
assignment, but our copyright notice reflects this mixed history, and is
applied consistently across the project to avoid confusion when code is moved
between old and new files.

#### Third-party libraries

The standard itself should not depend on any third-party library or
Expand Down
Loading