Skip to content

Commit

Permalink
Removed IBM Confidencial License (#110)
Browse files Browse the repository at this point in the history
#109

Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: asararatnakar <[email protected]>
  • Loading branch information
shoaebjindani authored and asararatnakar committed Oct 25, 2023
1 parent 93db272 commit c19d638
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 13 deletions.
16 changes: 14 additions & 2 deletions sample-network-multi-org/config/configtx.yaml
Original file line number Diff line number Diff line change
@@ -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.
#
---
################################################################################
#
Expand Down
15 changes: 14 additions & 1 deletion sample-network-multi-org/config/core.yaml
Original file line number Diff line number Diff line change
@@ -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.
#

###############################################################################
#
Expand Down
15 changes: 14 additions & 1 deletion sample-network-multi-org/config/orderer.yaml
Original file line number Diff line number Diff line change
@@ -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.
#

---
################################################################################
Expand Down
21 changes: 13 additions & 8 deletions sample-network-multi-org/scripts/kind_with_nginx.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 14 additions & 1 deletion sample-network-multi-org/scripts/test-e2e.sh
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit c19d638

Please sign in to comment.