]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Do not include year(s) in copyright messages. 13044/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 17 Jul 2023 15:00:04 +0000 (17:00 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 17 Jul 2023 15:00:04 +0000 (17:00 +0200)
It's too hard to keep up-to-date and serves no real purpose.

pdns/version.cc

index 721439b2e4fea3166386c6eeb5db3cf98c401def..3575303ca547a12f2879ccfbdd0ed20d09bde462 100644 (file)
@@ -67,7 +67,7 @@ string productTypeApiType() {
 
 void showProductVersion()
 {
-  g_log<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2022 "
+  g_log<<Logger::Warning<<productName()<<" "<< VERSION << " (C) "
     "PowerDNS.COM BV" << endl;
   g_log<<Logger::Warning<<"Using "<<(sizeof(unsigned long)*8)<<"-bits mode. "
     "Built using " << compilerVersion()