]> mj.ucw.cz Git - libucw.git/commitdiff
Added copyright messages.
authorMartin Mares <mj@ucw.cz>
Thu, 20 Sep 2007 17:32:21 +0000 (19:32 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 20 Sep 2007 17:32:21 +0000 (19:32 +0200)
debug/sorter/radix-asio-test.c
debug/sorter/radix-file-test.c

index f2800f8721d355be586f1785f0a485f954a20326..7858985d19790a8a9403156ec53d2005dfc9bc9b 100644 (file)
@@ -1,5 +1,7 @@
 /*
  *  An experiment with parallel reading and writing of files using ASIO.
+ *
+ *  (c) 2007 Martin Mares <mj@ucw.cz>
  */
 
 #include "lib/lib.h"
index b776d1ea9fd01a7e4332060c22bb06bbb541ec3f..d2cd386f697862dd0f320a141d940c824d7acad8 100644 (file)
@@ -1,5 +1,7 @@
 /*
  *  An experiment with parallel reading and writing of files.
+ *
+ *  (c) 2007 Martin Mares <mj@ucw.cz>
  */
 
 #include "lib/lib.h"