From a607c22eb3b50d8fcf6e7ec38bdda6839c34bbb7 Mon Sep 17 00:00:00 2001 From: Vladyslav Yurchenko Date: Mon, 2 Mar 2026 13:21:51 +0200 Subject: [PATCH] Add deprecated header --- src/go/lib/config/old_config.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/go/lib/config/old_config.go b/src/go/lib/config/old_config.go index 97b605d8..8ee21eb8 100644 --- a/src/go/lib/config/old_config.go +++ b/src/go/lib/config/old_config.go @@ -11,6 +11,15 @@ // You should have received a copy of the GNU General Public License, version 2 // along with this program; if not, see . +// DEPRECATED: This file is kept for backward compatibility only. +// +// This configuration implementation is considered legacy and is no longer +// actively maintained. It is read-only and should not be extended, +// modified, or used for new development. +// +// New code must use the replacement configuration mechanism instead. +// This file will be removed in a future major release. + package config import (