From 5bc29d26ca0caab9f465429f38ce949643eed511 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 10 Nov 2021 08:47:07 +0100 Subject: [PATCH] casctl: Fix license tag Open CAS Linux and other projects in the Open CAS repo were always intended to be released under the OSI-approved BSD 3-Clause License. Change the license tag to the proper one. Signed-off-by: Robert Baldyga --- utils/casctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/casctl b/utils/casctl index 64a5e38..605fac2 100755 --- a/utils/casctl +++ b/utils/casctl @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import argparse