]> granicus.if.org Git - pdns/commitdiff
Hello 2019!
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 2 Jan 2019 09:33:58 +0000 (10:33 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 2 Jan 2019 10:00:01 +0000 (11:00 +0100)
README.md
docs/conf.py
pdns/dnsdistdist/docs/conf.py
pdns/minicurl.cc
pdns/minicurl.hh
pdns/recursordist/README.md
pdns/recursordist/docs/conf.py
pdns/version.cc
pdns/ws-auth.cc

index 40d4171479a586a09f31aa11183571f7290f59b0..3f85d438f6d38e35e5dee6d71407b760dd4b20e6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-PowerDNS is copyright © 2001-2018 by PowerDNS.COM BV and lots of
+PowerDNS is copyright © 2001-2019 by PowerDNS.COM BV and lots of
 contributors, using the GNU GPLv2 license (see NOTICE for the
 exact license and exception used).
 
index c82c3926365b129d883dc350ae0ee7a22c5acebc..b09c0f212cc1e2f5726d7a7b5d02336926d40ac8 100644 (file)
@@ -51,7 +51,7 @@ master_doc = 'indexTOC'
 
 # General information about the project.
 project = 'PowerDNS Authoritative Server'
-copyright = '2001-2018, PowerDNS.COM BV'
+copyright = '2001-2019, PowerDNS.COM BV'
 author = 'PowerDNS.COM BV'
 
 # The version info for the project you're documenting, acts as replacement for
index 9e03e9fad3a94f551d0a2ab36646af1ef2f8c1a4..e388c780811cafd4979fb72f50c2a8b58df72efa 100644 (file)
@@ -48,7 +48,7 @@ master_doc = 'index_TOC'
 
 # General information about the project.
 project = 'dnsdist'
-copyright = '2015-2018, PowerDNS.COM BV and its contributors'
+copyright = '2015-2019, PowerDNS.COM BV and its contributors'
 author = 'PowerDNS.COM BV and its contributors'
 
 # The version info for the project you're documenting, acts as replacement for
index a02239a44bb535ce450c4439066d2bf7f7e61882..bd80f92cbb1f751f243342c8739942ae5e2bb237 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * MIT License
  *
- * Copyright (c) 2018 powerdns.com bv
+ * Copyright (c) 2018-2019 powerdns.com bv
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index 28925f3de94cf4a818f492f80c5286e07d533091..0218754f3d9873e9ea86b4d9a646e46e486ef506 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * MIT License
  *
- * Copyright (c) 2018 powerdns.com bv
+ * Copyright (c) 2018-2019 powerdns.com bv
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index e59c1e87a62b2032a8faa3ee4c620e07eec20d8b..cc3368cce7dae6fc707066e7c7b9b24e529e843b 100644 (file)
@@ -91,6 +91,6 @@ reported.
 
 License
 -------
-PowerDNS is copyright © 2001-2018 by PowerDNS.COM BV and lots of
+PowerDNS is copyright © 2001-2019 by PowerDNS.COM BV and lots of
 contributors, using the GNU GPLv2 license (see NOTICE for the
 exact license and exception used).
index 46837173ca2f85ee6fdca46394345ee22e971b8a..0b5f16d0a7a5b3a6315b1e0f382588154dd86697 100644 (file)
@@ -51,7 +51,7 @@ master_doc = 'indexTOC'
 
 # General information about the project.
 project = 'PowerDNS Recursor'
-copyright = '2001-2018, PowerDNS.COM BV'
+copyright = '2001-2019, PowerDNS.COM BV'
 author = 'PowerDNS.COM BV'
 
 # The version info for the project you're documenting, acts as replacement for
index eb4be219d817d7381503a6a15281db4f34d47d48..9ecfc34998edc13b8540203b9450ef17157230e1 100644 (file)
@@ -67,7 +67,7 @@ string productTypeApiType() {
 
 void showProductVersion()
 {
-  g_log<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2018 "
+  g_log<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2019 "
     "PowerDNS.COM BV" << endl;
   g_log<<Logger::Warning<<"Using "<<(sizeof(unsigned long)*8)<<"-bits mode. "
     "Built using " << compilerVersion()
index f822bdf27bd5b1732c57baa135383906dced5afe..2f111c067697f9c202871cf556e3740ac4a8dce9 100644 (file)
@@ -288,7 +288,7 @@ void AuthWebServer::indexfunction(HttpRequest* req, HttpResponse* resp)
     printtable(ret,req->getvars["ring"],S.getRingTitle(req->getvars["ring"]),100);
 
   ret<<"</div></div>"<<endl;
-  ret<<"<footer class=\"row\">"<<fullVersionString()<<"<br>&copy; 2013 - 2018 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
+  ret<<"<footer class=\"row\">"<<fullVersionString()<<"<br>&copy; 2013 - 2019 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
   ret<<"</body></html>"<<endl;
 
   resp->body = ret.str();