From 363071d64c94d7e5bab4d2eb6ed5197b62d4918e Mon Sep 17 00:00:00 2001 From: munapower Date: Tue, 20 Feb 2024 15:11:44 -0300 Subject: [PATCH] remove readme and echo from PR Signed-off-by: munapower --- README.md | 1 + samples/chaincode/echo-go/chaincode/echo.go | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 37cd743b6..4929010d0 100644 --- a/README.md +++ b/README.md @@ -704,6 +704,7 @@ repository is prototype code and not intended for production use. ## Initial Committers + - [Marcus Brandenburger](https://github.com/mbrandenburger) (bur@zurich.ibm.com) - [Christian Cachin](https://github.com/cca88) (cca@zurich.ibm.com) - [RĂ¼diger Kapitza](https://github.com/rrkapitz) (kapitza@ibr.cs.tu-bs.de) diff --git a/samples/chaincode/echo-go/chaincode/echo.go b/samples/chaincode/echo-go/chaincode/echo.go index af1c595d9..f6f826dac 100644 --- a/samples/chaincode/echo-go/chaincode/echo.go +++ b/samples/chaincode/echo-go/chaincode/echo.go @@ -1,5 +1,6 @@ /* Copyright IBM Corp. All Rights Reserved. + SPDX-License-Identifier: Apache-2.0 */