Message ID | 20220112164448.30409-1-ohilyard@iol.unh.edu (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | framework/flow: Add license and copyright | expand |
Context | Check | Description |
---|---|---|
ci/Intel-dts-suite-test | success | Testing OK |
> -----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
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