diff options
Diffstat (limited to 'src/lib/eval')
-rw-r--r-- | src/lib/eval/lexer.cc | 2 | ||||
-rw-r--r-- | src/lib/eval/lexer.ll | 2 | ||||
-rw-r--r-- | src/lib/eval/tests/context_unittest.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/eval/lexer.cc b/src/lib/eval/lexer.cc index 26f7d878aa..d73a278ef6 100644 --- a/src/lib/eval/lexer.cc +++ b/src/lib/eval/lexer.cc @@ -964,7 +964,7 @@ static const flex_int16_t yy_rule_linenum[54] = #define YY_RESTORE_YY_MORE_OFFSET char *yytext; #line 1 "lexer.ll" -/* Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC") +/* Copyright (C) 2015-2019 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/eval/lexer.ll b/src/lib/eval/lexer.ll index b12b528262..841a69f615 100644 --- a/src/lib/eval/lexer.ll +++ b/src/lib/eval/lexer.ll @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC") +/* Copyright (C) 2015-2019 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/eval/tests/context_unittest.cc b/src/lib/eval/tests/context_unittest.cc index 8290f5dbbe..170ff2a82e 100644 --- a/src/lib/eval/tests/context_unittest.cc +++ b/src/lib/eval/tests/context_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-2019 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 |