From d709e3f9d0823115bb3e832a4da433a4279741a1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 4 Apr 2023 17:52:10 +0000 Subject: [PATCH] libssh2.h: bump LIBSSH2_COPYRIGHT year [ci skip] --- include/libssh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh2.h b/include/libssh2.h index 7d9b3397..c932d763 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -40,7 +40,7 @@ #ifndef LIBSSH2_H #define LIBSSH2_H 1 -#define LIBSSH2_COPYRIGHT "2004-2021 The libssh2 project and its contributors." +#define LIBSSH2_COPYRIGHT "2004-2023 The libssh2 project and its contributors." /* We use underscore instead of dash when appending DEV in dev versions just to make the BANNER define (used by src/session.c) be a valid SSH