tests: add missing license block on project python and node tests

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2019-07-30 20:11:01 -07:00
parent 89d5de43e0
commit 0a0c352614
9 changed files with 83 additions and 0 deletions

View File

@ -1,4 +1,13 @@
#!/usr/bin/python
#
# Copyright (c) 2017-2019 Intel Corporation
#
# This program and the accompanying materials are made available under the
# terms of the The MIT License which is available at
# https://opensource.org/licenses/MIT.
#
# SPDX-License-Identifier: MIT
#
import unittest as u
import re, fnmatch, os