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

amfora 1.8.0 (new formula) #80166

Closed
wants to merge 1 commit into from
Closed

Conversation

vladimyr
Copy link
Contributor

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@BrewTestBot BrewTestBot added go Go use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core labels Jun 28, 2021
Formula/amfora.rb Outdated Show resolved Hide resolved
Formula/amfora.rb Outdated Show resolved Hide resolved
Formula/amfora.rb Outdated Show resolved Hide resolved
url "https://github.com/makeworld-the-better-one/amfora.git",
tag: "v1.8.0",
revision: "71385e9f4e91ab982076856cac95320173ccea73"
license "GPL-3.0-or-later"
Copy link
Member

Choose a reason for hiding this comment

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

Should this be GPL-3.0-only? I find no mentions of "or later" in non-template text (see search query).

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

@chenrui333 chenrui333 Jun 28, 2021

Choose a reason for hiding this comment

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

I think we can go with GPL-3.0-or-later, here is the arch side ref:
image

Copy link
Member

@carlocab carlocab Jun 28, 2021

Choose a reason for hiding this comment

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

Debian doesn't indicate -or-later, though, and I'm inclined to trust them here. It seems to actually be

license all_of: [
  "GPL-3.0-only",
  any_of: ["GPL-3.0-only", "MIT"],
]

...or, equivalently:

license any_of: [
  "GPL-3.0-only",
  all_of: ["GPL-3.0-only", "MIT"],
]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only rr code (amfora's subpackage) is dual-licensed under GPL3 (only?, inherits amfora's license) or MIT. According to this, I think we should stick with GPL-3.0-only? 🤔

Copy link
Member

Choose a reason for hiding this comment

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

We can specify with comments which licenses apply to which directories/files, like in e2fsprogs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can specify with comments which licenses apply to which directories/files, like in e2fsprogs.

Interesting, thanks for the pointer! 👍

Copy link
Member

Choose a reason for hiding this comment

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

Only rr code (amfora's subpackage) is dual-licensed under GPL3 (only?, inherits amfora's license) or MIT. According to this, I think we should stick with GPL-3.0-only? 🤔

This is exactly why you can either license it under GPLv3 entirely or both MIT (rr subpackage) and GPLv3 (everything else).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've just changed it to:

license all_of: [
  "GPL-3.0-only",
  any_of: ["GPL-3.0-only", "MIT"], # rr
]

That should be correct, right?

Copy link
Member

Choose a reason for hiding this comment

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

we should definitely have some license hell emoji :D

Copy link
Member

@nandahkrishna nandahkrishna left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @vladimyr!

@BrewTestBot
Copy link
Member

:shipit: @nandahkrishna has triggered a merge.

@vladimyr vladimyr deleted the amfora-1.8.0 branch July 1, 2021 15:27
@github-actions github-actions bot added the outdated PR was locked due to age label Aug 1, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
go Go use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants