Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upamoebax, new recipe #670
Merged
amoebax, new recipe #670
Conversation
| LICENSE=" | ||
| GNU GPL v2 | ||
| LALv1.2 | ||
| " |
This comment has been minimized.
This comment has been minimized.
fbrosson
Jun 27, 2016
•
Member
Although PROVIDES*, REQUIRES*, BUILD_REQUIRES and BUILD_PREREQUIRES have newlines after the opening double quotes and before the closing double quotes, we do not use the same layout for COPYRIGHT and LICENSE. For these we use:
COPYRIGHT="2006-2007 Jordi Fita (Code)
2006-2007 Safareig Creatiu (Graphics)
2006-2007 Àlex Almarza (Music & Sound)
2006-2007 Ferran Brugat (Web Page)"
LICENSE="GNU GPL v2
LALv1.2"
or
COPYRIGHT="2006-2007 Jordi Fita (Code), Safareig Creatiu (Graphics), Àlex \
Almarza (Music & Sound), Ferran Brugat (Web Page)"
LICENSE="GNU GPL v2
LALv1.2"
I think the second suggestion is slightly better, but I'm not sure about that.
BTW, I know a few recipes don't have the recommended layout, but for new ones it's better to stick to the recommendations ;-)
This comment has been minimized.
This comment has been minimized.
|
Changed the Copyright and Licenses section to meet the standard |
6d131f6
into
haikuports:master
1 check passed
1 check passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Begasus commentedJun 27, 2016
No description provided.