]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
scripts: fix to quote the copyright email address
authorViktor Szakats <commit@vsz.me>
Fri, 11 Jul 2025 12:42:13 +0000 (14:42 +0200)
committerViktor Szakats <commit@vsz.me>
Sat, 12 Jul 2025 06:59:44 +0000 (08:59 +0200)
Also:
- fix the generated output in repo files.

Cherry-picked from #17877
Closes #17903

docs/libcurl/mksymbolsmanpage.pl
docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md
docs/runtests.md
docs/testcurl.md
scripts/cd2cd
scripts/extract-unit-protos
scripts/nroff2cd

index 9d93abdcbdb7138c4f6ddfe3567daf82b2e98de7..a79688953c448ab190c30ce74504b8a9a5506607 100755 (executable)
@@ -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
index 4c650186bf50a095aee183e649e8446ccc2b3999..973af24b803251d6eec9be40ae3b0b1e3d9b2cef 100644 (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
index 346ce5aca1f268c1dae00f873b9cb5055064a2ac..5c3c339a1f03a766f252b0b9c13f87e4cbf034f0 100644 (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
index 217f61fae79a29791f4dfe4abd4e661c8b193c45..e4acab6db7de0cb2aff2fa57e889cf7227bba96d 100644 (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
index f1ade5a42995ba0376a085f93952ba69c98aed74..3eaa0219e72fcb8845acd1db2b3ee072768eb019 100755 (executable)
@@ -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
index 9fc6c1b9a34935d5e8314c7ed0092145bbae24d8..48fa1e87915e21f35cebe8d89be9e244ef554161 100755 (executable)
@@ -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
index fdf5bde29d443761b42fa682dfcc4e39b03cd7b3..17361b227bf5a26cfb6bc57e208fd85f4fc5d3c0 100755 (executable)
@@ -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