diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-09 22:06:51 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-09 22:06:51 +0000 |
commit | 4f9662e7cbdc08cece6a24bf630a302c5a8d47ac (patch) | |
tree | 580baccebdb9ee4d19d27370b88cab1e70db473d /tools | |
parent | 2e59d9bd67adbb5a53be7fec99926efa2543d7f8 (diff) |
- respond.c: update copyright header
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3132 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'tools')
-rw-r--r-- | tools/respond.c | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/tools/respond.c b/tools/respond.c index 8884ea5..b08fa8c 100644 --- a/tools/respond.c +++ b/tools/respond.c @@ -1,9 +1,6 @@ /* - * tools/rsa_respond/respond.c - * A simple RSA authentification challenge response generator for the - * ircd-hybrid CHALLENGE command. - * This code is Copyright(C)2001 by the past and present ircd-hybrid - * developers. + * Copyright (c) 2001-2014 ircd-hybrid development team + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -16,8 +13,13 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * $Id: respond.c 33 2005-10-02 20:50:00Z knight $ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + */ + +/*! \file respond.c + * \brief A simple RSA authentification challenge response generator for the ircd-hybrid CHALLENGE command. + * \version $Id: m_admin.c 3109 2014-03-06 19:25:12Z michael $ */ #include <stdio.h> |