Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 2 additions & 30 deletions Support/include/ofxsProcessing.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,9 @@

/*
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.
Copy link

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'

Copy link
Contributor Author

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.

Copy link

@jmertic jmertic Jul 25, 2025

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.

SPDX-License-Identifier: BSD-3-Clause
Author Bruno Nicoletti [email protected]
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name The Open Effects Association Ltd, nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, 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.
The Open Effects Association Ltd
1 Wardour St
London W1D 6PA
England
*/

#include <cassert>
Expand Down
4 changes: 0 additions & 4 deletions include/DocSrc/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
<ol>
<li> Redistributions of the document must retain the above copyright notice
and this list of conditions.</li>
<li> Neither the name of The Open Effects Association Ltd nor names of its
contributors may be used to
endorse or promote products derived from this software without specific
prior written permission.</li>
</ol>
Automatic documentation generated by <a href="http://www.doxygen.org">Doxygen</a>.<br>
</small>
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the latest release of OFX, the Open Effects image-processing plug-in sta

Documentation and more info can be found at:

* [The OFX Association website](http://openeffects.org)
* [The OpenFX website](http://openeffects.org)
* [OFX Programming Guide By Example](https://github.com/ofxa/openfx/tree/master/Guide)
* [OFX API v. 1.4 Reference](http://openeffects.org/documentation/api_doc)
* [OFX API Programming Guide](http://openeffects.org/documentation/guide)
Expand Down
Loading