From 7d10a710152c5df6c89f31f3a48efbc15ce4e927 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 25 Jun 2019 09:52:42 +0300 Subject: [PATCH] Fix broken Change Dates Were not correct, so were not updated with all others. --- maxctrl/lib/version.js.in | 2 +- maxscale-system-test/local_address.cpp | 2 +- maxscale-system-test/mxs2355_wrong_auth.cpp | 2 +- maxutils/maxbase/src/pam_utils.cc | 2 +- maxutils/maxbase/src/test/test_string.cc | 2 +- server/core/monitormanager.cc | 2 +- server/core/test/test_local_address.cc | 2 +- server/core/test/test_utils.cc | 2 +- .../modules/protocol/MySQL/mariadbclient/test/test_setparser.cc | 2 +- .../protocol/MySQL/mariadbclient/test/test_setsqlmodeparser.cc | 2 +- .../protocol/MySQL/mariadbclient/test/test_sqlmodeparser.cc | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/maxctrl/lib/version.js.in b/maxctrl/lib/version.js.in index 33a73eab9..1844956c8 100644 --- a/maxctrl/lib/version.js.in +++ b/maxctrl/lib/version.js.in @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2020-01-01 + * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/local_address.cpp b/maxscale-system-test/local_address.cpp index 74e30f372..0e64ca49a 100644 --- a/maxscale-system-test/local_address.cpp +++ b/maxscale-system-test/local_address.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2019-07-01 + * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxscale-system-test/mxs2355_wrong_auth.cpp b/maxscale-system-test/mxs2355_wrong_auth.cpp index 0011e0a80..fd28d79ab 100644 --- a/maxscale-system-test/mxs2355_wrong_auth.cpp +++ b/maxscale-system-test/mxs2355_wrong_auth.cpp @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2020-01-01 + * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/src/pam_utils.cc b/maxutils/maxbase/src/pam_utils.cc index fb3735111..cc4baf209 100644 --- a/maxutils/maxbase/src/pam_utils.cc +++ b/maxutils/maxbase/src/pam_utils.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2025-01-01 + * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/maxutils/maxbase/src/test/test_string.cc b/maxutils/maxbase/src/test/test_string.cc index 098b0e429..00114d6ce 100644 --- a/maxutils/maxbase/src/test/test_string.cc +++ b/maxutils/maxbase/src/test/test_string.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2019-07-01 + * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/core/monitormanager.cc b/server/core/monitormanager.cc index 552b92cbc..d1ae4d481 100644 --- a/server/core/monitormanager.cc +++ b/server/core/monitormanager.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2025-01-01 + * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/core/test/test_local_address.cc b/server/core/test/test_local_address.cc index 97666e9a3..5e3d3050f 100644 --- a/server/core/test/test_local_address.cc +++ b/server/core/test/test_local_address.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2019-07-01 + * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/core/test/test_utils.cc b/server/core/test/test_utils.cc index e1f55ed77..877fbebae 100644 --- a/server/core/test/test_utils.cc +++ b/server/core/test/test_utils.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2019-07-01 + * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/protocol/MySQL/mariadbclient/test/test_setparser.cc b/server/modules/protocol/MySQL/mariadbclient/test/test_setparser.cc index 3c3798c7a..29ce73cbf 100644 --- a/server/modules/protocol/MySQL/mariadbclient/test/test_setparser.cc +++ b/server/modules/protocol/MySQL/mariadbclient/test/test_setparser.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2019-07-01 + * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/protocol/MySQL/mariadbclient/test/test_setsqlmodeparser.cc b/server/modules/protocol/MySQL/mariadbclient/test/test_setsqlmodeparser.cc index 3184fdcc1..4f52f1311 100644 --- a/server/modules/protocol/MySQL/mariadbclient/test/test_setsqlmodeparser.cc +++ b/server/modules/protocol/MySQL/mariadbclient/test/test_setsqlmodeparser.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2019-07-01 + * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General diff --git a/server/modules/protocol/MySQL/mariadbclient/test/test_sqlmodeparser.cc b/server/modules/protocol/MySQL/mariadbclient/test/test_sqlmodeparser.cc index de62f41ed..6549fad1f 100644 --- a/server/modules/protocol/MySQL/mariadbclient/test/test_sqlmodeparser.cc +++ b/server/modules/protocol/MySQL/mariadbclient/test/test_sqlmodeparser.cc @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * - * Change Date: 2019-07-01 + * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governed by version 2 or later of the General