correcting the copyright format error
@@ -1,3 +1,4 @@
+/* <!-- copyright */
/*
* aria2 - The high speed download utility
*
@@ -30,6 +31,8 @@
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*/
+ /* copyright --> */
+
#include "LpdMessage.h"
#include "Peer.h"
#ifndef D_LPD_MESSAGE_H
#define D_LPD_MESSAGE_H
#include "LpdMessageDispatcher.h"
#include "SocketCore.h"
#include "A2STR.h"
#ifndef D_LPD_MESSAGE_DISPATCHER_H
#define D_LPD_MESSAGE_DISPATCHER_H
#include "LpdMessageReceiver.h"
#include "Logger.h"
#ifndef D_LPD_MESSAGE_RECEIVER_H
#define D_LPD_MESSAGE_RECEIVER_H