diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..edd9fa6c --- /dev/null +++ b/LICENSE @@ -0,0 +1,74 @@ +All code by OpenColorIO Project Contributors except: + +aces_1.0.1/*, aces_1.0.2/*, aces_1.0.3/*, courtesy of ACES Developers +aces@oscars.org + +aces_0.1.1/luts/*.ctl, courtesy of A.M.P.A.S. +https://github.com/ampas/aces-dev + +--------------------------------------------------------------------- + +SPDX-License-Identifier: BSD-3-Clause +Copyright Contributors to the OpenColorIO Project. + +--------------------------------------------------------------------- + +aces_1.0.1/*, aces_1.0.2/*, aces_1.0.3/* + +Copyright (C) 2014 - 2016 - ACES Developers + +--------------------------------------------------------------------- + +aces_0.1.1/luts/*.ctl + +////////////////////////////////////////////////////////////////////////////////////// +// License Terms for Academy Color Encoding System Components // +// // +// Academy Color Encoding System (ACES) software and tools are provided by the // +// Academy under the following terms and conditions: A worldwide, royalty-free, // +// non-exclusive right to copy, modify, create derivatives, and use, in source and // +// binary forms, is hereby granted, subject to acceptance of this license. // +// Performance of any of the aforementioned acts indicates acceptance to be bound // +// by the following terms and conditions: // +// // +// Copies of source code, in whole or in part, must retain the above copyright // +// notice, this list of conditions and the Disclaimer of Warranty. // +// // +// Use in binary form must retain the copyright notice (below), this list of // +// conditions and the Disclaimer of Warranty in the documentation and/or other // +// materials provided with the distribution. // +// // +// * Nothing in this license shall be deemed to grant any rights to trademarks, // +// copyrights, patents, trade secrets or any other intellectual property of // +// A.M.P.A.S. or any contributors, except as expressly stated herein. // +// // +// * Neither the name "A.M.P.A.S." nor the name of any other contributors to this // +// software may be used to endorse or promote products derivative of or based on // +// this software without express prior written permission of A.M.P.A.S. or the // +// contributors, as appropriate. // +// // +// * This license shall be construed pursuant to the laws of the State of // +// California, and any disputes related thereto shall be subject to the // +// jurisdiction of the courts therein. // +// // +// Copyright © 2012 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). // +// Portions contributed by others as indicated. All rights reserved. // +// // +// Disclaimer of Warranty: THIS SOFTWARE IS PROVIDED BY A.M.P.A.S. AND CONTRIBUTORS // +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, // +// THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND // +// NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL A.M.P.A.S., OR ANY // +// CONTRIBUTORS OR DISTRIBUTORS, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, // +// SPECIAL, EXEMPLARY, RESITUTIONARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT // +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR // +// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF // +// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE // +// OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF // +// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // +// // +// WITHOUT LIMITING THE GENERALITY OF THE FOREGOING, THE ACADEMY SPECIFICALLY // +// DISCLAIMS ANY REPRESENTATIONS OR WARRANTIES WHATSOEVER RELATED TO PATENT OR // +// OTHER INTELLECTUAL PROPERTY RIGHTS IN THE ACADEMY COLOR ENCODING SYSTEM, OR // +// APPLICATIONS THEREOF, HELD BY PARTIES OTHER THAN A.M.P.A.S.,WHETHER DISCLOSED OR // +// UNDISCLOSED. // +////////////////////////////////////////////////////////////////////////////////////// diff --git a/aces_0.1.1/luts/arri/logc800.py b/aces_0.1.1/luts/arri/logc800.py index fd5bf016..ed5e6aea 100755 --- a/aces_0.1.1/luts/arri/logc800.py +++ b/aces_0.1.1/luts/arri/logc800.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# Copyright Contributors to the OpenColorIO Project. import math diff --git a/aces_0.1.1/luts/sony/slog1.py b/aces_0.1.1/luts/sony/slog1.py index 95b31e00..cb7b0127 100755 --- a/aces_0.1.1/luts/sony/slog1.py +++ b/aces_0.1.1/luts/sony/slog1.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# Copyright Contributors to the OpenColorIO Project. import math diff --git a/aces_0.1.1/luts/sony/slog2.py b/aces_0.1.1/luts/sony/slog2.py index 858def5c..7cb24bae 100755 --- a/aces_0.1.1/luts/sony/slog2.py +++ b/aces_0.1.1/luts/sony/slog2.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# Copyright Contributors to the OpenColorIO Project. import math diff --git a/aces_0.1.1/luts/unbuild/adx_cid_to_rle.py b/aces_0.1.1/luts/unbuild/adx_cid_to_rle.py index c226d4fd..ed185ab6 100755 --- a/aces_0.1.1/luts/unbuild/adx_cid_to_rle.py +++ b/aces_0.1.1/luts/unbuild/adx_cid_to_rle.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# Copyright Contributors to the OpenColorIO Project. import math, numpy diff --git a/aces_0.7.1/luts/adx_cid_to_rle.py b/aces_0.7.1/luts/adx_cid_to_rle.py index c226d4fd..ed185ab6 100755 --- a/aces_0.7.1/luts/adx_cid_to_rle.py +++ b/aces_0.7.1/luts/adx_cid_to_rle.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# Copyright Contributors to the OpenColorIO Project. import math, numpy diff --git a/aces_0.7.1/luts/logc800.py b/aces_0.7.1/luts/logc800.py index fd5bf016..ed5e6aea 100755 --- a/aces_0.7.1/luts/logc800.py +++ b/aces_0.7.1/luts/logc800.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# Copyright Contributors to the OpenColorIO Project. import math diff --git a/aces_0.7.1/luts/slog.py b/aces_0.7.1/luts/slog.py index 86546e06..4dcbb448 100755 --- a/aces_0.7.1/luts/slog.py +++ b/aces_0.7.1/luts/slog.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# Copyright Contributors to the OpenColorIO Project. import math diff --git a/aces_0.7.1/luts/slog2.py b/aces_0.7.1/luts/slog2.py index 656827df..e1ac18f7 100755 --- a/aces_0.7.1/luts/slog2.py +++ b/aces_0.7.1/luts/slog2.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# Copyright Contributors to the OpenColorIO Project. import math diff --git a/nuke-default/make.py b/nuke-default/make.py index de115648..f2897d84 100755 --- a/nuke-default/make.py +++ b/nuke-default/make.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# Copyright Contributors to the OpenColorIO Project. """ env diff --git a/spi-anim/makeconfig_anim.py b/spi-anim/makeconfig_anim.py index 20ffd37a..53e1b22d 100644 --- a/spi-anim/makeconfig_anim.py +++ b/spi-anim/makeconfig_anim.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# Copyright Contributors to the OpenColorIO Project. import SpImport, math, os, sys OCIO = SpImport.SpComp2("PyOpenColorIO",2) diff --git a/spi-vfx/make_vfx_ocio.py b/spi-vfx/make_vfx_ocio.py index d5908049..349bff82 100644 --- a/spi-vfx/make_vfx_ocio.py +++ b/spi-vfx/make_vfx_ocio.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# Copyright Contributors to the OpenColorIO Project. import math, os, sys