From 88a3ad40f8c5b50696e1f4b6b9ddc766c57e9418 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Mon, 1 Nov 2010 22:51:03 +0000 Subject: [PATCH] Tweaked Gutenprint's PackageCredit to list GNU GPL v2 Note: .SetLicense() needs a filename from HAIKU_TOP data system data licenses. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39265 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 0e58830969..4637553703 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1546,7 +1546,7 @@ AboutView::_CreateCreditsView() .SetCopyright(COPYRIGHT_STRING "1999 - 2010 by " "the authors of Gutenprint. All rights reserved.") - .SetLicense("GNU GPL v2 or above") + .SetLicense("GNU GPL v2") .SetURL("http://gutenprint.sourceforge.net")); _AddCopyrightsFromAttribute();