From: Martin Mares Date: Thu, 20 Sep 2007 17:32:21 +0000 (+0200) Subject: Added copyright messages. X-Git-Tag: holmes-import~506^2~13^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=57fef976f05fba326bcb19cc59532a780807c43c;p=libucw.git Added copyright messages. --- diff --git a/debug/sorter/radix-asio-test.c b/debug/sorter/radix-asio-test.c index f2800f87..7858985d 100644 --- a/debug/sorter/radix-asio-test.c +++ b/debug/sorter/radix-asio-test.c @@ -1,5 +1,7 @@ /* * An experiment with parallel reading and writing of files using ASIO. + * + * (c) 2007 Martin Mares */ #include "lib/lib.h" diff --git a/debug/sorter/radix-file-test.c b/debug/sorter/radix-file-test.c index b776d1ea..d2cd386f 100644 --- a/debug/sorter/radix-file-test.c +++ b/debug/sorter/radix-file-test.c @@ -1,5 +1,7 @@ /* * An experiment with parallel reading and writing of files. + * + * (c) 2007 Martin Mares */ #include "lib/lib.h"