From 2079c27b5bac45bcc009617c78df2002ef22a9c3 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Fri, 5 Jun 2020 13:40:23 +0300 Subject: [PATCH] [#1266] addressed review --- src/lib/log/logger.cc | 2 +- src/lib/log/logger.h | 2 +- src/lib/log/logger_impl.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/log/logger.cc b/src/lib/log/logger.cc index 52945640fb..4c2316d6ee 100644 --- a/src/lib/log/logger.cc +++ b/src/lib/log/logger.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/log/logger.h b/src/lib/log/logger.h index 40c8393e02..65a470ae70 100644 --- a/src/lib/log/logger.h +++ b/src/lib/log/logger.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/log/logger_impl.h b/src/lib/log/logger_impl.h index 7cd3f71ea3..39a6f1304b 100644 --- a/src/lib/log/logger_impl.h +++ b/src/lib/log/logger_impl.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this