diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-06-14 00:12:03 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-06-14 08:48:09 +0200 |
commit | df45fd1794b1ff3052a96a39c1fccfc8bc5ec6a9 (patch) | |
tree | 82d1db42011211cc5638ff7ab166bdb7563ed998 /docs/cmdline-opts/ntlm.d | |
parent | d82c7eedeaa8bc18cd207d96b64252488ad806c0 (diff) | |
download | curl-df45fd1794b1ff3052a96a39c1fccfc8bc5ec6a9.tar.gz |
docs/cmdline-opts: add copyright and license identifier to each file
gen.pl now insists on C: and SPDX-License-Identifier: fields to be
present in all files.
Closes #9002
Diffstat (limited to 'docs/cmdline-opts/ntlm.d')
-rw-r--r-- | docs/cmdline-opts/ntlm.d | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cmdline-opts/ntlm.d b/docs/cmdline-opts/ntlm.d index 658218a10..66b513e66 100644 --- a/docs/cmdline-opts/ntlm.d +++ b/docs/cmdline-opts/ntlm.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. +SPDX-License-Identifier: curl Long: ntlm Help: Use HTTP NTLM authentication Mutexed: basic negotiate digest anyauth |