| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-11 | all: implement apply command | Shulhan | |
| The apply command read the "spdxconv.report" and apply the license and copyright as stated on each file in the report. A file that has been successfully processed will be removed from the report. | |||
| 2026-01-08 | all: fix wrong copyright year on some files | Shulhan | |
| I wrote the initial codes in December 2025 but commit it on year 2026. | |||
| 2026-01-08 | all: add missing license and copyright | Shulhan | |
| Ah, the irony. | |||
| 2026-01-08 | all: implement conversion for SPDX-License-Identifier | Shulhan | |
| If the file contains "SPDX-License-Identifier", it will not modify it. The program will move the identifier to the top of file after shebang. If the spdxconv.cfg contains match-license, and the pattern match with one of the line in the file, it will use the license_identifier instead of default one and insert it at the top, after shebang. If the files does not contains the identifier, it will insert new one based on default value in spdxconv.cfg file. | |||
