Add RGBE acknowledgement to license.txt

This commit is contained in:
Harald Kuhr 2024-09-24 10:20:06 +02:00
parent d90b1c984c
commit 743f1f9356
2 changed files with 5 additions and 1 deletions

View File

@ -25,3 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 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 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. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Parts of this software is based on code written by Greg Ward and Bruce Walter,
Ported to Java and restructured by Kenneth Russell (RGBE.java).

View File

@ -15,7 +15,7 @@ import java.util.regex.Pattern;
* feel free to modify it to suit your needs. * feel free to modify it to suit your needs.
* <p> * <p>
* Ported to Java and restructured by Kenneth Russell. * Ported to Java and restructured by Kenneth Russell.
* posted to http://www.graphics.cornell.edu/~bjw/ * posted to <a href="https://www.graphics.cornell.edu/~bjw/">www.graphics.cornell.edu/~bjw/</a>
* written by Bruce Walter (bjw@graphics.cornell.edu) 5/26/95 * written by Bruce Walter (bjw@graphics.cornell.edu) 5/26/95
* based on code written by Greg Ward * based on code written by Greg Ward
* </p> * </p>