Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 5923ca4

Browse files
committed
[FAB-4634] Update license headers
This patch updates license headers to SPDX format. Change-Id: I77d944bdb9844e24732923b3f62d139988d2a289 Signed-off-by: Troy Ronda <troy.ronda@securekey.com>
1 parent 70e7a26 commit 5923ca4

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright SecureKey Technologies Inc. All Rights Reserved.
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
16
*.db
27
*report.xml
38
.DS_Store

fabric-client/events/consumer/consumer.go

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
/*
22
Copyright IBM Corp, SecureKey Technologies Inc. All Rights Reserved.
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
9-
http://www.apache.org/licenses/LICENSE-2.0
10-
11-
12-
Unless required by applicable law or agreed to in writing, software
13-
distributed under the License is distributed on an "AS IS" BASIS,
14-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
See the License for the specific language governing permissions and
16-
limitations under the License.
4+
SPDX-License-Identifier: Apache-2.0
175
*/
186

197
package consumer

0 commit comments

Comments
 (0)