public interface FilesCopyright
The copyright for certain files of a Debian package.
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Returns the comment.
|
String |
getCopyright()
Returns the copyright.
|
List<String> |
getFiles()
Returns the patterns for which files the copyright applies.
|
CopyrightLicense |
getLicense()
Returns the license.
|
List<String> getFiles()
Returns the patterns for which files the copyright applies.
String getCopyright()
Returns the copyright.
null
, if no copyright is set.Copyright.getCopyright()
CopyrightLicense getLicense()
Returns the license.
The returned license can be reference to one of the licenses returned by
the Copyright.getLicenses()
method.
null
, if no license is set.String getComment()
Returns the comment.
null
, if no comment is set.Copyright.getComment()
Copyright © 2015–2019. All rights reserved.