Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing license identifier #72

Closed
mbrandenburger opened this issue May 15, 2019 · 0 comments · Fixed by #73
Closed

Add missing license identifier #72

mbrandenburger opened this issue May 15, 2019 · 0 comments · Fixed by #73
Assignees

Comments

@mbrandenburger
Copy link
Contributor

some source files are missing license identifiers.

I propose to follow the Fabric way and use SPDX licence identifiers. They are SHORT, easy to use, machine-readable and language neutral.

Here an example

# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0

Moreover, we can add fabric's license checking mechanism to our checks target.

mbrandenburger added a commit to mbrandenburger/fabric-private-chaincode that referenced this issue May 15, 2019
This fixes hyperledger#72 and adds missing license headers.
It also adds Fabric's license check to the
make checks target.

Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
@mbrandenburger mbrandenburger self-assigned this May 15, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant