diff --git a/libssh/auth.c b/libssh/auth.c index add375df..df7d0196 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -1,6 +1,7 @@ /* auth.c deals with authentication methods */ /* Copyright (c) 2003-2008 Aris Adamantiadis +Copyright (c) 2008-2009 Andreas Schneider This file is part of the SSH Library @@ -25,7 +26,7 @@ MA 02111-1307, USA. */ #include #include -/** \defgroup ssh_auth Authentication functions +/** \defgroup ssh_auth SSH Authentication functions * \brief functions to authenticate to servers */ /** \addtogroup ssh_auth