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:
Viktor Szakats 2025-07-11 14:42:13 +02:00
parent 886389dc01
commit 75395eb003
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
7 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -170,7 +170,7 @@ sub single {
push @desc, sprintf <<HEAD
---
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: $title
Section: $section

View file

@ -49,7 +49,7 @@ print <<HEAD
* | (__| |_| | _ <| |___
* \\___|\\___/|_| \\_\\_____|
*
* Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
* Copyright (C) Daniel Stenberg, <daniel\@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms

View file

@ -78,7 +78,7 @@ sub single {
print <<HEAD
---
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: $title
Section: $section