-
Notifications
You must be signed in to change notification settings - Fork 139
Remove stray references to old OFX Association #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
AKA the Open Effects Association. Signed-off-by: Gary Oberbrunner <[email protected]>
| /* | ||
| OFX Support Library, a library that skins the OFX plug-in API with C++ classes. | ||
| Copyright (C) 2005 The Open Effects Association Ltd | ||
| Copyright OpenFX and contributors to the OpenFX project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be simplified to....
'Copyright contributors to the OpenFX project'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could, but the language I used is approved by ASWF I believe, and used throughout the project (e.g. LICENSE, GOVERNANCE, CODE_OF_CONDUCT etc.) so I prefer to keep it consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ASWF guidance is what I referenced... https://tac.aswf.io/process/contributing.html#copyright-notice-format.
The key here is that all contributors own the code they contribute, so there really isn't a concept of OpenFX owning a copyright.
Also update the doc build script to use `uv` if present. That's nicer because you don't have to manually create a python venv or install depencies. Removed old unused footer, and marked ofx-header and ofx-footer as unused. Signed-off-by: Gary Oberbrunner <[email protected]>
Also update the doc build script to use `uv` if present. That's nicer because you don't have to manually create a python venv or install depencies. Removed old unused footer, and marked ofx-header and ofx-footer as unused. Signed-off-by: Gary Oberbrunner <[email protected]>
AKA the Open Effects Association.