Opened 7 years ago
Last modified 19 months ago
#5 new task
Add license header to all source files
| Reported by: | uwe | Owned by: | uwe |
|---|---|---|---|
| Priority: | blocker | Milestone: | Resolve license issues |
| Component: | coreboot | Keywords: | |
| Cc: | Dependencies: | ||
| Patch Status: | there is no patch |
Description (last modified by stepan)
Every source code file must have an appropriate license header stating
- the copyright holder,
- the year(s) when the code was written/changed.
- the (GPL) license header. See here for an example.
Attachments (0)
Change History (8)
comment:1 Changed 7 years ago by stepan
- include_gantt set to 1
comment:2 Changed 7 years ago by stepan
- due_assign set to 31/10/2006
- due_close set to 31/12/2006
comment:3 Changed 7 years ago by stepan
- due_assign changed from 31/10/2006 to 10/31/2006
- due_close changed from 31/12/2006 to 12/31/2006
comment:4 Changed 6 years ago by uwe
comment:5 Changed 6 years ago by stepan
- Patch Status set to there is no patch
Is there a list of relevant missing license headers in v2? (ie. not config files or trivial Makefiles)
comment:6 Changed 5 years ago by stepan
- Owner changed from somebody to uwe
comment:7 Changed 5 years ago by stepan
- Description modified (diff)
comment:8 Changed 19 months ago by oxygene
One of our lint tests ("make lint") looks for proper license headers.
Note: See
TracTickets for help on using
tickets.

(In [2520]) Use the common LinuxBIOS license header (trivial). Refs #5.
Signed-off-by: Uwe Hermann <uwe@…>
Acked-by: Uwe Hermann <uwe@…>