Move protocol details from above the copyright notice to below.

svn path=/trunk/; revision=35693
This commit is contained in:
Stephen Fisher 2011-01-28 20:37:28 +00:00
parent fd1e26d285
commit 9699cdcf26
1 changed files with 17 additions and 14 deletions

View File

@ -1,18 +1,4 @@
/* packet-irc.c
* Routines for IRC packet dissection
*
* See
*
* http://www.irchelp.org/irchelp/rfc/
*
* and the RFCs and other documents it mentions, such as RFC 1459, RFCs
* 2810, 2811, 2812, and 2813,
*
* http://www.irchelp.org/irchelp/rfc/ctcpspec.html
*
* and
*
* http://www.invlogic.com/irc/ctcp.html
*
* $Id$
*
@ -37,6 +23,23 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/*
* Routines for IRC packet dissection
*
* See
*
* http://www.irchelp.org/irchelp/rfc/
*
* and the RFCs and other documents it mentions, such as RFC 1459, RFCs
* 2810, 2811, 2812, and 2813,
*
* http://www.irchelp.org/irchelp/rfc/ctcpspec.html
*
* and
*
* http://www.invlogic.com/irc/ctcp.html
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif