framework/flow: Add license and copyright

Message ID 20220112164448.30409-1-ohilyard@iol.unh.edu (mailing list archive)
State Accepted
Headers
Series framework/flow: Add license and copyright |

Checks

Context Check Description
ci/Intel-dts-suite-test success Testing OK

Commit Message

Owen Hilyard Jan. 12, 2022, 4:44 p.m. UTC
  From: Owen Hilyard <ohilyard@iol.unh.edu>

Add SPDX license and copyright to module file.

Signed-off-by: Owen Hilyard <ohilyard@iol.unh.edu>
---
 framework/flow/__init__.py | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Tu, Lijuan Jan. 14, 2022, 7:28 a.m. UTC | #1
> -----Original Message-----
> From: ohilyard@iol.unh.edu <ohilyard@iol.unh.edu>
> Sent: 2022年1月13日 0:45
> To: dts@dpdk.org
> Cc: Tu, Lijuan <lijuan.tu@intel.com>; Owen Hilyard <ohilyard@iol.unh.edu>
> Subject: [PATCH] framework/flow: Add license and copyright
> 
> From: Owen Hilyard <ohilyard@iol.unh.edu>
> 
> Add SPDX license and copyright to module file.
> 
> Signed-off-by: Owen Hilyard <ohilyard@iol.unh.edu>

Applied, thanks
  

Patch

diff --git a/framework/flow/__init__.py b/framework/flow/__init__.py
index e69de29b..4124376e 100644
--- a/framework/flow/__init__.py
+++ b/framework/flow/__init__.py
@@ -0,0 +1,4 @@ 
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2021- University of New Hampshire
+
+# Empty file required for python imports to work correctly
\ No newline at end of file