diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-06-05 20:17:23 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-06-09 23:26:13 +0300 |
commit | 0aed5a4e4a30598edb1ad759405800e991ef1e8e (patch) | |
tree | eb122788681b3352911dcefce01c37980bd58ca7 /.reuse | |
parent | b898240301897ece8455ee49a63966a9a1d0dab6 (diff) |
qcam: Specify Feather icons license in DEP5
Specify the license of the Feather icons files in the .reuse/dep5 file.
Technically speaking the SVG format supports comments, SPDX could thus
be used, but that would be impractical both due to the large number of
files, and the fact that they would then diverge from the upstream
project.
We can remove the README.md file, as it now only contains redundant or
incorrect information: the license and project URL are contained in the
DEP5 file, and the comment related to generation of the GRC file is
outdated as the file is now manually edited to only include the icons
that we need.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to '.reuse')
-rw-r--r-- | .reuse/dep5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index c05441cf..a66f27e7 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -8,3 +8,8 @@ Files: src/ipa/raspberrypi/data/*.json utils/raspberrypi/ctt/ctt_ref.pgm Copyright: 2019-2020 Raspberry Pi (Trading) Ltd. License: BSD-2-Clause + +Files: src/qcam/assets/feathericons/*.svg +Copyright: 2019 Cole Bemis (and other Feather icons contributors) +License: MIT +Comment: https://feathericons.com/ |