]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Bump copyright year 11150/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 7 Jan 2022 08:00:30 +0000 (09:00 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 7 Jan 2022 08:00:30 +0000 (09:00 +0100)
builder-support/debian/authoritative/debian-buster/copyright
builder-support/debian/dnsdist/debian-buster/copyright
builder-support/debian/recursor/debian-buster/copyright
pdns/version.cc

index 4adc7e724cb6da210e135f69832fe061385ea9e3..3c9cd99e9ed66e09d7655c3a97cbfd88a1736f24 100644 (file)
@@ -3,7 +3,7 @@ Upstream-Name: PowerDNS
 Source: https://www.powerdns.com/downloads.html
 
 Files: *
-Copyright: 2002 - 2020 PowerDNS.COM BV and contributors
+Copyright: 2002 - 2022 PowerDNS.COM BV and contributors
 License: GPL-2 with OpenSSL Exception
 
 Files: m4/ax_cxx_compile_stdcxx_11.m4
index edd9050303c38bc5b14f5588c30e63277e345dff..761250f2bf675a0b59768614606cd656edb5f2d5 100644 (file)
@@ -3,7 +3,7 @@ Upstream-Name: dnsdist
 Source: https://dnsdist.org
 
 Files: *
-Copyright: 2002-2021 PowerDNS.COM BV and contributors
+Copyright: 2002-2022 PowerDNS.COM BV and contributors
 License: GPL-2 with OpenSSL Exception
 
 Files: debian/*
index 282ef36bd82085ee2c4550fc0b8702aadad1a77c..8aba47378c53e7f8d974e782879268ab4e2612d9 100644 (file)
@@ -3,7 +3,7 @@ Upstream-Name: PowerDNS
 Source: https://www.powerdns.com/downloads.html
 
 Files: *
-Copyright: 2002 - 2021 PowerDNS.COM BV and contributors
+Copyright: 2002 - 2022 PowerDNS.COM BV and contributors
 License: GPL-2 with OpenSSL Exception
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 2
index 8030f4babde3be0fb7def628d860cda30c29f216..d8f5d404bdc44ca5683fb552db569bc804e2189d 100644 (file)
@@ -67,7 +67,7 @@ string productTypeApiType() {
 
 void showProductVersion()
 {
-  g_log<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2021 "
+  g_log<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2022 "
     "PowerDNS.COM BV" << endl;
   g_log<<Logger::Warning<<"Using "<<(sizeof(unsigned long)*8)<<"-bits mode. "
     "Built using " << compilerVersion()