From 75395eb003f9bdae9d72b6c01d94e21cb329b74c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Jul 2025 14:42:13 +0200 Subject: [PATCH] scripts: fix to quote the copyright email address Also: - fix the generated output in repo files. Cherry-picked from #17877 Closes #17903 --- docs/libcurl/mksymbolsmanpage.pl | 2 +- docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md | 2 +- docs/runtests.md | 2 +- docs/testcurl.md | 2 +- scripts/cd2cd | 2 +- scripts/extract-unit-protos | 2 +- scripts/nroff2cd | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/libcurl/mksymbolsmanpage.pl b/docs/libcurl/mksymbolsmanpage.pl index 9d93abdcbd..a79688953c 100755 --- a/docs/libcurl/mksymbolsmanpage.pl +++ b/docs/libcurl/mksymbolsmanpage.pl @@ -35,7 +35,7 @@ my $year = strftime "%Y", @ts; print <
, et al. +c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Title: libcurl-symbols Section: 3 diff --git a/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md b/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md index 4c650186bf..973af24b80 100644 --- a/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md +++ b/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md @@ -1,5 +1,5 @@ --- -c: Copyright (C) Daniel Stenberg, , et al. +c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Title: CURLOPT_UPLOAD_FLAGS Section: 3 diff --git a/docs/runtests.md b/docs/runtests.md index 346ce5aca1..5c3c339a1f 100644 --- a/docs/runtests.md +++ b/docs/runtests.md @@ -1,5 +1,5 @@ --- -c: Copyright (C) Daniel Stenberg, , et al. +c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Title: runtests.pl Section: 1 diff --git a/docs/testcurl.md b/docs/testcurl.md index 217f61fae7..e4acab6db7 100644 --- a/docs/testcurl.md +++ b/docs/testcurl.md @@ -1,5 +1,5 @@ --- -c: Copyright (C) Daniel Stenberg, , et al. +c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Title: testcurl.pl Section: 1 diff --git a/scripts/cd2cd b/scripts/cd2cd index f1ade5a429..3eaa0219e7 100755 --- a/scripts/cd2cd +++ b/scripts/cd2cd @@ -170,7 +170,7 @@ sub single { push @desc, sprintf <, et al. +c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Title: $title Section: $section diff --git a/scripts/extract-unit-protos b/scripts/extract-unit-protos index 9fc6c1b9a3..48fa1e8791 100755 --- a/scripts/extract-unit-protos +++ b/scripts/extract-unit-protos @@ -49,7 +49,7 @@ print <, et al. + * Copyright (C) Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/scripts/nroff2cd b/scripts/nroff2cd index fdf5bde29d..17361b227b 100755 --- a/scripts/nroff2cd +++ b/scripts/nroff2cd @@ -78,7 +78,7 @@ sub single { print <, et al. +c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Title: $title Section: $section -- 2.47.2