[PATCH] framework/flow: Add license and copyright

ohilyard at iol.unh.edu ohilyard at iol.unh.edu
Wed Jan 12 17:44:48 CET 2022


From: Owen Hilyard <ohilyard at iol.unh.edu>

Add SPDX license and copyright to module file.

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

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
-- 
2.30.2



More information about the dts mailing list