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 (