diff --git a/.dockerignore b/.dockerignore index 774e6421dd3..2702934ae2a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,7 @@ +# +# Copyright IBM Corp. All Rights Reserved. +# +# SPDX-License-Identifier: Apache-2.0 +# obc-peer .git diff --git a/bddtests/.behaverc b/bddtests/.behaverc index e9d6c132e19..40d27597915 100644 --- a/bddtests/.behaverc +++ b/bddtests/.behaverc @@ -1,3 +1,8 @@ +# +# Copyright IBM Corp. All Rights Reserved. +# +# SPDX-License-Identifier: Apache-2.0 +# [behave] tags=~@orderer ~@endorser diff --git a/bddtests/common/__init__.py b/bddtests/common/__init__.py index e69de29bb2d..49cd7f3ac80 100644 --- a/bddtests/common/__init__.py +++ b/bddtests/common/__init__.py @@ -0,0 +1,5 @@ +# +# Copyright IBM Corp. All Rights Reserved. +# +# SPDX-License-Identifier: Apache-2.0 +# diff --git a/bddtests/msp/__init__.py b/bddtests/msp/__init__.py index 8d1c8b69c3f..da6b6ab91a7 100644 --- a/bddtests/msp/__init__.py +++ b/bddtests/msp/__init__.py @@ -1 +1,5 @@ - + # + # Copyright IBM Corp. All Rights Reserved. + # + # SPDX-License-Identifier: Apache-2.0 + # diff --git a/bddtests/orderer/__init__.py b/bddtests/orderer/__init__.py index e69de29bb2d..49cd7f3ac80 100644 --- a/bddtests/orderer/__init__.py +++ b/bddtests/orderer/__init__.py @@ -0,0 +1,5 @@ +# +# Copyright IBM Corp. All Rights Reserved. +# +# SPDX-License-Identifier: Apache-2.0 +# diff --git a/bddtests/peer/__init__.py b/bddtests/peer/__init__.py index e69de29bb2d..49cd7f3ac80 100644 --- a/bddtests/peer/__init__.py +++ b/bddtests/peer/__init__.py @@ -0,0 +1,5 @@ +# +# Copyright IBM Corp. All Rights Reserved. +# +# SPDX-License-Identifier: Apache-2.0 +# diff --git a/bddtests/regression/go/ote/json2yml.js b/bddtests/regression/go/ote/json2yml.js index 9ac1a9d2855..274ed123f2e 100644 --- a/bddtests/regression/go/ote/json2yml.js +++ b/bddtests/regression/go/ote/json2yml.js @@ -1,3 +1,8 @@ +// +// Copyright IBM Corp. All Rights Reserved. +// +// SPDX-License-Identifier: Apache-2.0 +// var fs = require('fs'); var cfgFile = process.argv[2]; diff --git a/bddtests/steps/__init__.py b/bddtests/steps/__init__.py index e69de29bb2d..49cd7f3ac80 100644 --- a/bddtests/steps/__init__.py +++ b/bddtests/steps/__init__.py @@ -0,0 +1,5 @@ +# +# Copyright IBM Corp. All Rights Reserved. +# +# SPDX-License-Identifier: Apache-2.0 +# diff --git a/bddtests/templates/html/appendix-py.html b/bddtests/templates/html/appendix-py.html index 928593282d1..aa342374175 100644 --- a/bddtests/templates/html/appendix-py.html +++ b/bddtests/templates/html/appendix-py.html @@ -1,3 +1,10 @@ +
{% set msgClassModule = directory.__class__.__module__ %} {% set msgClassName = directory.__class__.__name__ %} @@ -43,4 +50,4 @@
- \ No newline at end of file + diff --git a/bddtests/templates/html/cli.html b/bddtests/templates/html/cli.html index c027c2660c4..2495ea106e0 100644 --- a/bddtests/templates/html/cli.html +++ b/bddtests/templates/html/cli.html @@ -1,5 +1,12 @@ +
{{ command }} -
\ No newline at end of file + diff --git a/bddtests/templates/html/composition-py.html b/bddtests/templates/html/composition-py.html index 58585c0a03f..1d7c8684b03 100644 --- a/bddtests/templates/html/composition-py.html +++ b/bddtests/templates/html/composition-py.html @@ -1,3 +1,10 @@ +
{% set msgClassModule = directory.__class__.__module__ %} {% set msgClassName = directory.__class__.__name__ %} @@ -11,4 +18,4 @@
- \ No newline at end of file + diff --git a/bddtests/templates/html/directory-py.html b/bddtests/templates/html/directory-py.html index 6bfe29d883c..66b54069d42 100644 --- a/bddtests/templates/html/directory-py.html +++ b/bddtests/templates/html/directory-py.html @@ -1,3 +1,10 @@ +
{% set msgClassModule = directory.__class__.__module__ %} {% set msgClassName = directory.__class__.__name__ %} @@ -10,4 +17,4 @@
- \ No newline at end of file + diff --git a/bddtests/templates/html/directory.html b/bddtests/templates/html/directory.html index 47394f05aaf..3f22ffc8e36 100644 --- a/bddtests/templates/html/directory.html +++ b/bddtests/templates/html/directory.html @@ -1,7 +1,14 @@ +

Directory


{% if path_to_pickle %} {% include 'html/directory-py.html' %} {% endif %} -
\ No newline at end of file + diff --git a/bddtests/templates/html/error.html b/bddtests/templates/html/error.html index 6162cf4c2f0..e3939d4e047 100644 --- a/bddtests/templates/html/error.html +++ b/bddtests/templates/html/error.html @@ -1,5 +1,12 @@ +
{{ err }} -
\ No newline at end of file + diff --git a/bddtests/templates/html/graph.html b/bddtests/templates/html/graph.html index ec6acda14c3..7a2e1a83a24 100644 --- a/bddtests/templates/html/graph.html +++ b/bddtests/templates/html/graph.html @@ -1,3 +1,10 @@ +