-
Notifications
You must be signed in to change notification settings - Fork 283
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
ci: custom check for license being Apache-2.0 #2131
ci: custom check for license being Apache-2.0 #2131
Conversation
cb19c9b
to
cf6c553
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@micoferdinand98 Please take a look at the review comments and address each one if possible.
cf6c553
to
c35042d
Compare
fixes : hyperledger-cacti#2131 Signed-off-by: micoferdinand98 <ferdinand.m.b.mico@accenture.com>
b7fe50e
to
f7b1c55
Compare
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
0e5588d
to
1dfa36f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also rename the other two lines from cactus to cacti. I should've selected all 3 lines when I was typing my review.
"author": {
"name": "Hyperledger Cacti Contributors",
"email": "cactus@lists.hyperledger.org",
"url": "https://www.hyperledger.org/use/cactus"
},
111ba52
to
bf4dc02
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@micoferdinand98 There are still unaddressed items, please double check.
bf4dc02
to
4940b8a
Compare
@micoferdinand98 Are you still working on this? |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@micoferdinand98 Please rebase onto upstream main and do a once over of the code and fix the copy-paste related problems and clean up the documentation, type defintions accordingly.
6c21bed
to
1f9e597
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@micoferdinand98 It doesn't look like https://github.com/hyperledger/cacti/pull/2131#pullrequestreview-1550489146 was addressed. Could you please double check?
55c881f
to
ccdaa12
Compare
f00aea8
to
12f384a
Compare
Some of the package.json files that we have were either not declaring a license at all or were using the wrong one. Most of these are just test fixtures so it doesn't really matter, but due diligence dictates that we fix them regardless. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
There is now a `check-pkg-licenses` custom check which ensures that all of our package.json files are declaring a license and that it is the one mandated by the Hyperledger Foundation (Apache-2.0). Fixes hyperledger-cacti#1642 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
12f384a
to
07b887e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fixes: #1642
Signed-off-by: micoferdinand98 ferdinand.m.b.mico@accenture.com
Apache License Checker 2.0 and exceptions