tuning: Handle macbeth_ref.pgm license through REUSE.toml
Despite the file starting with a text header, the reuse tool considers macbeth_ref.pgm as a binary, and doesn't parse it to look for SPDX tags. Handle it through REUSE.toml instead. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
committed by
Kieran Bingham
parent
4e85ce87f1
commit
ee6e0bf926
@@ -39,3 +39,11 @@ path = [
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "Copyright 2013-2020 The Chromium Authors. All rights reserved."
|
||||
SPDX-License-Identifier = "BSD-3-Clause"
|
||||
|
||||
[[annotations]]
|
||||
path = [
|
||||
"utils/tuning/libtuning/macbeth_ref.pgm",
|
||||
]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2019-2020 Raspberry Pi Ltd"
|
||||
SPDX-License-Identifier = "BSD-2-Clause"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
P5
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
# Reference macbeth chart
|
||||
120 80
|
||||
255
|
||||
|
||||
Reference in New Issue
Block a user