From 051a92e5a200157ec5a305d61ef17c9333f032df Mon Sep 17 00:00:00 2001 From: Satoru-Shinohara Date: Thu, 7 Mar 2024 18:26:57 -0500 Subject: [PATCH] Changing Copyright and reverting utils.go change --- translib/sys_app.go | 2 +- translib/transformer/interfaces_openconfig_test.go | 2 +- translib/transformer/xfmr_intf.go | 2 +- translib/utils/utils.go | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/translib/sys_app.go b/translib/sys_app.go index a0a30a608..8bc9e04fc 100644 --- a/translib/sys_app.go +++ b/translib/sys_app.go @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////// // -// Copyright 2019 Dell, Inc. +// Copyright 2024 Dell, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/translib/transformer/interfaces_openconfig_test.go b/translib/transformer/interfaces_openconfig_test.go index cc343ff45..bbbb8db8e 100644 --- a/translib/transformer/interfaces_openconfig_test.go +++ b/translib/transformer/interfaces_openconfig_test.go @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // // -// Copyright 2023 Dell, Inc. // +// Copyright 2024 Dell, Inc. // // // // Licensed under the Apache License, Version 2.0 (the "License"); // // you may not use this file except in compliance with the License. // diff --git a/translib/transformer/xfmr_intf.go b/translib/transformer/xfmr_intf.go index d86ab918f..c3504419c 100644 --- a/translib/transformer/xfmr_intf.go +++ b/translib/transformer/xfmr_intf.go @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////// // -// Copyright 2019 Dell, Inc. +// Copyright 2024 Dell, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/translib/utils/utils.go b/translib/utils/utils.go index cc79ae0c7..eb57a92a1 100644 --- a/translib/utils/utils.go +++ b/translib/utils/utils.go @@ -21,6 +21,7 @@ package utils import ( "fmt" + //"github.com/Azure/sonic-mgmt-common/translib/db" "github.com/Azure/sonic-mgmt-common/cvl" "github.com/Azure/sonic-mgmt-common/translib/db" log "github.com/golang/glog"