diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/base.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/base.yaml index 7535b28b54459..1b397d43e7c9d 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/base.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/base.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Base include file for testing bindings initialization. # diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/base_amend.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/base_amend.yaml index bd24de099c83d..0c3a5470373a4 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/base_amend.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/base_amend.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Amends base properties specifications: # - extends property specifications by adding definitions, diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/base_inherit.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/base_inherit.yaml index eec7711c7a413..4ed8aa42a4bf2 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/base_inherit.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/base_inherit.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Inherit base specifications without modification. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/base_multi.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/base_multi.yaml index 7165dd16e9182..97f8032b24204 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/base_multi.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/base_multi.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Includes base bindings at multiple levels (binding, # child-binding, grandchild-binding): diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc.yaml index 1bd5bce1c81e4..37b4b58bfa141 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Test inheritance rules applied to compatible strings # and bindings descriptions. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc_base.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc_base.yaml index 263b5adcbb9c3..b069df18a0266 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc_base.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc_base.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Base file for testing inheritance rules applied to # compatible strings and bindings descriptions. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc_multi.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc_multi.yaml index fc7fdd95eae48..7bb08913a9d1b 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc_multi.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc_multi.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Test consequences of inclusion order on inherited # compatible strings and descriptions. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/diamond.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/diamond.yaml index dfd573e1a19be..fc17df0f5bba1 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/diamond.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/diamond.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Binding file for testing diamond inheritance (top-bottom). # diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/filter_allows_notblocked.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/filter_allows_notblocked.yaml index 1af2b2d346364..9bf62321bf694 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/filter_allows_notblocked.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/filter_allows_notblocked.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding file allows a property which is not blocked # in simple_blocklist.yaml: we should end up with this property. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/filter_among_allowed.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/filter_among_allowed.yaml index 3faa647926bd9..0a1f3b9bed5b9 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/filter_among_allowed.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/filter_among_allowed.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding file allows only properties that are not allowed # in simple_allowlist.yaml: we should end up with no property at all. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/filter_among_notblocked.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/filter_among_notblocked.yaml index 873f762ed1d5b..6e1607b6e9c3e 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/filter_among_notblocked.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/filter_among_notblocked.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding file blocks all properties not blocked # in simple_filter.yaml: we should end up with no property at all. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propconst.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propconst.yaml index 20739bad14aab..98ca4ca6e2418 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propconst.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propconst.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override the "const:" value # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propdefault.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propdefault.yaml index fd1ec81361259..92ee8e317f0f4 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propdefault.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propdefault.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override the "default:" value # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propenum.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propenum.yaml index 73947b3007e9c..daeb553487d22 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propenum.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propenum.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to change the "enum:" values # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propreq.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propreq.yaml index 298a3624ffb53..03e31ac7183a8 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propreq.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_propreq.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override "required: true" # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_proptype.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_proptype.yaml index 8f80ec81e3855..8fe2f4e06a10f 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_proptype.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_child_proptype.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override the "type:" # of an inherited property. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propconst.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propconst.yaml index 5b8a1cb0d5178..b64d02d4736ac 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propconst.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propconst.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override the "const:" value # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propdefault.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propdefault.yaml index f2f69d31e4b7e..22015f371dde0 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propdefault.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propdefault.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override the "default:" value # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propenum.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propenum.yaml index 637ba811e3dfb..a81c1eaf472a0 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propenum.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propenum.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to change the "enum:" values # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propreq.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propreq.yaml index dc9273a7adc5f..d51827b19980b 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propreq.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_propreq.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override "required: true" # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_proptype.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_proptype.yaml index 4135db67f1d15..3f10856f6f846 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_proptype.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_grandchild_proptype.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override the "type:" # of an inherited property. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propconst.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propconst.yaml index 9eaa11e31d549..819d7c00e74fa 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propconst.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propconst.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override the "const:" value # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propdefault.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propdefault.yaml index 8b621a24098f1..4ab535d7bc375 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propdefault.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propdefault.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override the "default:" value # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propenum.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propenum.yaml index 38839826536c7..3f6cce9726e46 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propenum.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propenum.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to change the "enum:" values # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propreq.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propreq.yaml index fd0412c505be0..48a7c656cb75c 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propreq.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_propreq.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override "required: true" # in a property specification inherited from an included file. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_proptype.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_proptype.yaml index fca2c752676e3..e61ee8e71de7e 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_proptype.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/invalid_proptype.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # This binding should not try to override the "type:" # of an inherited property. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/simple.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/simple.yaml index 27f6ce8120d91..f3137d78e2eeb 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/simple.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/simple.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Base properties for testing property filters propagation # up to the grandchild-binding level. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/simple_allowlist.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/simple_allowlist.yaml index 7294393a2a2e1..739915b4e76c7 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/simple_allowlist.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/simple_allowlist.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Filter inherited property specifications # up to the grandchild-binding level. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/simple_blocklist.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/simple_blocklist.yaml index c9d581e2c077d..69352f8a0528f 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/simple_blocklist.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/simple_blocklist.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Filter inherited property specifications # up to the grandchild-binding level. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/simple_inherit.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/simple_inherit.yaml index 8a95ef38f9511..e4d6a11f59f88 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/simple_inherit.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/simple_inherit.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Inherits property specifications without modification. diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/thing.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/thing.yaml index 82a31aaa39117..b7972c4975412 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/thing.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/thing.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Right (included last) YAML file for testing diamond inheritance. # diff --git a/scripts/dts/python-devicetree/tests/test-bindings-init/vnd,thing.yaml b/scripts/dts/python-devicetree/tests/test-bindings-init/vnd,thing.yaml index 30015716a7d3d..d1f4d9cb930fe 100644 --- a/scripts/dts/python-devicetree/tests/test-bindings-init/vnd,thing.yaml +++ b/scripts/dts/python-devicetree/tests/test-bindings-init/vnd,thing.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: Apache-2.0 # # Top level binding file (device binding) for testing # descriptions and compatible strings.