AcademySoftwareFoundation / Imath

Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics
https://imath.readthedocs.io
BSD 3-Clause "New" or "Revised" License
356 stars 104 forks source link

Add custom website footer with ASWF logo and proper copyright #379

Closed cary-ilm closed 3 months ago

cary-ilm commented 3 months ago

This adds the LF-recommended website copyright notice, with an ASWF logo:

Copyright © OpenEXR a Series of LF Projects, LLC. For web site terms of use, trademark policy and other project policies please see https://lfprojects.org

Sphinx doesn't support fancy, multiline copyright footers, so the suggested alternative is raw html in the layout.html template.

And note that per LF policy, the copyright for website content is different from the copyright for source files.