qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 02/11] acpi/tests/bits: add SPDX license identifiers for bios


From: Ani Sinha
Subject: [PATCH v2 02/11] acpi/tests/bits: add SPDX license identifiers for bios bits tests
Date: Sun, 10 Jul 2022 22:30:05 +0530

Added the SPDX license identifiers based on the following output from the
licensee tool for bios bits:

$ licensee detect bits/
License:        NOASSERTION
Matched files:  COPYING
COPYING:
  Content hash:  7a1fdfa894728ea69588977442c92073aad69e50
  License:       NOASSERTION
  Closest non-matching licenses:
    BSD-3-Clause-Clear similarity:  85.82%
    BSD-4-Clause similarity:        83.69%
    BSD-3-Clause similarity:        77.27%

Signed-off-by: Ani Sinha <ani@anisinha.ca>
---
 tests/pytest/acpi-bits/bits-tests/smbios.py    | 2 ++
 tests/pytest/acpi-bits/bits-tests/testacpi.py  | 2 ++
 tests/pytest/acpi-bits/bits-tests/testcpuid.py | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/tests/pytest/acpi-bits/bits-tests/smbios.py 
b/tests/pytest/acpi-bits/bits-tests/smbios.py
index 9667d0542c..05ee8661c2 100644
--- a/tests/pytest/acpi-bits/bits-tests/smbios.py
+++ b/tests/pytest/acpi-bits/bits-tests/smbios.py
@@ -1,6 +1,8 @@
 # Copyright (c) 2015, Intel Corporation
 # All rights reserved.
 #
+# SPDX-License-Identifier: BSD-3-Clause-Clear
+#
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
 #
diff --git a/tests/pytest/acpi-bits/bits-tests/testacpi.py 
b/tests/pytest/acpi-bits/bits-tests/testacpi.py
index 9ec452f330..8e6bb3bbc6 100644
--- a/tests/pytest/acpi-bits/bits-tests/testacpi.py
+++ b/tests/pytest/acpi-bits/bits-tests/testacpi.py
@@ -1,6 +1,8 @@
 # Copyright (c) 2015, Intel Corporation
 # All rights reserved.
 #
+# SPDX-License-Identifier: BSD-3-Clause-Clear
+#
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
 #
diff --git a/tests/pytest/acpi-bits/bits-tests/testcpuid.py 
b/tests/pytest/acpi-bits/bits-tests/testcpuid.py
index ac55d912e1..94cc149556 100644
--- a/tests/pytest/acpi-bits/bits-tests/testcpuid.py
+++ b/tests/pytest/acpi-bits/bits-tests/testcpuid.py
@@ -1,6 +1,8 @@
 # Copyright (c) 2012, Intel Corporation
 # All rights reserved.
 #
+# SPDX-License-Identifier: BSD-3-Clause-Clear
+#
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
 #
-- 
2.25.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]