]> mj.ucw.cz Git - libucw.git/commitdiff
Main: Update copyrights and remove debug dumps
authorMartin Mares <mj@ucw.cz>
Fri, 25 Feb 2011 18:07:43 +0000 (19:07 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 25 Feb 2011 18:07:43 +0000 (19:07 +0100)
ucw/main-block.c
ucw/mainloop.c
ucw/mainloop.h

index 7363c2c3690e41e43271756d2eb80cf69aa54173..918cb77762fa4a6c068c3f9858e389f95bee973c 100644 (file)
@@ -1,13 +1,13 @@
 /*
  *     UCW Library -- Main Loop: Block I/O
  *
- *     (c) 2004--2010 Martin Mares <mj@ucw.cz>
+ *     (c) 2004--2011 Martin Mares <mj@ucw.cz>
  *
  *     This software may be freely distributed and used according to the terms
  *     of the GNU Lesser General Public License.
  */
 
-#define LOCAL_DEBUG
+#undef LOCAL_DEBUG
 
 #include "ucw/lib.h"
 #include "ucw/mainloop.h"
index 0af9bf14ddc21f15c8af9a8ce50be658d1237d0b..eb0f6924093eca8504a5a0755e6ff66a1cc40afe 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     UCW Library -- Main Loop
  *
- *     (c) 2004--2010 Martin Mares <mj@ucw.cz>
+ *     (c) 2004--2011 Martin Mares <mj@ucw.cz>
  *
  *     This software may be freely distributed and used according to the terms
  *     of the GNU Lesser General Public License.
index 930124007df6d544e4fdff078a714a595fabbbf2..f74057da29debf52d8666ce6937d1ad608538f98 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     UCW Library -- Main Loop
  *
- *     (c) 2004--2010 Martin Mares <mj@ucw.cz>
+ *     (c) 2004--2011 Martin Mares <mj@ucw.cz>
  *
  *     This software may be freely distributed and used according to the terms
  *     of the GNU Lesser General Public License.