[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for 6.2 09/49] bsd-user: add license
|
From: |
Warner Losh |
|
Subject: |
[PATCH for 6.2 09/49] bsd-user: add license |
|
Date: |
Sat, 7 Aug 2021 15:42:02 -0600 |
Pull in the license statement at the top of the bsdload.c file
from the bsd-user fork version of this file. No functional changes.
Signed-off-by: Warner Losh <imp@bsdimp.com>
---
bsd-user/bsdload.c | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/bsd-user/bsdload.c b/bsd-user/bsdload.c
index 39098170d5..ec71c5e923 100644
--- a/bsd-user/bsdload.c
+++ b/bsd-user/bsdload.c
@@ -1,4 +1,19 @@
-/* Code for loading BSD executables. Mostly linux kernel code. */
+/*
+ * Load BSD executables.
+ *
+ * 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; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
#include "qemu/osdep.h"
--
2.32.0
- [PATCH for 6.2 04/49] bsd-user: Remove all non-x86 code from elfload.c, (continued)
- [PATCH for 6.2 04/49] bsd-user: Remove all non-x86 code from elfload.c, Warner Losh, 2021/08/07
- [PATCH for 6.2 05/49] bsd-user: move arch specific defines out of elfload.c, Warner Losh, 2021/08/07
- [PATCH for 6.2 07/49] bsd-user: style nits: apply qemu style to these files, Warner Losh, 2021/08/07
- [PATCH for 6.2 06/49] bsd-user: merge comments and guards from bsd-user fork, Warner Losh, 2021/08/07
- [PATCH for 6.2 08/49] bsd-user: style nits: fix whitespace issues to be qemu standard, Warner Losh, 2021/08/07
- [PATCH for 6.2 09/49] bsd-user: add license,
Warner Losh <=
- [PATCH for 6.2 10/49] bsd-user: pass the bsd_param into loader_exec, Warner Losh, 2021/08/07
- [PATCH for 6.2 11/49] bsd-user: Fix calculation of size to allocate, Warner Losh, 2021/08/07
- [PATCH for 6.2 12/49] bsd-user: implement path searching, Warner Losh, 2021/08/07
- [PATCH for 6.2 13/49] bsd-user: Eliminate elf personality, Warner Losh, 2021/08/07