]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3536] add namespace to .mes files
authorRazvan Becheriu <razvan@isc.org>
Wed, 18 Sep 2024 09:14:09 +0000 (12:14 +0300)
committerRazvan Becheriu <razvan@isc.org>
Thu, 3 Oct 2024 18:04:37 +0000 (21:04 +0300)
src/hooks/dhcp/mysql_hb/mysql_hb_messages.mes
src/hooks/dhcp/mysql_lb/mysql_lb_messages.mes
src/hooks/dhcp/pgsql_hb/pgsql_hb_messages.mes
src/hooks/dhcp/pgsql_lb/pgsql_lb_messages.mes

index aab194a06a8d6cb430eaf5f527afcfe5fe92f299..21b703a2320140600b45dfb72ad60bf25c757d84 100644 (file)
@@ -1,3 +1,11 @@
+# Copyright (C) 2024 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
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+$NAMESPACE isc::dhcp
+
 % MYSQL_HB_DB opening MySQL hosts database: %1
 Logged at debug log level 50.
 This informational message is logged when a DHCP server (either V4 or
index b037442c5107bf0da602a04e6c9e93a69ebf4f8d..33bfa83903cdde343d46191b90c6c92576acd418 100644 (file)
@@ -1,3 +1,11 @@
+# Copyright (C) 2024 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
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+$NAMESPACE isc::dhcp
+
 % MYSQL_LB_DB opening MySQL lease database: %1
 This informational message is logged when a DHCP server (either V4 or
 V6) is about to open a MySQL lease database. The parameters of the
index e0b533608072949d970926d95cb8f1e31b693232..d89f56bda212ea3d772b8280755f3be977137027 100644 (file)
@@ -1,3 +1,11 @@
+# Copyright (C) 2024 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
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+$NAMESPACE isc::dhcp
+
 % PGSQL_HB_DB opening PostgreSQL hosts database: %1
 Logged at debug log level 50.
 This informational message is logged when a DHCP server (either V4 or
index 519681263943b96e412c351448dff581d5c33693..52cbb0758c65a8096ade8bae647410514f8cd69f 100644 (file)
@@ -1,3 +1,11 @@
+# Copyright (C) 2024 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
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+$NAMESPACE isc::dhcp
+
 % PGSQL_LB_DB opening PostgreSQL lease database: %1
 This informational message is logged when a DHCP server (either V4 or
 V6) is about to open a PostgreSQL lease database. The parameters of the