mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +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
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue