From 018242ded4341a3b370f2566931465213d48c306 Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Mon, 1 Nov 2010 18:46:47 +0000 Subject: [PATCH] * Added preliminary credits for Gutenprint. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39257 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index cedf81ef8b..0e58830969 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1541,6 +1541,14 @@ AboutView::_CreateCreditsView() .SetURL("http://www.ralinktech.com/")); #endif + // Gutenprint + _AddPackageCredit(PackageCredit("Gutenprint") + .SetCopyright(COPYRIGHT_STRING + "1999 - 2010 by " + "the authors of Gutenprint. All rights reserved.") + .SetLicense("GNU GPL v2 or above") + .SetURL("http://gutenprint.sourceforge.net")); + _AddCopyrightsFromAttribute(); _AddPackageCreditEntries();