Skip to content

Commit 1dd2384

Browse files
committed
[FAB-4186] Add missing license headers
Found a few other ones in the test folder as well Change-Id: I5b47ef6dc2357da238eb6c4d2c4c3293a5717171 Signed-off-by: Gari Singh <[email protected]>
1 parent 85ef083 commit 1dd2384

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

test/regression/daily/Example.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright IBM Corp. All Rights Reserved.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
15

26
# To run this:
37
# Install: sudo apt-get install python python-pytest

test/regression/daily/chaincodeTests/envsetup/testYourChaincode.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright IBM Corp. All Rights Reserved.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
16
#!/usr/bin/python2.7
27
import subprocess
38
import unittest

test/regression/daily/ledger_lte.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright IBM Corp. All Rights Reserved.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
16
import unittest
27
import subprocess
38

test/regression/daily/systest_pte.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright IBM Corp. All Rights Reserved.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
15

26
######################################################################
37
# To execute:

test/regression/weekly/systest_pte.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright IBM Corp. All Rights Reserved.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
15

26
######################################################################
37
# To execute:

0 commit comments

Comments
 (0)