diff --git a/include/libssh2.h b/include/libssh2.h index 0eb367b..5cc8774 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -1,5 +1,5 @@ /* Copyright (c) 2004-2009, Sara Golemon - * Copyright (c) 2009-2010 Daniel Stenberg + * Copyright (c) 2009-2012 Daniel Stenberg * Copyright (c) 2010 Simon Josefsson * All rights reserved. * @@ -40,7 +40,7 @@ #ifndef LIBSSH2_H #define LIBSSH2_H 1 -#define LIBSSH2_COPYRIGHT "2004-2011 The libssh2 project and its contributors." +#define LIBSSH2_COPYRIGHT "2004-2012 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