From ec5abfd49a3d00779559c62629b89b6bb065051f Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Wed, 18 Aug 2021 21:50:39 +1200 Subject: [PATCH] Add "A.M.P.A.S." license to Academy mandated work and contributions. --- LICENSE.AMPAS | 50 ++++++++++++++++++ README | 12 +++++ aces_1.0.1/LICENSE.md | 50 ++++++++++++++++++ aces_1.0.1/README.md | 51 +++++++++++++++++++ aces_1.0.1/python/aces_ocio/__init__.py | 14 +++-- .../python/aces_ocio/colorspaces/__init__.py | 2 + .../python/aces_ocio/colorspaces/aces.py | 14 +++-- .../python/aces_ocio/colorspaces/arri.py | 14 +++-- .../python/aces_ocio/colorspaces/canon.py | 14 +++-- .../python/aces_ocio/colorspaces/general.py | 14 +++-- .../python/aces_ocio/colorspaces/gopro.py | 14 +++-- .../python/aces_ocio/colorspaces/panasonic.py | 14 +++-- .../python/aces_ocio/colorspaces/red.py | 14 +++-- .../python/aces_ocio/colorspaces/sony.py | 14 +++-- .../python/aces_ocio/generate_config.py | 14 +++-- aces_1.0.1/python/aces_ocio/generate_lut.py | 14 +++-- aces_1.0.1/python/aces_ocio/process.py | 14 +++-- aces_1.0.1/python/aces_ocio/tests/__init__.py | 2 + .../aces_ocio/tests/tests_aces_config.py | 14 +++-- aces_1.0.1/python/aces_ocio/utilities.py | 14 +++-- aces_1.0.1/python/bin/create_aces_config | 14 +++-- aces_1.0.1/python/bin/generate_lut | 14 +++-- aces_1.0.1/python/bin/tests_aces_config | 14 +++-- aces_1.0.2/LICENSE.md | 50 ++++++++++++++++++ aces_1.0.2/README.md | 51 +++++++++++++++++++ aces_1.0.2/python/aces_ocio/__init__.py | 14 +++-- .../python/aces_ocio/colorspaces/__init__.py | 2 + .../python/aces_ocio/colorspaces/aces.py | 13 +++-- .../python/aces_ocio/colorspaces/arri.py | 14 +++-- .../python/aces_ocio/colorspaces/canon.py | 14 +++-- .../python/aces_ocio/colorspaces/general.py | 14 +++-- .../python/aces_ocio/colorspaces/gopro.py | 14 +++-- .../python/aces_ocio/colorspaces/panasonic.py | 14 +++-- .../python/aces_ocio/colorspaces/red.py | 14 +++-- .../python/aces_ocio/colorspaces/sony.py | 14 +++-- .../aces_ocio/generate_comparison_images.py | 14 +++-- .../python/aces_ocio/generate_config.py | 14 +++-- aces_1.0.2/python/aces_ocio/generate_lut.py | 14 +++-- aces_1.0.2/python/aces_ocio/process.py | 14 +++-- aces_1.0.2/python/aces_ocio/tests/__init__.py | 2 + .../aces_ocio/tests/tests_aces_config.py | 14 +++-- aces_1.0.2/python/aces_ocio/utilities.py | 14 +++-- aces_1.0.2/python/bin/create_aces_config | 14 +++-- .../python/bin/generate_comparison_images | 14 +++-- aces_1.0.2/python/bin/generate_lut | 14 +++-- aces_1.0.2/python/bin/tests_aces_config | 14 +++-- aces_1.0.3/LICENSE.md | 50 ++++++++++++++++++ aces_1.0.3/README.md | 51 +++++++++++++++++++ aces_1.0.3/python/aces_ocio/__init__.py | 15 ++++-- .../python/aces_ocio/colorspaces/__init__.py | 2 + .../python/aces_ocio/colorspaces/aces.py | 15 ++++-- .../python/aces_ocio/colorspaces/arri.py | 15 ++++-- .../python/aces_ocio/colorspaces/canon.py | 15 ++++-- .../python/aces_ocio/colorspaces/general.py | 15 ++++-- .../python/aces_ocio/colorspaces/gopro.py | 15 ++++-- .../python/aces_ocio/colorspaces/panasonic.py | 15 ++++-- .../python/aces_ocio/colorspaces/red.py | 15 ++++-- .../python/aces_ocio/colorspaces/sony.py | 15 ++++-- .../aces_ocio/generate_comparison_images.py | 15 ++++-- .../python/aces_ocio/generate_config.py | 15 ++++-- aces_1.0.3/python/aces_ocio/generate_lut.py | 15 ++++-- aces_1.0.3/python/aces_ocio/process.py | 15 ++++-- aces_1.0.3/python/aces_ocio/tests/__init__.py | 2 + .../aces_ocio/tests/tests_aces_config.py | 15 ++++-- aces_1.0.3/python/aces_ocio/utilities.py | 15 ++++-- aces_1.0.3/python/bin/create_aces_config | 15 ++++-- .../python/bin/generate_comparison_images | 15 ++++-- aces_1.0.3/python/bin/generate_lut | 15 ++++-- aces_1.0.3/python/bin/tests_aces_config | 15 ++++-- aces_1.1/LICENSE.md | 50 ++++++++++++++++++ aces_1.1/README.md | 51 +++++++++++++++++++ aces_1.1/python/aces_ocio/__init__.py | 15 ++++-- .../python/aces_ocio/colorspaces/__init__.py | 2 + aces_1.1/python/aces_ocio/colorspaces/aces.py | 15 ++++-- aces_1.1/python/aces_ocio/colorspaces/arri.py | 15 ++++-- .../python/aces_ocio/colorspaces/canon.py | 15 ++++-- .../python/aces_ocio/colorspaces/general.py | 15 ++++-- .../python/aces_ocio/colorspaces/gopro.py | 15 ++++-- .../python/aces_ocio/colorspaces/panasonic.py | 15 ++++-- aces_1.1/python/aces_ocio/colorspaces/red.py | 15 ++++-- aces_1.1/python/aces_ocio/colorspaces/sony.py | 15 ++++-- .../aces_ocio/generate_comparison_images.py | 15 ++++-- aces_1.1/python/aces_ocio/generate_config.py | 15 ++++-- aces_1.1/python/aces_ocio/generate_lut.py | 15 ++++-- aces_1.1/python/aces_ocio/process.py | 15 ++++-- aces_1.1/python/aces_ocio/tests/__init__.py | 2 + .../aces_ocio/tests/tests_aces_config.py | 15 ++++-- aces_1.1/python/aces_ocio/utilities.py | 15 ++++-- aces_1.1/python/bin/create_aces_config | 15 ++++-- .../python/bin/generate_comparison_images | 15 ++++-- aces_1.1/python/bin/generate_lut | 15 ++++-- aces_1.1/python/bin/tests_aces_config | 15 ++++-- aces_1.2/LICENSE.md | 50 ++++++++++++++++++ aces_1.2/README.md | 51 +++++++++++++++++++ aces_1.2/python/aces_ocio/__init__.py | 15 ++++-- .../python/aces_ocio/colorspaces/__init__.py | 2 + aces_1.2/python/aces_ocio/colorspaces/aces.py | 15 ++++-- aces_1.2/python/aces_ocio/colorspaces/arri.py | 15 ++++-- .../python/aces_ocio/colorspaces/canon.py | 15 ++++-- .../python/aces_ocio/colorspaces/general.py | 15 ++++-- .../python/aces_ocio/colorspaces/gopro.py | 15 ++++-- .../python/aces_ocio/colorspaces/panasonic.py | 15 ++++-- aces_1.2/python/aces_ocio/colorspaces/red.py | 15 ++++-- aces_1.2/python/aces_ocio/colorspaces/sony.py | 15 ++++-- .../aces_ocio/generate_comparison_images.py | 15 ++++-- aces_1.2/python/aces_ocio/generate_config.py | 15 ++++-- aces_1.2/python/aces_ocio/generate_lut.py | 15 ++++-- aces_1.2/python/aces_ocio/process.py | 15 ++++-- aces_1.2/python/aces_ocio/tests/__init__.py | 2 + .../aces_ocio/tests/tests_aces_config.py | 15 ++++-- aces_1.2/python/aces_ocio/utilities.py | 15 ++++-- aces_1.2/python/bin/create_aces_config | 15 ++++-- .../python/bin/generate_comparison_images | 15 ++++-- aces_1.2/python/bin/generate_lut | 15 ++++-- aces_1.2/python/bin/tests_aces_config | 15 ++++-- 115 files changed, 1480 insertions(+), 465 deletions(-) create mode 100644 LICENSE.AMPAS create mode 100644 aces_1.0.1/LICENSE.md create mode 100644 aces_1.0.2/LICENSE.md create mode 100644 aces_1.0.3/LICENSE.md create mode 100644 aces_1.1/LICENSE.md create mode 100644 aces_1.2/LICENSE.md diff --git a/LICENSE.AMPAS b/LICENSE.AMPAS new file mode 100644 index 00000000..dd137ea2 --- /dev/null +++ b/LICENSE.AMPAS @@ -0,0 +1,50 @@ +# 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. + +Copyright © 2014-2021 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). +Portions contributed by others as indicated. All rights reserved. + +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 above copyright notice, 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. + +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. \ No newline at end of file diff --git a/README b/README index c86115ed..0466dfcf 100644 --- a/README +++ b/README @@ -2,3 +2,15 @@ This repository contains all the default color configurations, for use with OpenColorIO. Visit opencolorio.org for additional information. + +Copyright +--------- + +Copyright for the code and artifacts in the "aces_0.1.1", "aces_0.7.1", +"nuke-default", "spi-anim" and "spi-vfx" directories are held by +Sony Pictures Imageworks. + +Copyright for the code and artifacts in the "aces_1.0.1", "aces_1.0.2", +"aces_1.0.3", "aces_1.1" and "aces_1.2" directories are held by the +Academy of Motion Picture Arts and Sciences and are licensed under the +License Terms for Academy Color Encoding System Components. diff --git a/aces_1.0.1/LICENSE.md b/aces_1.0.1/LICENSE.md new file mode 100644 index 00000000..dd137ea2 --- /dev/null +++ b/aces_1.0.1/LICENSE.md @@ -0,0 +1,50 @@ +# 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. + +Copyright © 2014-2021 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). +Portions contributed by others as indicated. All rights reserved. + +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 above copyright notice, 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. + +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. \ No newline at end of file diff --git a/aces_1.0.1/README.md b/aces_1.0.1/README.md index 066452a2..1bbbec4f 100755 --- a/aces_1.0.1/README.md +++ b/aces_1.0.1/README.md @@ -335,3 +335,54 @@ Author The original author of this OCIO config is: - Haarm-Pieter Duiker + +## 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. + +Copyright 2014-2021 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). +Portions contributed by others as indicated. All rights reserved. + +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 above copyright notice, 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. + +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_1.0.1/python/aces_ocio/__init__.py b/aces_1.0.1/python/aces_ocio/__init__.py index 23a4f596..9bb0f5ac 100755 --- a/aces_1.0.1/python/aces_ocio/__init__.py +++ b/aces_1.0.1/python/aces_ocio/__init__.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ ACES OCIO @@ -76,11 +78,13 @@ $ brew install -vd opencolorio --with-python """ -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __major_version__ = '1' diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/__init__.py b/aces_1.0.1/python/aces_ocio/colorspaces/__init__.py index b76e24ee..e1614322 100755 --- a/aces_1.0.1/python/aces_ocio/colorspaces/__init__.py +++ b/aces_1.0.1/python/aces_ocio/colorspaces/__init__.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences import aces import arri diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/aces.py b/aces_1.0.1/python/aces_ocio/colorspaces/aces.py index 50918f90..ef4d1198 100755 --- a/aces_1.0.1/python/aces_ocio/colorspaces/aces.py +++ b/aces_1.0.1/python/aces_ocio/colorspaces/aces.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *ACES* colorspaces conversions and transfer functions. @@ -27,11 +29,13 @@ sanitize, compact) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['ACES_AP1_TO_AP0', diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/arri.py b/aces_1.0.1/python/aces_ocio/colorspaces/arri.py index 6b57b4a3..227cf5d4 100755 --- a/aces_1.0.1/python/aces_ocio/colorspaces/arri.py +++ b/aces_1.0.1/python/aces_ocio/colorspaces/arri.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *ARRI* colorspaces conversions and transfer functions. @@ -16,11 +18,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33, sanitize -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_log_c', diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/canon.py b/aces_1.0.1/python/aces_ocio/colorspaces/canon.py index bbb5c8af..55b234a7 100755 --- a/aces_1.0.1/python/aces_ocio/colorspaces/canon.py +++ b/aces_1.0.1/python/aces_ocio/colorspaces/canon.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Canon* colorspaces conversions and transfer functions. @@ -15,11 +17,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_c_log', diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/general.py b/aces_1.0.1/python/aces_ocio/colorspaces/general.py index b187913b..6b99186c 100755 --- a/aces_1.0.1/python/aces_ocio/colorspaces/general.py +++ b/aces_1.0.1/python/aces_ocio/colorspaces/general.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for general colorspaces conversions and transfer functions. @@ -16,11 +18,13 @@ from aces_ocio.colorspaces import aces from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_matrix_colorspace', diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/gopro.py b/aces_1.0.1/python/aces_ocio/colorspaces/gopro.py index fbcafb81..0a47b198 100755 --- a/aces_1.0.1/python/aces_ocio/colorspaces/gopro.py +++ b/aces_1.0.1/python/aces_ocio/colorspaces/gopro.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *GoPro* colorspaces conversions and transfer functions. @@ -15,11 +17,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import (ColorSpace, sanitize) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_protune', diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/panasonic.py b/aces_1.0.1/python/aces_ocio/colorspaces/panasonic.py index 9e5e0948..35db0935 100755 --- a/aces_1.0.1/python/aces_ocio/colorspaces/panasonic.py +++ b/aces_1.0.1/python/aces_ocio/colorspaces/panasonic.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Panasonic* colorspaces conversions and transfer @@ -14,11 +16,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_v_log', diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/red.py b/aces_1.0.1/python/aces_ocio/colorspaces/red.py index eefe9ef3..6f1218fb 100755 --- a/aces_1.0.1/python/aces_ocio/colorspaces/red.py +++ b/aces_1.0.1/python/aces_ocio/colorspaces/red.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *RED* colorspaces conversions and transfer functions. @@ -15,11 +17,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_red_log_film', diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/sony.py b/aces_1.0.1/python/aces_ocio/colorspaces/sony.py index 981b6875..455583ac 100755 --- a/aces_1.0.1/python/aces_ocio/colorspaces/sony.py +++ b/aces_1.0.1/python/aces_ocio/colorspaces/sony.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Sony* colorspaces conversions and transfer functions. @@ -15,11 +17,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_s_log', diff --git a/aces_1.0.1/python/aces_ocio/generate_config.py b/aces_1.0.1/python/aces_ocio/generate_config.py index ab24b734..fd03eca9 100755 --- a/aces_1.0.1/python/aces_ocio/generate_config.py +++ b/aces_1.0.1/python/aces_ocio/generate_config.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines objects creating the *ACES* configuration. @@ -30,11 +32,13 @@ replace, unpack_default) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['ACES_OCIO_CTL_DIRECTORY_ENVIRON', diff --git a/aces_1.0.1/python/aces_ocio/generate_lut.py b/aces_1.0.1/python/aces_ocio/generate_lut.py index 5bcd9dab..4150d820 100755 --- a/aces_1.0.1/python/aces_ocio/generate_lut.py +++ b/aces_1.0.1/python/aces_ocio/generate_lut.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines objects to generate various kind of 1D and 3D LUTs in various file @@ -15,11 +17,13 @@ from aces_ocio.process import Process -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['generate_1d_LUT_image', diff --git a/aces_1.0.1/python/aces_ocio/process.py b/aces_1.0.1/python/aces_ocio/process.py index 5758b5e7..69069755 100755 --- a/aces_1.0.1/python/aces_ocio/process.py +++ b/aces_1.0.1/python/aces_ocio/process.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ A process wrapper class that maintains the text output and execution status of @@ -12,11 +14,13 @@ import sys import traceback -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['read_text', diff --git a/aces_1.0.1/python/aces_ocio/tests/__init__.py b/aces_1.0.1/python/aces_ocio/tests/__init__.py index faa18be5..b2e35b0f 100755 --- a/aces_1.0.1/python/aces_ocio/tests/__init__.py +++ b/aces_1.0.1/python/aces_ocio/tests/__init__.py @@ -1,2 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences diff --git a/aces_1.0.1/python/aces_ocio/tests/tests_aces_config.py b/aces_1.0.1/python/aces_ocio/tests/tests_aces_config.py index fb7524aa..1a56d1a3 100755 --- a/aces_1.0.1/python/aces_ocio/tests/tests_aces_config.py +++ b/aces_1.0.1/python/aces_ocio/tests/tests_aces_config.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines unit tests for *ACES* configuration. @@ -23,11 +25,13 @@ ACES_OCIO_CTL_DIRECTORY_ENVIRON, generate_config) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['REFERENCE_CONFIG_ROOT_DIRECTORY', diff --git a/aces_1.0.1/python/aces_ocio/utilities.py b/aces_1.0.1/python/aces_ocio/utilities.py index 947bf936..9ba13bcb 100755 --- a/aces_1.0.1/python/aces_ocio/utilities.py +++ b/aces_1.0.1/python/aces_ocio/utilities.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines various package utilities objects. @@ -14,11 +16,13 @@ import PyOpenColorIO as ocio -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['ColorSpace', diff --git a/aces_1.0.1/python/bin/create_aces_config b/aces_1.0.1/python/bin/create_aces_config index b62606d5..07b2dd58 100755 --- a/aces_1.0.1/python/bin/create_aces_config +++ b/aces_1.0.1/python/bin/create_aces_config @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. @@ -14,11 +16,13 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_config import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.0.1/python/bin/generate_lut b/aces_1.0.1/python/bin/generate_lut index 80a8f0a6..08ae49c8 100755 --- a/aces_1.0.1/python/bin/generate_lut +++ b/aces_1.0.1/python/bin/generate_lut @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. @@ -14,11 +16,13 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_lut import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.0.1/python/bin/tests_aces_config b/aces_1.0.1/python/bin/tests_aces_config index 190c40f4..78b2c199 100755 --- a/aces_1.0.1/python/bin/tests_aces_config +++ b/aces_1.0.1/python/bin/tests_aces_config @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Tests the *ACES* configuration. @@ -15,11 +17,13 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.tests.tests_aces_config import * -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' if __name__ == '__main__': diff --git a/aces_1.0.2/LICENSE.md b/aces_1.0.2/LICENSE.md new file mode 100644 index 00000000..dd137ea2 --- /dev/null +++ b/aces_1.0.2/LICENSE.md @@ -0,0 +1,50 @@ +# 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. + +Copyright © 2014-2021 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). +Portions contributed by others as indicated. All rights reserved. + +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 above copyright notice, 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. + +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. \ No newline at end of file diff --git a/aces_1.0.2/README.md b/aces_1.0.2/README.md index 1648413d..65d51045 100644 --- a/aces_1.0.2/README.md +++ b/aces_1.0.2/README.md @@ -335,3 +335,54 @@ Author The original author of this OCIO config is: - Haarm-Pieter Duiker + +## 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. + +Copyright 2014-2021 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). +Portions contributed by others as indicated. All rights reserved. + +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 above copyright notice, 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. + +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_1.0.2/python/aces_ocio/__init__.py b/aces_1.0.2/python/aces_ocio/__init__.py index 23a4f596..9bb0f5ac 100644 --- a/aces_1.0.2/python/aces_ocio/__init__.py +++ b/aces_1.0.2/python/aces_ocio/__init__.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ ACES OCIO @@ -76,11 +78,13 @@ $ brew install -vd opencolorio --with-python """ -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __major_version__ = '1' diff --git a/aces_1.0.2/python/aces_ocio/colorspaces/__init__.py b/aces_1.0.2/python/aces_ocio/colorspaces/__init__.py index b76e24ee..e1614322 100644 --- a/aces_1.0.2/python/aces_ocio/colorspaces/__init__.py +++ b/aces_1.0.2/python/aces_ocio/colorspaces/__init__.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences import aces import arri diff --git a/aces_1.0.2/python/aces_ocio/colorspaces/aces.py b/aces_1.0.2/python/aces_ocio/colorspaces/aces.py index bfc9d555..b8b83285 100644 --- a/aces_1.0.2/python/aces_ocio/colorspaces/aces.py +++ b/aces_1.0.2/python/aces_ocio/colorspaces/aces.py @@ -27,11 +27,14 @@ sanitize, compact) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['ACES_AP1_TO_AP0', diff --git a/aces_1.0.2/python/aces_ocio/colorspaces/arri.py b/aces_1.0.2/python/aces_ocio/colorspaces/arri.py index 6b57b4a3..227cf5d4 100644 --- a/aces_1.0.2/python/aces_ocio/colorspaces/arri.py +++ b/aces_1.0.2/python/aces_ocio/colorspaces/arri.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *ARRI* colorspaces conversions and transfer functions. @@ -16,11 +18,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33, sanitize -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_log_c', diff --git a/aces_1.0.2/python/aces_ocio/colorspaces/canon.py b/aces_1.0.2/python/aces_ocio/colorspaces/canon.py index 5584e9d4..cc7d738e 100644 --- a/aces_1.0.2/python/aces_ocio/colorspaces/canon.py +++ b/aces_1.0.2/python/aces_ocio/colorspaces/canon.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Canon* colorspaces conversions and transfer functions. @@ -15,11 +17,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_c_log', diff --git a/aces_1.0.2/python/aces_ocio/colorspaces/general.py b/aces_1.0.2/python/aces_ocio/colorspaces/general.py index a8cafe59..cf709119 100644 --- a/aces_1.0.2/python/aces_ocio/colorspaces/general.py +++ b/aces_1.0.2/python/aces_ocio/colorspaces/general.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for general colorspaces conversions and transfer functions. @@ -16,11 +18,13 @@ from aces_ocio.colorspaces import aces from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_matrix_colorspace', diff --git a/aces_1.0.2/python/aces_ocio/colorspaces/gopro.py b/aces_1.0.2/python/aces_ocio/colorspaces/gopro.py index fbcafb81..0a47b198 100644 --- a/aces_1.0.2/python/aces_ocio/colorspaces/gopro.py +++ b/aces_1.0.2/python/aces_ocio/colorspaces/gopro.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *GoPro* colorspaces conversions and transfer functions. @@ -15,11 +17,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import (ColorSpace, sanitize) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_protune', diff --git a/aces_1.0.2/python/aces_ocio/colorspaces/panasonic.py b/aces_1.0.2/python/aces_ocio/colorspaces/panasonic.py index 9e5e0948..35db0935 100644 --- a/aces_1.0.2/python/aces_ocio/colorspaces/panasonic.py +++ b/aces_1.0.2/python/aces_ocio/colorspaces/panasonic.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Panasonic* colorspaces conversions and transfer @@ -14,11 +16,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_v_log', diff --git a/aces_1.0.2/python/aces_ocio/colorspaces/red.py b/aces_1.0.2/python/aces_ocio/colorspaces/red.py index eefe9ef3..6f1218fb 100644 --- a/aces_1.0.2/python/aces_ocio/colorspaces/red.py +++ b/aces_1.0.2/python/aces_ocio/colorspaces/red.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *RED* colorspaces conversions and transfer functions. @@ -15,11 +17,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_red_log_film', diff --git a/aces_1.0.2/python/aces_ocio/colorspaces/sony.py b/aces_1.0.2/python/aces_ocio/colorspaces/sony.py index 981b6875..455583ac 100644 --- a/aces_1.0.2/python/aces_ocio/colorspaces/sony.py +++ b/aces_1.0.2/python/aces_ocio/colorspaces/sony.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Sony* colorspaces conversions and transfer functions. @@ -15,11 +17,13 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_s_log', diff --git a/aces_1.0.2/python/aces_ocio/generate_comparison_images.py b/aces_1.0.2/python/aces_ocio/generate_comparison_images.py index ac7b7529..74e2bd8f 100644 --- a/aces_1.0.2/python/aces_ocio/generate_comparison_images.py +++ b/aces_1.0.2/python/aces_ocio/generate_comparison_images.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Generates images comparing the *ACES* Output Transforms from CTL and OCIO. @@ -26,11 +28,13 @@ replace, unpack_default) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['ACES_OCIO_CTL_DIRECTORY_ENVIRON', diff --git a/aces_1.0.2/python/aces_ocio/generate_config.py b/aces_1.0.2/python/aces_ocio/generate_config.py index e2e13b85..13f0feaa 100755 --- a/aces_1.0.2/python/aces_ocio/generate_config.py +++ b/aces_1.0.2/python/aces_ocio/generate_config.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines objects creating the *ACES* configuration. @@ -30,11 +32,13 @@ replace, unpack_default) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['ACES_OCIO_CTL_DIRECTORY_ENVIRON', diff --git a/aces_1.0.2/python/aces_ocio/generate_lut.py b/aces_1.0.2/python/aces_ocio/generate_lut.py index 5bcd9dab..4150d820 100755 --- a/aces_1.0.2/python/aces_ocio/generate_lut.py +++ b/aces_1.0.2/python/aces_ocio/generate_lut.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines objects to generate various kind of 1D and 3D LUTs in various file @@ -15,11 +17,13 @@ from aces_ocio.process import Process -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['generate_1d_LUT_image', diff --git a/aces_1.0.2/python/aces_ocio/process.py b/aces_1.0.2/python/aces_ocio/process.py index 5758b5e7..69069755 100755 --- a/aces_1.0.2/python/aces_ocio/process.py +++ b/aces_1.0.2/python/aces_ocio/process.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ A process wrapper class that maintains the text output and execution status of @@ -12,11 +14,13 @@ import sys import traceback -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['read_text', diff --git a/aces_1.0.2/python/aces_ocio/tests/__init__.py b/aces_1.0.2/python/aces_ocio/tests/__init__.py index faa18be5..b2e35b0f 100644 --- a/aces_1.0.2/python/aces_ocio/tests/__init__.py +++ b/aces_1.0.2/python/aces_ocio/tests/__init__.py @@ -1,2 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences diff --git a/aces_1.0.2/python/aces_ocio/tests/tests_aces_config.py b/aces_1.0.2/python/aces_ocio/tests/tests_aces_config.py index fb7524aa..1a56d1a3 100644 --- a/aces_1.0.2/python/aces_ocio/tests/tests_aces_config.py +++ b/aces_1.0.2/python/aces_ocio/tests/tests_aces_config.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines unit tests for *ACES* configuration. @@ -23,11 +25,13 @@ ACES_OCIO_CTL_DIRECTORY_ENVIRON, generate_config) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['REFERENCE_CONFIG_ROOT_DIRECTORY', diff --git a/aces_1.0.2/python/aces_ocio/utilities.py b/aces_1.0.2/python/aces_ocio/utilities.py index 947bf936..9ba13bcb 100644 --- a/aces_1.0.2/python/aces_ocio/utilities.py +++ b/aces_1.0.2/python/aces_ocio/utilities.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines various package utilities objects. @@ -14,11 +16,13 @@ import PyOpenColorIO as ocio -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['ColorSpace', diff --git a/aces_1.0.2/python/bin/create_aces_config b/aces_1.0.2/python/bin/create_aces_config index b62606d5..07b2dd58 100755 --- a/aces_1.0.2/python/bin/create_aces_config +++ b/aces_1.0.2/python/bin/create_aces_config @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. @@ -14,11 +16,13 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_config import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.0.2/python/bin/generate_comparison_images b/aces_1.0.2/python/bin/generate_comparison_images index 9d4b1d54..a4ee2d2c 100644 --- a/aces_1.0.2/python/bin/generate_comparison_images +++ b/aces_1.0.2/python/bin/generate_comparison_images @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. @@ -14,11 +16,13 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_comparison_images import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.0.2/python/bin/generate_lut b/aces_1.0.2/python/bin/generate_lut index 80a8f0a6..08ae49c8 100755 --- a/aces_1.0.2/python/bin/generate_lut +++ b/aces_1.0.2/python/bin/generate_lut @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. @@ -14,11 +16,13 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_lut import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.0.2/python/bin/tests_aces_config b/aces_1.0.2/python/bin/tests_aces_config index 190c40f4..78b2c199 100755 --- a/aces_1.0.2/python/bin/tests_aces_config +++ b/aces_1.0.2/python/bin/tests_aces_config @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Tests the *ACES* configuration. @@ -15,11 +17,13 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.tests.tests_aces_config import * -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' if __name__ == '__main__': diff --git a/aces_1.0.3/LICENSE.md b/aces_1.0.3/LICENSE.md new file mode 100644 index 00000000..dd137ea2 --- /dev/null +++ b/aces_1.0.3/LICENSE.md @@ -0,0 +1,50 @@ +# 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. + +Copyright © 2014-2021 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). +Portions contributed by others as indicated. All rights reserved. + +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 above copyright notice, 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. + +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. \ No newline at end of file diff --git a/aces_1.0.3/README.md b/aces_1.0.3/README.md index 8af9cf3c..0f1a82d5 100644 --- a/aces_1.0.3/README.md +++ b/aces_1.0.3/README.md @@ -343,3 +343,54 @@ Author The original author of this OCIO config is: - Haarm-Pieter Duiker + +## 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. + +Copyright 2014-2021 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). +Portions contributed by others as indicated. All rights reserved. + +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 above copyright notice, 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. + +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_1.0.3/python/aces_ocio/__init__.py b/aces_1.0.3/python/aces_ocio/__init__.py index 4eda122a..1996bbef 100644 --- a/aces_1.0.3/python/aces_ocio/__init__.py +++ b/aces_1.0.3/python/aces_ocio/__init__.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ ACES OCIO @@ -76,11 +78,14 @@ $ brew install -vd opencolorio --with-python """ -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __major_version__ = '1' diff --git a/aces_1.0.3/python/aces_ocio/colorspaces/__init__.py b/aces_1.0.3/python/aces_ocio/colorspaces/__init__.py index b76e24ee..e1614322 100644 --- a/aces_1.0.3/python/aces_ocio/colorspaces/__init__.py +++ b/aces_1.0.3/python/aces_ocio/colorspaces/__init__.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences import aces import arri diff --git a/aces_1.0.3/python/aces_ocio/colorspaces/aces.py b/aces_1.0.3/python/aces_ocio/colorspaces/aces.py index 11b863af..2ce5a0b7 100644 --- a/aces_1.0.3/python/aces_ocio/colorspaces/aces.py +++ b/aces_1.0.3/python/aces_ocio/colorspaces/aces.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *ACES* colorspaces conversions and transfer functions. @@ -26,11 +28,14 @@ sanitize, compact) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['ACES_AP1_TO_AP0', diff --git a/aces_1.0.3/python/aces_ocio/colorspaces/arri.py b/aces_1.0.3/python/aces_ocio/colorspaces/arri.py index afb3682a..9ef1be38 100644 --- a/aces_1.0.3/python/aces_ocio/colorspaces/arri.py +++ b/aces_1.0.3/python/aces_ocio/colorspaces/arri.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *ARRI* colorspaces conversions and transfer functions. @@ -16,11 +18,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33, sanitize -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_log_c', diff --git a/aces_1.0.3/python/aces_ocio/colorspaces/canon.py b/aces_1.0.3/python/aces_ocio/colorspaces/canon.py index f692ce45..fc80169d 100644 --- a/aces_1.0.3/python/aces_ocio/colorspaces/canon.py +++ b/aces_1.0.3/python/aces_ocio/colorspaces/canon.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Canon* colorspaces conversions and transfer functions. @@ -15,11 +17,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_c_log', diff --git a/aces_1.0.3/python/aces_ocio/colorspaces/general.py b/aces_1.0.3/python/aces_ocio/colorspaces/general.py index f6e66f42..3bc86bab 100644 --- a/aces_1.0.3/python/aces_ocio/colorspaces/general.py +++ b/aces_1.0.3/python/aces_ocio/colorspaces/general.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for general colorspaces conversions and transfer functions. @@ -17,11 +19,14 @@ from aces_ocio.colorspaces import aces from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_matrix_colorspace', diff --git a/aces_1.0.3/python/aces_ocio/colorspaces/gopro.py b/aces_1.0.3/python/aces_ocio/colorspaces/gopro.py index e5f9908e..d73fa5db 100644 --- a/aces_1.0.3/python/aces_ocio/colorspaces/gopro.py +++ b/aces_1.0.3/python/aces_ocio/colorspaces/gopro.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *GoPro* colorspaces conversions and transfer functions. @@ -15,11 +17,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import (ColorSpace, sanitize) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_protune', diff --git a/aces_1.0.3/python/aces_ocio/colorspaces/panasonic.py b/aces_1.0.3/python/aces_ocio/colorspaces/panasonic.py index b50933a7..158fc676 100644 --- a/aces_1.0.3/python/aces_ocio/colorspaces/panasonic.py +++ b/aces_1.0.3/python/aces_ocio/colorspaces/panasonic.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Panasonic* colorspaces conversions and transfer @@ -14,11 +16,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_v_log', diff --git a/aces_1.0.3/python/aces_ocio/colorspaces/red.py b/aces_1.0.3/python/aces_ocio/colorspaces/red.py index 2d74dbef..1d5973e0 100644 --- a/aces_1.0.3/python/aces_ocio/colorspaces/red.py +++ b/aces_1.0.3/python/aces_ocio/colorspaces/red.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *RED* colorspaces conversions and transfer functions. @@ -15,11 +17,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_red_log_film', diff --git a/aces_1.0.3/python/aces_ocio/colorspaces/sony.py b/aces_1.0.3/python/aces_ocio/colorspaces/sony.py index c267ccc5..644f8de1 100644 --- a/aces_1.0.3/python/aces_ocio/colorspaces/sony.py +++ b/aces_1.0.3/python/aces_ocio/colorspaces/sony.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Sony* colorspaces conversions and transfer functions. @@ -15,11 +17,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_s_log', diff --git a/aces_1.0.3/python/aces_ocio/generate_comparison_images.py b/aces_1.0.3/python/aces_ocio/generate_comparison_images.py index acc0849d..2659baeb 100644 --- a/aces_1.0.3/python/aces_ocio/generate_comparison_images.py +++ b/aces_1.0.3/python/aces_ocio/generate_comparison_images.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Generates images comparing the *ACES* Output Transforms from *CTL* and *OCIO*. @@ -20,11 +22,14 @@ from aces_ocio.generate_lut import ( apply_CTL_to_image) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['apply_ocio_to_image' diff --git a/aces_1.0.3/python/aces_ocio/generate_config.py b/aces_1.0.3/python/aces_ocio/generate_config.py index 7a40c9fc..b7138562 100644 --- a/aces_1.0.3/python/aces_ocio/generate_config.py +++ b/aces_1.0.3/python/aces_ocio/generate_config.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines objects creating the *ACES* configuration. @@ -31,11 +33,14 @@ replace, unpack_default) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['ACES_OCIO_CTL_DIRECTORY_ENVIRON', diff --git a/aces_1.0.3/python/aces_ocio/generate_lut.py b/aces_1.0.3/python/aces_ocio/generate_lut.py index 11958ddf..7f1ebb29 100644 --- a/aces_1.0.3/python/aces_ocio/generate_lut.py +++ b/aces_1.0.3/python/aces_ocio/generate_lut.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines objects to generate various kind of 1D and 3D LUTs in various file @@ -15,11 +17,14 @@ from aces_ocio.process import Process -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['generate_1d_LUT_image', diff --git a/aces_1.0.3/python/aces_ocio/process.py b/aces_1.0.3/python/aces_ocio/process.py index 5df76907..3be6fbbd 100644 --- a/aces_1.0.3/python/aces_ocio/process.py +++ b/aces_1.0.3/python/aces_ocio/process.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ A process wrapper class that maintains the text output and execution status of @@ -12,11 +14,14 @@ import sys import traceback -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['read_text', diff --git a/aces_1.0.3/python/aces_ocio/tests/__init__.py b/aces_1.0.3/python/aces_ocio/tests/__init__.py index faa18be5..b2e35b0f 100644 --- a/aces_1.0.3/python/aces_ocio/tests/__init__.py +++ b/aces_1.0.3/python/aces_ocio/tests/__init__.py @@ -1,2 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences diff --git a/aces_1.0.3/python/aces_ocio/tests/tests_aces_config.py b/aces_1.0.3/python/aces_ocio/tests/tests_aces_config.py index bcb8b632..b415c6f9 100644 --- a/aces_1.0.3/python/aces_ocio/tests/tests_aces_config.py +++ b/aces_1.0.3/python/aces_ocio/tests/tests_aces_config.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines unit tests for *ACES* configuration. @@ -23,11 +25,14 @@ ACES_OCIO_CTL_DIRECTORY_ENVIRON, generate_config) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['REFERENCE_CONFIG_ROOT_DIRECTORY', diff --git a/aces_1.0.3/python/aces_ocio/utilities.py b/aces_1.0.3/python/aces_ocio/utilities.py index 12782d30..eb9749b8 100644 --- a/aces_1.0.3/python/aces_ocio/utilities.py +++ b/aces_1.0.3/python/aces_ocio/utilities.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines various package utilities objects. @@ -14,11 +16,14 @@ import PyOpenColorIO as ocio -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['ColorSpace', diff --git a/aces_1.0.3/python/bin/create_aces_config b/aces_1.0.3/python/bin/create_aces_config index 1bb3fb2d..6377184e 100755 --- a/aces_1.0.3/python/bin/create_aces_config +++ b/aces_1.0.3/python/bin/create_aces_config @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. @@ -14,11 +16,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_config import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.0.3/python/bin/generate_comparison_images b/aces_1.0.3/python/bin/generate_comparison_images index 883c6565..bfefb3cf 100755 --- a/aces_1.0.3/python/bin/generate_comparison_images +++ b/aces_1.0.3/python/bin/generate_comparison_images @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. @@ -14,11 +16,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_comparison_images import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.0.3/python/bin/generate_lut b/aces_1.0.3/python/bin/generate_lut index eaf5b8fa..f1a729e9 100755 --- a/aces_1.0.3/python/bin/generate_lut +++ b/aces_1.0.3/python/bin/generate_lut @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. @@ -14,11 +16,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_lut import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.0.3/python/bin/tests_aces_config b/aces_1.0.3/python/bin/tests_aces_config index f7dcb4be..59fb577c 100755 --- a/aces_1.0.3/python/bin/tests_aces_config +++ b/aces_1.0.3/python/bin/tests_aces_config @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Tests the *ACES* configuration. @@ -15,11 +17,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.tests.tests_aces_config import * -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' if __name__ == '__main__': diff --git a/aces_1.1/LICENSE.md b/aces_1.1/LICENSE.md new file mode 100644 index 00000000..dd137ea2 --- /dev/null +++ b/aces_1.1/LICENSE.md @@ -0,0 +1,50 @@ +# 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. + +Copyright © 2014-2021 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). +Portions contributed by others as indicated. All rights reserved. + +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 above copyright notice, 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. + +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. \ No newline at end of file diff --git a/aces_1.1/README.md b/aces_1.1/README.md index 9471a97d..88dca1f8 100644 --- a/aces_1.1/README.md +++ b/aces_1.1/README.md @@ -386,3 +386,54 @@ The current maintainers are: - Thomas Mansencal - Michael Parsons + +## 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. + +Copyright 2014-2021 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). +Portions contributed by others as indicated. All rights reserved. + +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 above copyright notice, 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. + +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_1.1/python/aces_ocio/__init__.py b/aces_1.1/python/aces_ocio/__init__.py index 596cbc23..9960fbdb 100644 --- a/aces_1.1/python/aces_ocio/__init__.py +++ b/aces_1.1/python/aces_ocio/__init__.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ ACES OCIO ========= @@ -75,11 +77,14 @@ $ brew install -vd opencolorio --with-python """ -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __major_version__ = '1' diff --git a/aces_1.1/python/aces_ocio/colorspaces/__init__.py b/aces_1.1/python/aces_ocio/colorspaces/__init__.py index 4ee61f67..4580d22d 100644 --- a/aces_1.1/python/aces_ocio/colorspaces/__init__.py +++ b/aces_1.1/python/aces_ocio/colorspaces/__init__.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences from . import aces from . import arri diff --git a/aces_1.1/python/aces_ocio/colorspaces/aces.py b/aces_1.1/python/aces_ocio/colorspaces/aces.py index 420a0278..16da2ade 100644 --- a/aces_1.1/python/aces_ocio/colorspaces/aces.py +++ b/aces_1.1/python/aces_ocio/colorspaces/aces.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *ACES* colorspaces conversions and transfer functions. """ @@ -20,11 +22,14 @@ from aces_ocio.utilities import (ColorSpace, mat44_from_mat33, sanitize, compact) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.1/python/aces_ocio/colorspaces/arri.py b/aces_1.1/python/aces_ocio/colorspaces/arri.py index 56824d9e..d3ab285c 100644 --- a/aces_1.1/python/aces_ocio/colorspaces/arri.py +++ b/aces_1.1/python/aces_ocio/colorspaces/arri.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *ARRI* colorspaces conversions and transfer functions. """ @@ -15,11 +17,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33, sanitize -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_LogC', 'create_colorspaces'] diff --git a/aces_1.1/python/aces_ocio/colorspaces/canon.py b/aces_1.1/python/aces_ocio/colorspaces/canon.py index 2b2c3250..ceb2226e 100644 --- a/aces_1.1/python/aces_ocio/colorspaces/canon.py +++ b/aces_1.1/python/aces_ocio/colorspaces/canon.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Canon* colorspaces conversions and transfer functions. """ @@ -14,11 +16,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_CLog', 'create_colorspaces'] diff --git a/aces_1.1/python/aces_ocio/colorspaces/general.py b/aces_1.1/python/aces_ocio/colorspaces/general.py index 5ced1ae7..337ab3dc 100644 --- a/aces_1.1/python/aces_ocio/colorspaces/general.py +++ b/aces_1.1/python/aces_ocio/colorspaces/general.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for general colorspaces conversions and transfer functions. """ @@ -16,11 +18,14 @@ from aces_ocio.colorspaces import aces from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.1/python/aces_ocio/colorspaces/gopro.py b/aces_1.1/python/aces_ocio/colorspaces/gopro.py index 7b89d947..771b6717 100644 --- a/aces_1.1/python/aces_ocio/colorspaces/gopro.py +++ b/aces_1.1/python/aces_ocio/colorspaces/gopro.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *GoPro* colorspaces conversions and transfer functions. """ @@ -14,11 +16,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, sanitize -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_Protune', 'create_colorspaces'] diff --git a/aces_1.1/python/aces_ocio/colorspaces/panasonic.py b/aces_1.1/python/aces_ocio/colorspaces/panasonic.py index f7ff467e..2104b7f8 100644 --- a/aces_1.1/python/aces_ocio/colorspaces/panasonic.py +++ b/aces_1.1/python/aces_ocio/colorspaces/panasonic.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Panasonic* colorspaces conversions and transfer functions. @@ -15,11 +17,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_VLog', 'create_colorspaces'] diff --git a/aces_1.1/python/aces_ocio/colorspaces/red.py b/aces_1.1/python/aces_ocio/colorspaces/red.py index 31e16513..62bc7b77 100644 --- a/aces_1.1/python/aces_ocio/colorspaces/red.py +++ b/aces_1.1/python/aces_ocio/colorspaces/red.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *RED* colorspaces conversions and transfer functions. """ @@ -14,11 +16,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_REDLog_film', 'create_colorspaces'] diff --git a/aces_1.1/python/aces_ocio/colorspaces/sony.py b/aces_1.1/python/aces_ocio/colorspaces/sony.py index 6760e757..6b07fe70 100644 --- a/aces_1.1/python/aces_ocio/colorspaces/sony.py +++ b/aces_1.1/python/aces_ocio/colorspaces/sony.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Sony* colorspaces conversions and transfer functions. """ @@ -14,11 +16,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_SLog', 'create_colorspaces'] diff --git a/aces_1.1/python/aces_ocio/generate_comparison_images.py b/aces_1.1/python/aces_ocio/generate_comparison_images.py index b3613419..5ae6a157 100644 --- a/aces_1.1/python/aces_ocio/generate_comparison_images.py +++ b/aces_1.1/python/aces_ocio/generate_comparison_images.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Generates images comparing the *ACES* Output Transforms from *CTL* and *OCIO*. """ @@ -17,11 +19,14 @@ from aces_ocio.generate_lut import (apply_CTL_to_image) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.1/python/aces_ocio/generate_config.py b/aces_1.1/python/aces_ocio/generate_config.py index cef3af0b..b43fb609 100644 --- a/aces_1.1/python/aces_ocio/generate_config.py +++ b/aces_1.1/python/aces_ocio/generate_config.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines objects creating the *ACES* configuration. """ @@ -26,11 +28,14 @@ from aces_ocio.utilities import (ColorSpace, colorspace_prefixed_name, compact, replace, unpack_default) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.1/python/aces_ocio/generate_lut.py b/aces_1.1/python/aces_ocio/generate_lut.py index e65d8452..6cdd3cdc 100644 --- a/aces_1.1/python/aces_ocio/generate_lut.py +++ b/aces_1.1/python/aces_ocio/generate_lut.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines objects to generate various kind of 1D and 3D LUTs in various file formats. @@ -15,11 +17,14 @@ from aces_ocio.process import Process -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.1/python/aces_ocio/process.py b/aces_1.1/python/aces_ocio/process.py index c306822b..3c4f3b34 100644 --- a/aces_1.1/python/aces_ocio/process.py +++ b/aces_1.1/python/aces_ocio/process.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ A process wrapper class that maintains the text output and execution status of a process or a list of other process wrappers which carry such data. @@ -9,11 +11,14 @@ import sys import traceback -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['read_text', 'write_text', 'Process', 'ProcessList', 'main'] diff --git a/aces_1.1/python/aces_ocio/tests/__init__.py b/aces_1.1/python/aces_ocio/tests/__init__.py index faa18be5..b2e35b0f 100644 --- a/aces_1.1/python/aces_ocio/tests/__init__.py +++ b/aces_1.1/python/aces_ocio/tests/__init__.py @@ -1,2 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences diff --git a/aces_1.1/python/aces_ocio/tests/tests_aces_config.py b/aces_1.1/python/aces_ocio/tests/tests_aces_config.py index e817c4b9..728afea3 100644 --- a/aces_1.1/python/aces_ocio/tests/tests_aces_config.py +++ b/aces_1.1/python/aces_ocio/tests/tests_aces_config.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines unit tests for *ACES* configuration. """ @@ -21,11 +23,14 @@ from aces_ocio.generate_config import (ACES_OCIO_CTL_DIRECTORY_ENVIRON, generate_config) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.1/python/aces_ocio/utilities.py b/aces_1.1/python/aces_ocio/utilities.py index 7a9bb052..a35e05c0 100644 --- a/aces_1.1/python/aces_ocio/utilities.py +++ b/aces_1.1/python/aces_ocio/utilities.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines various package utilities objects. """ @@ -13,11 +15,14 @@ import PyOpenColorIO as ocio -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.1/python/bin/create_aces_config b/aces_1.1/python/bin/create_aces_config index e53a0d5a..198eabe5 100755 --- a/aces_1.1/python/bin/create_aces_config +++ b/aces_1.1/python/bin/create_aces_config @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. """ @@ -13,11 +15,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_config import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.1/python/bin/generate_comparison_images b/aces_1.1/python/bin/generate_comparison_images index 42c8f6ad..ccfeae67 100755 --- a/aces_1.1/python/bin/generate_comparison_images +++ b/aces_1.1/python/bin/generate_comparison_images @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. """ @@ -13,11 +15,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_comparison_images import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.1/python/bin/generate_lut b/aces_1.1/python/bin/generate_lut index ceafccfc..4f4c571e 100755 --- a/aces_1.1/python/bin/generate_lut +++ b/aces_1.1/python/bin/generate_lut @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. """ @@ -13,11 +15,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_lut import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.1/python/bin/tests_aces_config b/aces_1.1/python/bin/tests_aces_config index 27b6a358..312f02ca 100755 --- a/aces_1.1/python/bin/tests_aces_config +++ b/aces_1.1/python/bin/tests_aces_config @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Tests the *ACES* configuration. """ @@ -14,11 +16,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.tests.tests_aces_config import * -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' if __name__ == '__main__': diff --git a/aces_1.2/LICENSE.md b/aces_1.2/LICENSE.md new file mode 100644 index 00000000..dd137ea2 --- /dev/null +++ b/aces_1.2/LICENSE.md @@ -0,0 +1,50 @@ +# 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. + +Copyright © 2014-2021 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). +Portions contributed by others as indicated. All rights reserved. + +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 above copyright notice, 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. + +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. \ No newline at end of file diff --git a/aces_1.2/README.md b/aces_1.2/README.md index 8223adf7..8e5c8553 100644 --- a/aces_1.2/README.md +++ b/aces_1.2/README.md @@ -392,3 +392,54 @@ The current maintainers are: - Thomas Mansencal - Michael Parsons + +## 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. + +Copyright 2014-2021 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.). +Portions contributed by others as indicated. All rights reserved. + +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 above copyright notice, 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. + +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_1.2/python/aces_ocio/__init__.py b/aces_1.2/python/aces_ocio/__init__.py index 596cbc23..9960fbdb 100644 --- a/aces_1.2/python/aces_ocio/__init__.py +++ b/aces_1.2/python/aces_ocio/__init__.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ ACES OCIO ========= @@ -75,11 +77,14 @@ $ brew install -vd opencolorio --with-python """ -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __major_version__ = '1' diff --git a/aces_1.2/python/aces_ocio/colorspaces/__init__.py b/aces_1.2/python/aces_ocio/colorspaces/__init__.py index 4ee61f67..4580d22d 100644 --- a/aces_1.2/python/aces_ocio/colorspaces/__init__.py +++ b/aces_1.2/python/aces_ocio/colorspaces/__init__.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences from . import aces from . import arri diff --git a/aces_1.2/python/aces_ocio/colorspaces/aces.py b/aces_1.2/python/aces_ocio/colorspaces/aces.py index 83ff1342..11d8654a 100644 --- a/aces_1.2/python/aces_ocio/colorspaces/aces.py +++ b/aces_1.2/python/aces_ocio/colorspaces/aces.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *ACES* colorspaces conversions and transfer functions. """ @@ -20,11 +22,14 @@ from aces_ocio.utilities import (ColorSpace, mat44_from_mat33, sanitize, compact) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.2/python/aces_ocio/colorspaces/arri.py b/aces_1.2/python/aces_ocio/colorspaces/arri.py index ff1b9501..136c93f5 100644 --- a/aces_1.2/python/aces_ocio/colorspaces/arri.py +++ b/aces_1.2/python/aces_ocio/colorspaces/arri.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *ARRI* colorspaces conversions and transfer functions. """ @@ -15,11 +17,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33, sanitize -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_LogC', 'create_colorspaces'] diff --git a/aces_1.2/python/aces_ocio/colorspaces/canon.py b/aces_1.2/python/aces_ocio/colorspaces/canon.py index 878be740..db7be1c9 100644 --- a/aces_1.2/python/aces_ocio/colorspaces/canon.py +++ b/aces_1.2/python/aces_ocio/colorspaces/canon.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Canon* colorspaces conversions and transfer functions. """ @@ -14,11 +16,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_CLog', 'create_colorspaces'] diff --git a/aces_1.2/python/aces_ocio/colorspaces/general.py b/aces_1.2/python/aces_ocio/colorspaces/general.py index 17e849bf..d4745931 100644 --- a/aces_1.2/python/aces_ocio/colorspaces/general.py +++ b/aces_1.2/python/aces_ocio/colorspaces/general.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for general colorspaces conversions and transfer functions. """ @@ -16,11 +18,14 @@ from aces_ocio.colorspaces import aces from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.2/python/aces_ocio/colorspaces/gopro.py b/aces_1.2/python/aces_ocio/colorspaces/gopro.py index 0f182d59..bc97bcbe 100644 --- a/aces_1.2/python/aces_ocio/colorspaces/gopro.py +++ b/aces_1.2/python/aces_ocio/colorspaces/gopro.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *GoPro* colorspaces conversions and transfer functions. """ @@ -14,11 +16,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, sanitize -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_Protune', 'create_colorspaces'] diff --git a/aces_1.2/python/aces_ocio/colorspaces/panasonic.py b/aces_1.2/python/aces_ocio/colorspaces/panasonic.py index 4de15c58..1ca8a9bd 100644 --- a/aces_1.2/python/aces_ocio/colorspaces/panasonic.py +++ b/aces_1.2/python/aces_ocio/colorspaces/panasonic.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Panasonic* colorspaces conversions and transfer functions. @@ -15,11 +17,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_VLog', 'create_colorspaces'] diff --git a/aces_1.2/python/aces_ocio/colorspaces/red.py b/aces_1.2/python/aces_ocio/colorspaces/red.py index 2536b46b..d4cb5477 100644 --- a/aces_1.2/python/aces_ocio/colorspaces/red.py +++ b/aces_1.2/python/aces_ocio/colorspaces/red.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *RED* colorspaces conversions and transfer functions. """ @@ -14,11 +16,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_REDLog_film', 'create_colorspaces'] diff --git a/aces_1.2/python/aces_ocio/colorspaces/sony.py b/aces_1.2/python/aces_ocio/colorspaces/sony.py index 39223b6f..4df5fff3 100644 --- a/aces_1.2/python/aces_ocio/colorspaces/sony.py +++ b/aces_1.2/python/aces_ocio/colorspaces/sony.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Implements support for *Sony* colorspaces conversions and transfer functions. """ @@ -14,11 +16,14 @@ import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33 -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['create_SLog', 'create_colorspaces'] diff --git a/aces_1.2/python/aces_ocio/generate_comparison_images.py b/aces_1.2/python/aces_ocio/generate_comparison_images.py index 11140810..cf44dc1e 100644 --- a/aces_1.2/python/aces_ocio/generate_comparison_images.py +++ b/aces_1.2/python/aces_ocio/generate_comparison_images.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Generates images comparing the *ACES* Output Transforms from *CTL* and *OCIO*. """ @@ -17,11 +19,14 @@ from aces_ocio.generate_lut import (apply_CTL_to_image) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.2/python/aces_ocio/generate_config.py b/aces_1.2/python/aces_ocio/generate_config.py index 91d5fcf9..2280c110 100644 --- a/aces_1.2/python/aces_ocio/generate_config.py +++ b/aces_1.2/python/aces_ocio/generate_config.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines objects creating the *ACES* configuration. """ @@ -27,11 +29,14 @@ from aces_ocio.utilities import (ColorSpace, colorspace_prefixed_name, compact, replace, unpack_default, cmp) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.2/python/aces_ocio/generate_lut.py b/aces_1.2/python/aces_ocio/generate_lut.py index 05880ab4..efa017dc 100644 --- a/aces_1.2/python/aces_ocio/generate_lut.py +++ b/aces_1.2/python/aces_ocio/generate_lut.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines objects to generate various kind of 1D and 3D LUTs in various file formats. @@ -16,11 +18,14 @@ from aces_ocio.process import Process -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.2/python/aces_ocio/process.py b/aces_1.2/python/aces_ocio/process.py index 693b8fc2..867e6443 100644 --- a/aces_1.2/python/aces_ocio/process.py +++ b/aces_1.2/python/aces_ocio/process.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ A process wrapper class that maintains the text output and execution status of a process or a list of other process wrappers which carry such data. @@ -9,11 +11,14 @@ import sys import traceback -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = ['read_text', 'write_text', 'Process', 'ProcessList', 'main'] diff --git a/aces_1.2/python/aces_ocio/tests/__init__.py b/aces_1.2/python/aces_ocio/tests/__init__.py index faa18be5..b2e35b0f 100644 --- a/aces_1.2/python/aces_ocio/tests/__init__.py +++ b/aces_1.2/python/aces_ocio/tests/__init__.py @@ -1,2 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences diff --git a/aces_1.2/python/aces_ocio/tests/tests_aces_config.py b/aces_1.2/python/aces_ocio/tests/tests_aces_config.py index e817c4b9..728afea3 100644 --- a/aces_1.2/python/aces_ocio/tests/tests_aces_config.py +++ b/aces_1.2/python/aces_ocio/tests/tests_aces_config.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines unit tests for *ACES* configuration. """ @@ -21,11 +23,14 @@ from aces_ocio.generate_config import (ACES_OCIO_CTL_DIRECTORY_ENVIRON, generate_config) -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.2/python/aces_ocio/utilities.py b/aces_1.2/python/aces_ocio/utilities.py index 8dd690ba..f574b1df 100644 --- a/aces_1.2/python/aces_ocio/utilities.py +++ b/aces_1.2/python/aces_ocio/utilities.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Defines various package utilities objects. """ @@ -13,11 +15,14 @@ import PyOpenColorIO as ocio -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [ diff --git a/aces_1.2/python/bin/create_aces_config b/aces_1.2/python/bin/create_aces_config index e53a0d5a..198eabe5 100755 --- a/aces_1.2/python/bin/create_aces_config +++ b/aces_1.2/python/bin/create_aces_config @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. """ @@ -13,11 +15,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_config import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.2/python/bin/generate_comparison_images b/aces_1.2/python/bin/generate_comparison_images index 42c8f6ad..ccfeae67 100755 --- a/aces_1.2/python/bin/generate_comparison_images +++ b/aces_1.2/python/bin/generate_comparison_images @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. """ @@ -13,11 +15,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_comparison_images import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.2/python/bin/generate_lut b/aces_1.2/python/bin/generate_lut index ceafccfc..4f4c571e 100755 --- a/aces_1.2/python/bin/generate_lut +++ b/aces_1.2/python/bin/generate_lut @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Creates the *ACES* configuration. """ @@ -13,11 +15,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.generate_lut import main -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' __all__ = [] diff --git a/aces_1.2/python/bin/tests_aces_config b/aces_1.2/python/bin/tests_aces_config index 27b6a358..312f02ca 100755 --- a/aces_1.2/python/bin/tests_aces_config +++ b/aces_1.2/python/bin/tests_aces_config @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# SPDX-License-Identifier: AMPAS +# Copyright Academy of Motion Picture Arts and Sciences """ Tests the *ACES* configuration. """ @@ -14,11 +16,14 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from aces_ocio.tests.tests_aces_config import * -__author__ = 'ACES Developers' -__copyright__ = 'Copyright (C) 2014 - 2016 - ACES Developers' -__license__ = '' -__maintainer__ = 'ACES Developers' -__email__ = 'aces@oscars.org' +__author__ = ( + 'Haarm-Pieter Duiker, Thomas Mansencal, Stephen Hill, Kevin Wheatley, ' + 'Joseph Goldstone') +__copyright__ = ( + 'Copyright (C) 2014-2021 Academy of Motion Picture Arts and Sciences') +__license__ = 'Academy of Motion Picture Arts and Sciences License Terms' +__maintainer__ = 'Academy of Motion Picture Arts and Sciences' +__email__ = 'acessupport@oscars.org' __status__ = 'Production' if __name__ == '__main__':