diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-01-30 19:13:01 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-01-30 19:13:18 +0100 |
commit | 28b5b1c20a7f38b079b8828d06423d4b7a3ed439 (patch) | |
tree | 7552468d60dae9d6eb8bab766c712f95e722ff8e | |
parent | 33a77cb528f995ac38ea49c7548dffc8e09b5d9b (diff) | |
download | curl-28b5b1c20a7f38b079b8828d06423d4b7a3ed439.tar.gz |
quiche: Copyright year out of date
Follow-up to 7fc63d72333a
-rw-r--r-- | lib/vquic/quiche.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vquic/quiche.c b/lib/vquic/quiche.c index ad5129c92..d09ba7038 100644 --- a/lib/vquic/quiche.c +++ b/lib/vquic/quiche.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2020, 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 |