summaryrefslogtreecommitdiff
path: root/scripts/ciconfig.pl
Commit message (Collapse)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
| | | | | | | | | | | | - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
| | | | | | | | | | | Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
* perl: removed a double semicolon at end of lineMatteo Baccan2022-04-141-1/+1
| | | | | | | Remove double semicolons at end of line in Perl code. Closes: #8709 Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
* scripts/ciconfig.pl: show used options not availableDaniel Stenberg2022-02-141-0/+8
|
* scripts/ciconfig: show CI job config infoDaniel Stenberg2022-02-131-0/+176
Closes #8446