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/trace-time.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/trace-time.d')
-rw-r--r-- | docs/cmdline-opts/trace-time.d | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cmdline-opts/trace-time.d b/docs/cmdline-opts/trace-time.d index ea276c388..7e4cf855b 100644 --- a/docs/cmdline-opts/trace-time.d +++ b/docs/cmdline-opts/trace-time.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. +SPDX-License-Identifier: curl Long: trace-time Help: Add time stamps to trace/verbose output Added: 7.14.0 |