Skip to content

Commit

Permalink
[FAB-4186] Add missing license headers
Browse files Browse the repository at this point in the history
Found a few other ones in the test folder as
well

Change-Id: I5b47ef6dc2357da238eb6c4d2c4c3293a5717171
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Jun 8, 2017
1 parent 85ef083 commit 1dd2384
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/regression/daily/Example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#

# To run this:
# Install: sudo apt-get install python python-pytest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#

#!/usr/bin/python2.7
import subprocess
import unittest
Expand Down
5 changes: 5 additions & 0 deletions test/regression/daily/ledger_lte.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#

import unittest
import subprocess

Expand Down
4 changes: 4 additions & 0 deletions test/regression/daily/systest_pte.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#

######################################################################
# To execute:
Expand Down
4 changes: 4 additions & 0 deletions test/regression/weekly/systest_pte.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#

######################################################################
# To execute:
Expand Down

0 comments on commit 1dd2384

Please sign in to comment.