[haiku-commits] r33994 - haiku/trunk/src/apps/aboutsystem

  • From: stefano.ceccherini@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 11 Nov 2009 09:53:15 +0100 (CET)

Author: jackburton
Date: 2009-11-11 09:53:15 +0100 (Wed, 11 Nov 2009)
New Revision: 33994
Changeset: http://dev.haiku-os.org/changeset/33994/haiku
Ticket: http://dev.haiku-os.org/ticket/4933

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
Replaced license/copyrights for Konatu with the ones for VL-Gothic fonts.
This and r33992 fix ticket #4933.


Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2009-11-11 08:45:36 UTC 
(rev 33993)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2009-11-11 08:53:15 UTC 
(rev 33994)
@@ -998,9 +998,14 @@
                        NULL));
                        // TODO: License!
 
-       // Konatu font
-       _AddPackageCredit(PackageCredit("Konatu font")
-               .SetCopyright(COPYRIGHT_STRING "2002- MASUDA mitiya.\n"
+       // VL-Gothic font
+       _AddPackageCredit(PackageCredit("VL-Gothic font")
+               .SetCopyrights(COPYRIGHT_STRING "1990-2003 Wada Laboratory,"
+                       " the University of Tokyo", COPYRIGHT_STRING
+                       "2003-2004 Electronic Font Open Laboratory (/efont/)",
+                       COPYRIGHT_STRING "2003-2008 M+ FONTS PROJECT",
+                       COPYRIGHT_STRING "2006-2009 Daisuke SUZUKI",
+                       COPYRIGHT_STRING "2006-2009 Project Vine",
                        "MIT license. All rights reserved."));
                        // TODO: License!
 


Other related posts:

  • » [haiku-commits] r33994 - haiku/trunk/src/apps/aboutsystem - stefano . ceccherini