35 lines
941 B
Diff
35 lines
941 B
Diff
From e33dee894957fabb5d229d9f02b9e308bf79eb70 Mon Sep 17 00:00:00 2001
|
|
From: Roberto Sassu <roberto.sassu@huawei.com>
|
|
Date: Fri, 12 Mar 2021 10:57:24 +0100
|
|
Subject: [PATCH 11/13] Add license to digest_list.c
|
|
|
|
---
|
|
plugins/digest_list.c | 14 ++++++++++++++
|
|
1 file changed, 14 insertions(+)
|
|
|
|
diff --git a/plugins/digest_list.c b/plugins/digest_list.c
|
|
index 63f8f1c..0692b5b 100644
|
|
--- a/plugins/digest_list.c
|
|
+++ b/plugins/digest_list.c
|
|
@@ -1,3 +1,17 @@
|
|
+/*
|
|
+ * Copyright (C) 2020-2021 Huawei Technologies Duesseldorf GmbH
|
|
+ *
|
|
+ * Author: Roberto Sassu <roberto.sassu@huawei.com>
|
|
+ *
|
|
+ * This program is free software; you can redistribute it and/or
|
|
+ * modify it under the terms of the GNU General Public License as
|
|
+ * published by the Free Software Foundation, version 2 of the
|
|
+ * License.
|
|
+ *
|
|
+ * File: digest_list.c
|
|
+ * Plugin to load digest lists in the Linux kernel.
|
|
+ */
|
|
+
|
|
#include "system.h"
|
|
#include "errno.h"
|
|
|
|
--
|
|
2.33.0
|
|
|