Message ID | d76ca8b2d64c7c017e3ddaca8497eb38ee514204.1602318869.git.chunfeng.yun@mediatek.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/4] dt-bindings: usb: convert usb-device.txt to YAML schema | expand |
On Sat, Oct 10, 2020 at 04:43:14PM +0800, Chunfeng Yun wrote: > This is used to fix the checkpach.pl WARNING:SPDX_LICENSE_TAG > > See bindings/submitting-patches.rst: > "DT binding files should be dual licensed. The preferred license tag is > (GPL-2.0-only OR BSD-2-Clause)." > > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > --- > v2: new patch > --- > Documentation/devicetree/bindings/usb/usb-hcd.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/usb/usb-hcd.yaml b/Documentation/devicetree/bindings/usb/usb-hcd.yaml > index 42b295afdf32..11b9b9ee2b54 100644 > --- a/Documentation/devicetree/bindings/usb/usb-hcd.yaml > +++ b/Documentation/devicetree/bindings/usb/usb-hcd.yaml > @@ -1,4 +1,4 @@ > -# SPDX-License-Identifier: GPL-2.0 > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) Are you sure you are allowed to change the license of this file? Last I checked, you did not write this file, and so, you can't change the license of it. You need to get the owners of the file to do so. thanks, greg k-h
On Sat, 2020-10-10 at 11:50 +0200, Greg Kroah-Hartman wrote: > On Sat, Oct 10, 2020 at 04:43:14PM +0800, Chunfeng Yun wrote: > > This is used to fix the checkpach.pl WARNING:SPDX_LICENSE_TAG > > > > See bindings/submitting-patches.rst: > > "DT binding files should be dual licensed. The preferred license tag is > > (GPL-2.0-only OR BSD-2-Clause)." > > > > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > > --- > > v2: new patch > > --- > > Documentation/devicetree/bindings/usb/usb-hcd.yaml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/usb/usb-hcd.yaml b/Documentation/devicetree/bindings/usb/usb-hcd.yaml > > index 42b295afdf32..11b9b9ee2b54 100644 > > --- a/Documentation/devicetree/bindings/usb/usb-hcd.yaml > > +++ b/Documentation/devicetree/bindings/usb/usb-hcd.yaml > > @@ -1,4 +1,4 @@ > > -# SPDX-License-Identifier: GPL-2.0 > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > Are you sure you are allowed to change the license of this file? Last I > checked, you did not write this file, and so, you can't change the > license of it. You need to get the owners of the file to do so. Got it, will abandon it in next version Thanks > > thanks, > > greg k-h
diff --git a/Documentation/devicetree/bindings/usb/usb-hcd.yaml b/Documentation/devicetree/bindings/usb/usb-hcd.yaml index 42b295afdf32..11b9b9ee2b54 100644 --- a/Documentation/devicetree/bindings/usb/usb-hcd.yaml +++ b/Documentation/devicetree/bindings/usb/usb-hcd.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/usb/usb-hcd.yaml#
This is used to fix the checkpach.pl WARNING:SPDX_LICENSE_TAG See bindings/submitting-patches.rst: "DT binding files should be dual licensed. The preferred license tag is (GPL-2.0-only OR BSD-2-Clause)." Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> --- v2: new patch --- Documentation/devicetree/bindings/usb/usb-hcd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.18.0