From 75b402646ba540b76a95b9604f60ae16ae7d37ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 16 Feb 2008 19:23:17 +0000 Subject: [PATCH] added copyright for OpenEXR git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23966 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index a6473cf130..12bb60dc04 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -566,6 +566,10 @@ AboutView::AboutView(const BRect &rect) "Copyright " B_UTF8_COPYRIGHT " ??? (http://lpsolve.sourceforge.net/)."); + // OpenEXR copyrights + AddCopyrightEntry("OpenEXR", + "Copyright " B_UTF8_COPYRIGHT " 2002-2005, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC."); + // Build a list of installed applications and show their // long version info. Well-behaved apps usually give // copyright info there.