From a343c7cde4a582a807d6a86614afe449783e7c6f Mon Sep 17 00:00:00 2001 From: implicitfield <114500360+implicitfield@users.noreply.github.com> Date: Sat, 11 May 2024 08:20:17 +0400 Subject: [PATCH] Kernel/FUSE: Clarify the license of Definitions.h --- Kernel/FileSystem/FUSE/Definitions.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Kernel/FileSystem/FUSE/Definitions.h b/Kernel/FileSystem/FUSE/Definitions.h index cadc65aa5b9..8edf3de31bd 100644 --- a/Kernel/FileSystem/FUSE/Definitions.h +++ b/Kernel/FileSystem/FUSE/Definitions.h @@ -21,6 +21,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * This file is based on include/uapi/linux/fuse.h from Linux. That header + * is dual-licensed under the GPLv2 and the above 2-Clause BSD license. + * Consequentially, we are sublicensing this file under the latter license, + * which is why we have to include it above verbatim. */ #pragma once