summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-01-28 20:37:28 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-01-28 20:37:28 +0000
commit9699cdcf2639c8f0f798983c11232feb6a9541e3 (patch)
treec160270037508d774cf3ffd5ecbd81ef0f21b347
parentfd1e26d285f699ed059a78d628207efb1bbaaf4a (diff)
downloadwireshark-9699cdcf2639c8f0f798983c11232feb6a9541e3.tar.gz
Move protocol details from above the copyright notice to below.
svn path=/trunk/; revision=35693
-rw-r--r--epan/dissectors/packet-irc.c31
1 files 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