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
This commit is contained in:
Matt Madia 2010-11-01 22:51:03 +00:00
parent 4219bd961b
commit 88a3ad40f8

View File

@ -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();