diff options
author | Daniel Stenberg <daniel@haxx.se> | 2023-01-02 13:51:48 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2023-01-03 09:19:21 +0100 |
commit | 2bc1d775f510196154283374284f98d3eae03544 (patch) | |
tree | 380d04775d372867e5c222655f145aa0c113bde4 /lib/ftp.c | |
parent | 3e9c2924d6058dda708aa95e1898f70b22b46461 (diff) | |
download | curl-2bc1d775f510196154283374284f98d3eae03544.tar.gz |
copyright: update all copyright lines and remove year ranges
- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- saves us from pointless churn
- git keeps history for us
- the year range is kept in COPYING
checksrc is updated to allow non-year using copyright statements
Closes #10205
Diffstat (limited to 'lib/ftp.c')
-rw-r--r-- | lib/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 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 |