mirror of
https://github.com/curl/curl.git
synced 2026-08-09 14:44:17 +03:00
scripts: fix to quote the copyright email address
Also: - fix the generated output in repo files. Cherry-picked from #17877 Closes #17903
This commit is contained in:
parent
886389dc01
commit
75395eb003
7 changed files with 7 additions and 7 deletions
|
|
@ -35,7 +35,7 @@ my $year = strftime "%Y", @ts;
|
|||
|
||||
print <<HEADER
|
||||
---
|
||||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
c: Copyright (C) Daniel Stenberg, <daniel\@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Title: libcurl-symbols
|
||||
Section: 3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
c: Copyright (C) Daniel Stenberg, <daniel.se>, et al.
|
||||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Title: CURLOPT_UPLOAD_FLAGS
|
||||
Section: 3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
c: Copyright (C) Daniel Stenberg, <daniel.se>, et al.
|
||||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Title: runtests.pl
|
||||
Section: 1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
c: Copyright (C) Daniel Stenberg, <daniel.se>, et al.
|
||||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Title: testcurl.pl
|
||||
Section: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue