public interface CopyrightLicense
A license in the copyright of a Debian package.
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Returns the comment.
|
String |
getName()
Returns the name of the license.
|
String |
getText()
Returns the text of the license.
|
String getName()
Returns the name of the license.
String getText()
Returns the text of the license.
null
, if no text is set.String getComment()
Returns the comment.
This field is not in the Debian standard and is only implemented for being able to parse the existing Debian package.
null
, if no comment is set.Copyright © 2015–2019. All rights reserved.