From a0a216ff7d86004ddc36d516377f0a6ffe88076c Mon Sep 17 00:00:00 2001
From: Paul Moore <paul@paul-moore.com>
Date: Fri, 30 Sep 2022 17:44:12 -0400
Subject: [PATCH] docs: provide a top level LICENSE file
Content-type: text/plain

Provide a top level LICENSE file explaining how multiple the SELinux
userspace is released under multiple different licenses.  Also ensure
that all the different license files share a consistent file name,
LICENSE, to make it easier for people to identify the license files.

This is to help meet the OpenSSF Best Practices requirements.

Signed-off-by: Paul Moore <paul@paul-moore.com>
---
 libsemanage/{COPYING => LICENSE} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename libsemanage/{COPYING => LICENSE} (100%)

diff --git a/libsemanage/COPYING b/libsemanage/LICENSE
similarity index 100%
rename from libsemanage/COPYING
rename to libsemanage/LICENSE
-- 
2.38.1