diff options
author | max.mehl <max.mehl@fsfe.org> | 2022-05-17 11:16:50 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-06-13 09:13:00 +0200 |
commit | ad9bc5976d6661cd5b03ebc379313bf657701c14 (patch) | |
tree | 426eda5bab8991572f9e80b11844eb525ce18163 /lib/hostip.h | |
parent | 965119855d74c918372099bdcf81efa76b7a6988 (diff) | |
download | curl-ad9bc5976d6661cd5b03ebc379313bf657701c14.tar.gz |
copyright: make repository REUSE compliant
Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the file
`.reuse/dep5`.
This commit also adds a Github workflow to check pull requests and adapts
copyright.pl to the changes.
Closes #8869
Diffstat (limited to 'lib/hostip.h')
-rw-r--r-- | lib/hostip.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/hostip.h b/lib/hostip.h index 1db598184..4b603378b 100644 --- a/lib/hostip.h +++ b/lib/hostip.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2022, 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 @@ -20,6 +20,8 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * + * SPDX-License-Identifier: curl + * ***************************************************************************/ #include "curl_setup.h" |