diff --git a/tests/check_autoloadlibrary.py b/tests/check_autoloadlibrary.py index 3a35f119..c6f793fe 100755 --- a/tests/check_autoloadlibrary.py +++ b/tests/check_autoloadlibrary.py @@ -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 +# from __future__ import print_function import unittest as u diff --git a/tests/check_clean.py b/tests/check_clean.py index d724ebd5..49bb5b11 100755 --- a/tests/check_clean.py +++ b/tests/check_clean.py @@ -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 diff --git a/tests/check_consistency.py b/tests/check_consistency.py index 8e98281d..8fa4103a 100755 --- a/tests/check_consistency.py +++ b/tests/check_consistency.py @@ -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 diff --git a/tests/check_duplicate_headers.py b/tests/check_duplicate_headers.py index a85c1df4..0b7de460 100644 --- a/tests/check_duplicate_headers.py +++ b/tests/check_duplicate_headers.py @@ -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 os diff --git a/tests/check_examplenames.py b/tests/check_examplenames.py index 9b716214..9b64a32e 100755 --- a/tests/check_examplenames.py +++ b/tests/check_examplenames.py @@ -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 re, fnmatch, os, sys diff --git a/tests/check_file_encoding.py b/tests/check_file_encoding.py index b36f48db..2c30485f 100755 --- a/tests/check_file_encoding.py +++ b/tests/check_file_encoding.py @@ -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 os diff --git a/tests/check_pythonload.py b/tests/check_pythonload.py index 2ae72ae6..f880317e 100755 --- a/tests/check_pythonload.py +++ b/tests/check_pythonload.py @@ -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 diff --git a/tests/node/jsonlint.js b/tests/node/jsonlint.js index 0ccfa210..c5d167c7 100644 --- a/tests/node/jsonlint.js +++ b/tests/node/jsonlint.js @@ -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'); diff --git a/tests/node/test.js b/tests/node/test.js index a694e574..3ccd3ef3 100644 --- a/tests/node/test.js +++ b/tests/node/test.js @@ -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;