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:
@@ -1546,7 +1546,7 @@ AboutView::_CreateCreditsView()
|
|||||||
.SetCopyright(COPYRIGHT_STRING
|
.SetCopyright(COPYRIGHT_STRING
|
||||||
"1999 - 2010 by "
|
"1999 - 2010 by "
|
||||||
"the authors of Gutenprint. All rights reserved.")
|
"the authors of Gutenprint. All rights reserved.")
|
||||||
.SetLicense("GNU GPL v2 or above")
|
.SetLicense("GNU GPL v2")
|
||||||
.SetURL("http://gutenprint.sourceforge.net"));
|
.SetURL("http://gutenprint.sourceforge.net"));
|
||||||
|
|
||||||
_AddCopyrightsFromAttribute();
|
_AddCopyrightsFromAttribute();
|
||||||
|
|||||||
Reference in New Issue
Block a user