From 9699cdcf2639c8f0f798983c11232feb6a9541e3 Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Fri, 28 Jan 2011 20:37:28 +0000 Subject: [PATCH] Move protocol details from above the copyright notice to below. svn path=/trunk/; revision=35693 --- epan/dissectors/packet-irc.c | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/epan/dissectors/packet-irc.c b/epan/dissectors/packet-irc.c index 32b63c4046..841c77860b 100644 --- a/epan/dissectors/packet-irc.c +++ b/epan/dissectors/packet-irc.c @@ -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