mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
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:
@ -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
|
||||
import imp
|
||||
import glob
|
||||
|
Reference in New Issue
Block a user