]> granicus.if.org Git - pdns/commitdiff
update copyright
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 19 Mar 2006 19:17:24 +0000 (19:17 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 19 Mar 2006 19:17:24 +0000 (19:17 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@596 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/mtasker.cc
pdns/mtasker.hh

index 45e597a0f5977ff1c11720ec6dcd0a874c282633..5551e4652eefc2042818c5514d6f273a8f3cd27e 100644 (file)
@@ -25,7 +25,7 @@
     support for waiting on events which can return values.
 
     \section copyright Copyright and License
-    MTasker is (c) 2002 - 2005 by bert hubert. It is licensed to you under the terms of the GPL version 2.
+    MTasker is (c) 2002 - 2006 by bert hubert. It is licensed to you under the terms of the GPL version 2.
 
     \section overview High level overview
     MTasker is designed to support very simple cooperative multitasking to facilitate writing 
@@ -167,7 +167,7 @@ template<class EventKey, class EventVal>int MTasker<EventKey,EventVal>::waitEven
 
   Waiter w;
   w.context=new ucontext_t;
-  w.ttd= timeout ? time(0)+timeout : 0;
+  w.ttd= timeout ? (time(0)+timeout) : 0;
   w.tid=d_tid;
   
   w.key=key;
index a94b8f23c3158654c2fe748a8edd422d5ac68d50..d0a92a7ec9a8cf5e34204b8a2461221db82ef6b7 100644 (file)
@@ -1,6 +1,6 @@
 /*
     PowerDNS Versatile Database Driven Nameserver
-    Copyright (C) 2002  PowerDNS.COM BV
+    Copyright (C) 2002 - 2006  PowerDNS.COM BV
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by