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 #73

Merged
merged 1 commit into from
May 16, 2019
Merged

Conversation

mbrandenburger
Copy link
Contributor

This fixes #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

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>
Copy link
Contributor

@g2flyer g2flyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Given that most of these files we all have already or will modify i would have also suggested to add also the Intel copyright, but then after rebuke you got on a similar request i guess we will have to do it on our own ... :-)


license:
@echo "License: Running licence checks.."
@sh ${GOPATH}/src/github.com/hyperledger/fabric/scripts/check_license.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Calling it via ${TOP}/../../hyperledger/fabric/scripts/check_license.sh seem a bit more robust (i.e., it will also work when you have multiple GOPATH components)? But i have no strong opinion on this ...

@bvavala bvavala added this to In progress in Streamline build process via automation May 15, 2019
@mbrandenburger
Copy link
Contributor Author

Yes, I guess there are also some missing Intel copyrights already; can you do a pass and add a commit here or reuse mine and also sign-off?! Let's not over complicate it. @bvavala Can you do this?

@bvavala
Copy link
Contributor

bvavala commented May 16, 2019

Nice check.
Agreed, let's not over complicate. We'll update the header as we touch the files.

@bvavala bvavala added the documentation This contains documentation/description/comments label May 16, 2019
@bvavala bvavala merged commit 45e1553 into hyperledger:master May 16, 2019
Streamline build process automation moved this from In progress to Done May 16, 2019
@mbrandenburger mbrandenburger deleted the license branch May 16, 2019 11:24
bvavala added a commit to bvavala/fabric-private-chaincode that referenced this pull request May 17, 2019
Signed-off-by: Bruno Vavala <bruno.vavala@intel.com>
mbrandenburger pushed a commit that referenced this pull request May 24, 2019
* check ercc container and force remove
* force remove in ecc_enclave
* ecc check container and image for stop/delete
* tlcc_enclave force rm files
* typo in tlcc mrenclave generate script
* fix sh complaint
* check container in ecc make docker
* fixes PR #73
* remove makefile variable; better error message

Signed-off-by: Bruno Vavala <bruno.vavala@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This contains documentation/description/comments
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Add missing license identifier
3 participants