/*
PowerDNS Versatile Database Driven Nameserver
- Copyright (C) 2005 - 2013 PowerDNS.COM BV
+ Copyright (C) 2005 - 2016 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 version 2
/*
PowerDNS Versatile Database Driven Nameserver
- Copyright (C) 2003 - 2015 PowerDNS.COM BV
+ Copyright (C) 2003 - 2016 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 version 2
/*
PowerDNS Versatile Database Driven Nameserver
- Copyright (C) 2002 - 2013 PowerDNS.COM BV
+ Copyright (C) 2002 - 2016 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 version 2
void showProductVersion()
{
- theL()<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2015 "
+ theL()<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2016 "
"PowerDNS.COM BV" << endl;
theL()<<Logger::Warning<<"Using "<<(sizeof(unsigned long)*8)<<"-bits mode. "
"Built using " << compilerVersion()
/*
- Copyright (C) 2002 - 2015 PowerDNS.COM BV
+ Copyright (C) 2002 - 2016 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 version 2
printtable(ret,req->getvars["ring"],S.getRingTitle(req->getvars["ring"]),100);
ret<<"</div></div>"<<endl;
- ret<<"<footer class=\"row\">"<<fullVersionString()<<"<br>© 2013 - 2015 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
+ ret<<"<footer class=\"row\">"<<fullVersionString()<<"<br>© 2013 - 2016 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
ret<<"</body></html>"<<endl;
resp->body = ret.str();