Difference between revisions of "Provenance Review Template"
Jump to navigation
Jump to search
(Created page with "=<Project> Provenance Review= == Project History == ''Summarise the history of the source code, including discussion about code ownership and license over time.'' ==Libraries=...") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
==Libraries== | ==Libraries== | ||
− | List or reference a table of included libraries and/or components. Include: | + | ''List or reference a table of included libraries and/or components. Include:'' |
− | * Library Name | + | * ''Library Name'' |
− | * License | + | * ''License'' |
− | * Whether the library licence is compatible with the project | + | * ''Whether the library licence is compatible with the project'' |
− | * Whether the library is compiled into the project's releases, or required as an external dependancy | + | * ''Whether the library is compiled into the project's releases, or required as an external dependancy'' |
− | * Whether the library is included in the project's code repository | + | * ''Whether the library is included in the project's code repository'' |
− | * Ok? (Yes/No) | + | * ''Issue? (link if issue if one exists)'' |
− | * Comment(s) | + | * ''Ok? (Yes/No/Black - implies not checked yet)'' |
+ | * ''Comment(s)'' | ||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | ! Library !! Licence !! Compatible? !! Included in core? !! Issue(s)? !! Ok? !! Comments | ||
+ | |- | ||
+ | | Library || Licence || yes || yes|| n/a || yes || | ||
+ | |} | ||
==Source Files== | ==Source Files== | ||
− | List of source files, including code, documentation and data, including: | + | ''List of source files, including code, documentation and data, including:'' |
+ | * ''File name'' | ||
+ | * ''License'' | ||
+ | * ''Copyright Holder (if known)'' | ||
+ | * ''License header included?'' | ||
+ | * ''Issue? (link if issue if one exists)'' | ||
+ | * Ok''? (Yes/No/Black implies not checked yet)'' | ||
+ | * ''Comment(s)'' | ||
− | + | ||
− | + | {| class="wikitable" border="1" | |
− | + | ! File !! Licence !! Copyright Holder !! Licenced? !! Issue(s)? !! Ok? !! Comments | |
+ | |- | ||
+ | | File || Licence || <org/person> || yes|| n/a || yes || | ||
+ | |} | ||
==Copyright Holders== | ==Copyright Holders== | ||
− | List or reference all copyright holders of the project's source files. These are all the people that would need to be contacted if the license of the project is to be changed. List: | + | ''List or reference all copyright holders of the project's source files. These are all the people that would need to be contacted if the license of the project is to be changed. List:'' |
− | * Organisation or person | + | * ''Organisation or person'' |
+ | * ''Contact details for Organisation or person'' | ||
+ | * ''Issue? (link if issue if one exists)'' | ||
+ | * ''Comments'' | ||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | ! Copyright Holder !! Contact details !! Issue? !! Comments | ||
+ | |- | ||
+ | | <org/person> || ... || || | ||
+ | |} | ||
== Committers == | == Committers == | ||
− | List or reference a table of committers, including: | + | ''List or reference a table of committers, including:'' |
− | * Committer name | + | * ''Committer name'' |
− | * Commit username in code repository | + | * ''Commit username in code repository'' |
+ | * ''Committer's employer(s) (if applicable)'' | ||
+ | * ''Committer (or employer) has signed contribution agreement? (yes/no)'' | ||
+ | |||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | ! Committer !! Username !! Affiliation !! Contribution Agrement Signed? !! Ok? | ||
+ | |- | ||
+ | | Name || Username || Company || Yes || Yes | ||
+ | |} | ||
− | == | + | ==Further Issues == |
− | List or reference a list of any outstanding issues. | + | ''List or reference a list of any outstanding issues not already listed above. Typically link to issues in project's issue tracker.'' |
[[Category: Incubation]] | [[Category: Incubation]] |
Latest revision as of 11:37, 16 December 2014
<Project> Provenance Review
Project History
Summarise the history of the source code, including discussion about code ownership and license over time.
Libraries
List or reference a table of included libraries and/or components. Include:
- Library Name
- License
- Whether the library licence is compatible with the project
- Whether the library is compiled into the project's releases, or required as an external dependancy
- Whether the library is included in the project's code repository
- Issue? (link if issue if one exists)
- Ok? (Yes/No/Black - implies not checked yet)
- Comment(s)
Library | Licence | Compatible? | Included in core? | Issue(s)? | Ok? | Comments |
---|---|---|---|---|---|---|
Library | Licence | yes | yes | n/a | yes |
Source Files
List of source files, including code, documentation and data, including:
- File name
- License
- Copyright Holder (if known)
- License header included?
- Issue? (link if issue if one exists)
- Ok? (Yes/No/Black implies not checked yet)
- Comment(s)
File | Licence | Copyright Holder | Licenced? | Issue(s)? | Ok? | Comments |
---|---|---|---|---|---|---|
File | Licence | <org/person> | yes | n/a | yes |
Copyright Holders
List or reference all copyright holders of the project's source files. These are all the people that would need to be contacted if the license of the project is to be changed. List:
- Organisation or person
- Contact details for Organisation or person
- Issue? (link if issue if one exists)
- Comments
Copyright Holder | Contact details | Issue? | Comments |
---|---|---|---|
<org/person> | ... |
Committers
List or reference a table of committers, including:
- Committer name
- Commit username in code repository
- Committer's employer(s) (if applicable)
- Committer (or employer) has signed contribution agreement? (yes/no)
Committer | Username | Affiliation | Contribution Agrement Signed? | Ok? |
---|---|---|---|---|
Name | Username | Company | Yes | Yes |
Further Issues
List or reference a list of any outstanding issues not already listed above. Typically link to issues in project's issue tracker.