Opened 3 years ago
Last modified 2 years ago
#2073 open task
Add SPDX license IDs to all source files
Reported by: | zzz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | eventually |
Component: | other | Version: | 0.9.32 |
Keywords: | standards, cleanup, license | Cc: | Zlatin Balevsky |
Parent Tickets: | Sensitive: | no |
Description (last modified by )
https://lwn.net/Articles/738235/
https://spdx.org/using-spdx
https://en.wikipedia.org/wiki/SPDX
this is a one-liner, e.g.:
SPDX-License-Identifier: GPL-2.0
or
/* SPDX-License-Identifier: GPL-2.0 */
Not quite apparent how we represent "free to use / public domain" - probably CC0. There is also a WTFPL for sponge's stuff.
Subtickets
Change History (3)
comment:1 Changed 3 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 3 years ago by
Keywords: | standards cleanup license added |
---|---|
Status: | new → open |
comment:3 Changed 2 years ago by
Cc: | Zlatin Balevsky added |
---|
Note: See
TracTickets for help on using
tickets.
The exact specification of how to use SPDX-License-Identifier is given here. Note that it needs to be exact, so we need to specify all alternative or concurrent licenses, where they exist.