33ada68674
Rebase on upstream f56a72ac9e86
27 lines
908 B
Diff
27 lines
908 B
Diff
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>
|
|
---
|
|
checkpolicy/{COPYING => LICENSE} | 0
|
|
1 file changed, 0 insertions(+), 0 deletions(-)
|
|
rename checkpolicy/{COPYING => LICENSE} (100%)
|
|
|
|
diff --git a/checkpolicy/COPYING b/checkpolicy/LICENSE
|
|
similarity index 100%
|
|
rename from checkpolicy/COPYING
|
|
rename to checkpolicy/LICENSE
|
|
--
|
|
2.38.1
|
|
|