From: Bert Hubert Date: Sun, 19 Mar 2006 19:17:24 +0000 (+0000) Subject: update copyright X-Git-Tag: rec-3-0~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a323a5c77e457f17429243dd35104b17c678dc37;p=pdns update copyright git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@596 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/mtasker.cc b/pdns/mtasker.cc index 45e597a0f..5551e4652 100644 --- a/pdns/mtasker.cc +++ b/pdns/mtasker.cc @@ -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 @@ templateint MTasker::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; diff --git a/pdns/mtasker.hh b/pdns/mtasker.hh index a94b8f23c..d0a92a7ec 100644 --- a/pdns/mtasker.hh +++ b/pdns/mtasker.hh @@ -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