Skip to content

Commit

Permalink
License name in swagger should be Apache-2.0
Browse files Browse the repository at this point in the history
Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
(cherry picked from commit de46b02)
  • Loading branch information
andrew-coleman authored and denyeart committed Jan 26, 2023
1 parent 8be33ed commit 6aea273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SPDX-License-Identifier: Apache-2.0
//
// Schemes: http, https
// Version: 2.3
// License: Copyright IBM Corp. All Rights Reserved.
// License: Apache-2.0
//
// Consumes:
// - application/json
Expand Down
2 changes: 1 addition & 1 deletion swagger/swagger-fabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"description": "Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing\nsolutions and applications. Its modular and versatile design satisfies a broad range of industry use\ncases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.",
"title": "Fabric API",
"license": {
"name": "Copyright IBM Corp. All Rights Reserved."
"name": "Apache-2.0"
},
"version": "2.3"
},
Expand Down

0 comments on commit 6aea273

Please sign in to comment.