[3/4] doc: add SPDX tag to custom CSS file

Message ID 20210316210027.37213-4-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series Cleanup last remaining SPDX issues |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Stephen Hemminger March 16, 2021, 9 p.m. UTC
  Trivial file, but add SPDX license tag per policy

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/custom.css | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Thomas Monjalon May 19, 2021, 8:44 a.m. UTC | #1
16/03/2021 22:00, Stephen Hemminger:
> Trivial file, but add SPDX license tag per policy
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

I wrote this file in 2018. Adding copyright:
Copyright 2018 Mellanox Technologies, Ltd
  

Patch

diff --git a/doc/guides/custom.css b/doc/guides/custom.css
index c87c60611929..a1572eaf9da6 100644
--- a/doc/guides/custom.css
+++ b/doc/guides/custom.css
@@ -1,3 +1,4 @@ 
+/* SPDX-License-Identifier: BSD-3-Clause */
 /* Override readthedocs theme */
 
 /* Spacing before a list item must be bigger than spacing inside the item.