diff --git a/redfish/updateservice.go b/redfish/updateservice.go index 21f9c77a..0ad3af9d 100644 --- a/redfish/updateservice.go +++ b/redfish/updateservice.go @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// + package redfish import ( diff --git a/redfish/updateservice_test.go b/redfish/updateservice_test.go index ef77bca3..e8f1a6d0 100644 --- a/redfish/updateservice_test.go +++ b/redfish/updateservice_test.go @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// + package redfish import (