mirror of
https://github.com/curl/curl.git
synced 2026-07-15 20:07:19 +03:00
docs/cmdline-opts: add copyright and license identifier to each file
gen.pl now insists on C: and SPDX-License-Identifier: fields to be present in all files. Closes #9002
This commit is contained in:
parent
d82c7eedea
commit
df45fd1794
251 changed files with 520 additions and 1 deletions
|
|
@ -32,7 +32,6 @@
|
|||
# regexes of files to not scan
|
||||
my @skiplist=(
|
||||
'^tests\/data\/test(\d+)$', # test case data
|
||||
'^docs\/cmdline-opts\/[a-z]+(.*)\.d$', # curl.1 pieces
|
||||
|
||||
# all uppercase file name, possibly with dot and dash. But do not exclude
|
||||
# the man pages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue