Move protocol details from above the copyright notice to below.
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 28 Jan 2011 20:37:28 +0000 (20:37 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 28 Jan 2011 20:37:28 +0000 (20:37 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35693 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-irc.c

index 32b63c4046cdf7afe7eeef8eed3c6fa661fe3751..841c77860b5d550e4f19edbd4537d655e58b4213 100644 (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$
  *
  * 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