mbox series

[0/4] Cleanup last remaining SPDX issues

Message ID 20210316210027.37213-1-stephen@networkplumber.org (mailing list archive)
Headers
Series Cleanup last remaining SPDX issues |

Message

Stephen Hemminger March 16, 2021, 9 p.m. UTC
  This resolves all the left over warnings and errors reported
by the check-spdx-tag script.

Stephen Hemminger (4):
  common/mlx5: add missing SPDX tag for windows headers
  devtools/check-spdx-tag.sh: ignore JSON files
  doc: add SPDX tag to custom CSS file
  app/test: remove license boilerplate

 app/test/test_timer_racecond.c              | 26 ---------------------
 devtools/check-spdx-tag.sh                  |  2 +-
 doc/guides/custom.css                       |  1 +
 drivers/common/mlx5/windows/mlx5_win_defs.h |  4 ++--
 drivers/common/mlx5/windows/mlx5_win_ext.h  |  4 ++--
 5 files changed, 6 insertions(+), 31 deletions(-)
  

Comments

Thomas Monjalon May 19, 2021, 8:46 a.m. UTC | #1
16/03/2021 22:00, Stephen Hemminger:
> This resolves all the left over warnings and errors reported
> by the check-spdx-tag script.
> 
> Stephen Hemminger (4):
>   common/mlx5: add missing SPDX tag for windows headers
>   devtools/check-spdx-tag.sh: ignore JSON files
>   doc: add SPDX tag to custom CSS file
>   app/test: remove license boilerplate

Applied with minor changes explained in the thread, thanks.