[libcamera-devel] [PATCH] libcamera: ipa_module: Add BSD-2-Clause to open source license list
Naushir Patuck
naush at raspberrypi.com
Mon Mar 23 16:09:15 CET 2020
IPAModule::isOpenSource() matches the license string advertised in
IPAModuleInfo with a static list of known open source licenses. Add
"BSD-Clause-2" to this list.
See https://opensource.org/licenses/BSD-2-Clause for further details.
Signed-off-by: Naushir Patuck <naush at raspberrypi.com>
---
src/libcamera/ipa_module.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/libcamera/ipa_module.cpp b/src/libcamera/ipa_module.cpp
index a01d0757..666986d0 100644
--- a/src/libcamera/ipa_module.cpp
+++ b/src/libcamera/ipa_module.cpp
@@ -482,6 +482,7 @@ bool IPAModule::isOpenSource() const
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LGPL-3.0-or-later",
+ "BSD-2-Clause",
};
for (unsigned int i = 0; i < ARRAY_SIZE(osLicenses); i++)
--
2.17.1
More information about the libcamera-devel
mailing list