-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 asfernandes-cloop/0.0.0 #8951
Add asfernandes-cloop/0.0.0 #8951
Conversation
This comment has been minimized.
This comment has been minimized.
homepage = "https://github.com/asfernandes/cloop" | ||
description = "Cross Language Object Oriented Programming" | ||
topics = ("parser", "idl") | ||
license = "???" |
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.
This project uses the IDPL. This license does not have a SPDX identifier. What should it be named here?
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.
@uilianries I think we had some format for custom licenses not listed in SPDX, do you remember?
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.
Amazing, we are using Unlicensed when there is no license or is using Public Domain. But here is a different case, we just don't have a short name. IDPL is very close to Interbase-1.0, only the last paragraph is different. I would suggest using Developer's Public License Version 1.0
for now and adding a # TODO for later. I see the developer involved is Brazilian (whata luck), I'll send an email asking him about the license.
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.
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.
Thank you @SSE4! I just the email now and pointed this thread.
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.
Thanks for looking into this. FirebirdSQL is also licensed with IDPL, so it will prove to be useful for that.
9db386b
to
a79a474
Compare
All green in build 2 (
|
@@ -0,0 +1,203 @@ | |||
Initial Developer's Public License Version 1.0 |
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.
You should not copy a new file directly, instead, extract from source files. Here an example https://docs.conan.io/en/latest/howtos/extract_licenses_from_headers.html
We have other similar cases here in CCI
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.
Thanks. The change is implemented locally. I'll abstain from pushing until I get answers to asfernandes/cloop#8 (comment) though.
From discussions on the FirebirdSQL mailing list, it appears that this is just a build requirement of developer workflows when working on FirebirdSQL. It doesn't really serve a general use-case, so I will close this PR. |
Specify library name and version: asfernandes-cloop/0.0.0
This is a build requirement of fbclient.
Issue: #8618
conan-center hook activated.