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,3 +1,13 @@
|
||||
/********************************************************************************
|
||||
* 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
|
||||
********************************************************************************/
|
||||
|
||||
var shell = require('shelljs');
|
||||
var path = require('path');
|
||||
|
||||
|
@ -1,3 +1,13 @@
|
||||
/********************************************************************************
|
||||
* 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
|
||||
********************************************************************************/
|
||||
|
||||
var shell = require('shelljs');
|
||||
var path = require('path');
|
||||
var expect = require('chai').expect;
|
||||
|
Reference in New Issue
Block a user