binary policy: cosmetic cleanup

- Add a title for 3.
 - Drop a. if there's no b.

Change-Id: I672a685e1d7a5dff7f0723da6a8a935e9f9ed469
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Stefan Reinauer 2015-11-12 14:06:04 -08:00
parent b0eeddd4f5
commit 0b17d9017d
1 changed files with 9 additions and 8 deletions

View File

@ -24,23 +24,24 @@ must meet the following**:
2. Appropriate license (redistributable) 2. Appropriate license (redistributable)
a. The binary must be accompanied by a distribution license. The license The binary must be accompanied by a distribution license. The license
must allow unlimited redistribution to allow coreboot contributors to must allow unlimited redistribution to allow coreboot contributors to
create coreboot images for third parties which contain this and other blobs. create coreboot images for third parties which contain this and other blobs.
3. Source code linked into coreboot may not be committed to the binary 3. Linking
repository. Source code and header files must be committed to the coreboot Source code linked into coreboot may not be committed to the binary
repository. repository. Such source code and header files must be committed to the
coreboot repository instead.
4. Binary version 4. Binary version
a. The binary must contain the version and how to extract the version The binary must contain the version and how to extract the version must
must be published in the ABI be published in the ABI
5. Release notes - updated with each version 5. Release notes - updated with each version
a. Each binary release must be accompanied by a release note that contains Each binary release must be accompanied by a release note that contains
all of the following (if a field is unknown or unavailable, mark it as all of the following (if a field is unknown or unavailable, mark it as
unknown or N/A): unknown or N/A):
* version * version
@ -54,7 +55,7 @@ repository.
6. Good commit message 6. Good commit message
a. The commit message should summarize the release note and contain The commit message should summarize the release note and contain
any additional information that might be specific to coreboot. It is any additional information that might be specific to coreboot. It is
helpful to indicate how the binary was tested within coreboot and list helpful to indicate how the binary was tested within coreboot and list
any known exceptions or errata. any known exceptions or errata.