mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 14:59:44 +03:00
Miscellaneous files that are not considered copyrightable are missing an SPDX-License-Identifier header. Fix this by adding a header listing the CC0-1.0 license. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
16 lines
570 B
Text
16 lines
570 B
Text
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
[wrap-file]
|
|
directory = googletest-release-1.11.0
|
|
source_url = https://github.com/google/googletest/archive/release-1.11.0.zip
|
|
source_filename = gtest-1.11.0.zip
|
|
source_hash = 353571c2440176ded91c2de6d6cd88ddd41401d14692ec1f99e35d013feda55a
|
|
patch_filename = gtest_1.11.0-1_patch.zip
|
|
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.11.0-1/get_patch
|
|
patch_hash = d38c39184384608b08419be52aed1d0f9d9d1b5ed71c0c35e51cccbdddab7084
|
|
|
|
[provide]
|
|
gtest = gtest_dep
|
|
gtest_main = gtest_main_dep
|
|
gmock = gmock_dep
|
|
gmock_main = gmock_main_dep
|