diff --git a/sample-network-multi-org/config/configtx.yaml b/sample-network-multi-org/config/configtx.yaml index 9bc4e1fc..d03c90eb 100644 --- a/sample-network-multi-org/config/configtx.yaml +++ b/sample-network-multi-org/config/configtx.yaml @@ -1,8 +1,20 @@ -# Copyright IBM Corp. All Rights Reserved. +# +# Copyright contributors to the Hyperledger Fabric Operator project # # SPDX-License-Identifier: Apache-2.0 # - +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# --- ################################################################################ # diff --git a/sample-network-multi-org/config/core.yaml b/sample-network-multi-org/config/core.yaml index 7809b001..9157e3de 100644 --- a/sample-network-multi-org/config/core.yaml +++ b/sample-network-multi-org/config/core.yaml @@ -1,7 +1,20 @@ -# Copyright IBM Corp. All Rights Reserved. +# +# Copyright contributors to the Hyperledger Fabric Operator project # # SPDX-License-Identifier: Apache-2.0 # +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ############################################################################### # diff --git a/sample-network-multi-org/config/orderer.yaml b/sample-network-multi-org/config/orderer.yaml index 6c555f93..b680cf7c 100644 --- a/sample-network-multi-org/config/orderer.yaml +++ b/sample-network-multi-org/config/orderer.yaml @@ -1,7 +1,20 @@ -# Copyright IBM Corp. All Rights Reserved. +# +# Copyright contributors to the Hyperledger Fabric Operator project # # SPDX-License-Identifier: Apache-2.0 # +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# --- ################################################################################ diff --git a/sample-network-multi-org/scripts/kind_with_nginx.sh b/sample-network-multi-org/scripts/kind_with_nginx.sh index c90be079..a0001bf7 100755 --- a/sample-network-multi-org/scripts/kind_with_nginx.sh +++ b/sample-network-multi-org/scripts/kind_with_nginx.sh @@ -1,15 +1,20 @@ #!/bin/bash - # -# IBM Confidential -# OCO Source Materials +# Copyright contributors to the Hyperledger Fabric Operator project +# +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: # -# Organic Growth Ventures -# (C) Copyright IBM Corp. 2022 All Rights Reserved. +# http://www.apache.org/licenses/LICENSE-2.0 # -# The source code for this program is not published or otherwise -# divested of its trade secrets, irrespective of what has been -# deposited with the U.S. Copyright Office. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # set -eo pipefail diff --git a/sample-network-multi-org/scripts/test-e2e.sh b/sample-network-multi-org/scripts/test-e2e.sh index ce95d984..3c873792 100755 --- a/sample-network-multi-org/scripts/test-e2e.sh +++ b/sample-network-multi-org/scripts/test-e2e.sh @@ -1,9 +1,22 @@ #!/usr/bin/env bash # -# Copyright IBM Corp All Rights Reserved +# Copyright contributors to the Hyperledger Fabric Operator project # # SPDX-License-Identifier: Apache-2.0 # +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + set -euo pipefail function print() {