Browse Source

Merge pull request #712 from 103yiran/103yiran-patch-1

 correcting the copyright format error
Tatsuhiro Tsujikawa 9 years ago
parent
commit
537b8659d2

+ 3 - 0
src/LpdMessage.cc

@@ -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"
 

+ 3 - 0
src/LpdMessage.h

@@ -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 --> */
+ 
 #ifndef D_LPD_MESSAGE_H
 #define D_LPD_MESSAGE_H
 

+ 3 - 0
src/LpdMessageDispatcher.cc

@@ -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 "LpdMessageDispatcher.h"
 #include "SocketCore.h"
 #include "A2STR.h"

+ 3 - 0
src/LpdMessageDispatcher.h

@@ -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 --> */
+ 
 #ifndef D_LPD_MESSAGE_DISPATCHER_H
 #define D_LPD_MESSAGE_DISPATCHER_H
 

+ 3 - 0
src/LpdMessageReceiver.cc

@@ -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 "LpdMessageReceiver.h"
 #include "SocketCore.h"
 #include "Logger.h"

+ 3 - 0
src/LpdMessageReceiver.h

@@ -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 --> */
+ 
 #ifndef D_LPD_MESSAGE_RECEIVER_H
 #define D_LPD_MESSAGE_RECEIVER_H
 

+ 1 - 0
src/a2netcompat.h

@@ -1,3 +1,4 @@
+/* <!-- copyright */
 /*
  * aria2 - The high speed download utility
  *

+ 1 - 0
src/a2time.h

@@ -1,3 +1,4 @@
+/* <!-- copyright */
 /*
  * aria2 - The high speed download utility
  *