add top-level SPDX license tag

This patch adds top level SPDX license identifiers for some of the DPDK
source and scripts, where the copyright owners have not yet agreed to
replace the full BSD-3 license plate.

This patch also add SPDX license tag for a file with no
previous license plates. (DPDK is BSD-3)

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
This commit is contained in:
Hemant Agrawal 2019-11-28 12:35:38 +05:30 committed by Thomas Monjalon
parent 6081c4be1d
commit 08ab4769c2
5 changed files with 9 additions and 14 deletions

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: (BSD-3-Clause)
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2018-2020 Intel Corporation
*/

View File

@ -1,8 +1,6 @@
/*-
* BSD LICENSE
*
* Copyright(c) 2015 Akamai Technologies.
* All rights reserved.
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2015 Akamai Technologies.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

View File

@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: BSD-3-Clause
case "$1" in

View File

@ -1,7 +1,5 @@
/*-
* BSD LICENSE
*
* Copyright(c) 2017 Brocade Communications Systems, Inc.
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2017 Brocade Communications Systems, Inc.
* Author: Jan Blunck <jblunck@infradead.org>
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,7 +1,5 @@
/*-
* BSD LICENSE
*
* Copyright(c) 2017 Brocade Communications Systems, Inc.
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2017 Brocade Communications Systems, Inc.
* Author: Jan Blunck <jblunck@infradead.org>
*
* Redistribution and use in source and binary forms, with or without