]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
misc: add missing SPDX-License-Identifier info
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Jun 2022 07:51:49 +0000 (09:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Jun 2022 08:08:17 +0000 (10:08 +0200)
For some reason the REUSE CI job did not find these.

Closes #8999

docs/libcurl/opts/CURLINFO_CAINFO.3
docs/libcurl/opts/CURLINFO_CAPATH.3
docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3
docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3
tests/libtest/lib3026.c

index 004cd2c89c0273a74ff2b69f165df7534c672f05..3c620bb5642ee0dda9e33ee384f1102d8b190465 100644 (file)
@@ -18,6 +18,8 @@
 .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
 .\" * KIND, either express or implied.
 .\" *
+.\" * SPDX-License-Identifier: curl
+.\" *
 .\" **************************************************************************
 .\"
 .TH CURLINFO_CAINFO 3 "20 May 2022" "libcurl 7.84.0" "curl_easy_getinfo options"
index 0d9ea654b0f7dcaea5b3234768a49e64dbc90686..a5d396dad245ca0cfaa102c41417e98d483b07fc 100644 (file)
@@ -18,6 +18,8 @@
 .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
 .\" * KIND, either express or implied.
 .\" *
+.\" * SPDX-License-Identifier: curl
+.\" *
 .\" **************************************************************************
 .\"
 .TH CURLINFO_CAPATH 3 "20 May 2022" "libcurl 7.84.0" "curl_easy_getinfo options"
index bb5235d096bc7f08469297152e29f4635d713713..e74573860535c53346f88f7dc335a2321521b61f 100644 (file)
@@ -18,6 +18,8 @@
 .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
 .\" * KIND, either express or implied.
 .\" *
+.\" * SPDX-License-Identifier: curl
+.\" *
 .\" **************************************************************************
 .\"
 .TH CURLOPT_SSH_KEYDATA 3 "4 Nov 2021" "libcurl 7.84.0" "curl_easy_setopt options"
index be6563ff8ee3ee33e3b92155c062c11cae9eba51..422392e5071e39702aca51374edf14ba620f11b8 100644 (file)
@@ -18,6 +18,8 @@
 .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
 .\" * KIND, either express or implied.
 .\" *
+.\" * SPDX-License-Identifier: curl
+.\" *
 .\" **************************************************************************
 .\"
 .TH CURLOPT_SSH_HOSTKEYFUNCTION 3 "4 Nov 2021" "libcurl 7.84.0" "curl_easy_setopt options"
index 954b419171604e86524294bc7becbfc80cd2b34d..8c4a34de91c57d989856da68dcc6154692d98cdf 100644 (file)
@@ -18,6 +18,8 @@
  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  * KIND, either express or implied.
  *
+ * SPDX-License-Identifier: curl
+ *
  ***************************************************************************/
 #include "test.h"