summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libbe/be.c4
-rw-r--r--lib/libbe/be.h4
-rw-r--r--lib/libbe/be_access.c5
-rw-r--r--lib/libbe/be_error.c4
-rw-r--r--lib/libbe/be_impl.h4
-rw-r--r--lib/libbe/be_info.c5
-rw-r--r--lib/libbe/libbe.32
-rw-r--r--sbin/bectl/bectl.85
-rw-r--r--sbin/bectl/bectl.c4
9 files changed, 22 insertions, 15 deletions
diff --git a/lib/libbe/be.c b/lib/libbe/be.c
index 42b450521816b..abe1861bac04f 100644
--- a/lib/libbe/be.c
+++ b/lib/libbe/be.c
@@ -1,5 +1,5 @@
-/*
- * be.c
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in>
* All rights reserved.
diff --git a/lib/libbe/be.h b/lib/libbe/be.h
index dea934af1dad7..b6525a7a11416 100644
--- a/lib/libbe/be.h
+++ b/lib/libbe/be.h
@@ -1,5 +1,5 @@
-/*
- * be.h
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in>
* All rights reserved.
diff --git a/lib/libbe/be_access.c b/lib/libbe/be_access.c
index c0acac215eb75..1d63df186b806 100644
--- a/lib/libbe/be_access.c
+++ b/lib/libbe/be_access.c
@@ -1,7 +1,8 @@
-/*
- * be_access.c
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in>
+ * Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libbe/be_error.c b/lib/libbe/be_error.c
index 58df17ba4e201..becf4ecc13b9a 100644
--- a/lib/libbe/be_error.c
+++ b/lib/libbe/be_error.c
@@ -1,5 +1,5 @@
-/*
- * be_error.c
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in>
* All rights reserved.
diff --git a/lib/libbe/be_impl.h b/lib/libbe/be_impl.h
index f92d22f4d996a..16a3fb9084b46 100644
--- a/lib/libbe/be_impl.h
+++ b/lib/libbe/be_impl.h
@@ -1,5 +1,5 @@
-/*
- * be_impl.h
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in>
* All rights reserved.
diff --git a/lib/libbe/be_info.c b/lib/libbe/be_info.c
index 04bbd71c4f7b8..ef4d19ceca3cb 100644
--- a/lib/libbe/be_info.c
+++ b/lib/libbe/be_info.c
@@ -1,7 +1,8 @@
-/*
- * be_info.c
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in>
+ * Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libbe/libbe.3 b/lib/libbe/libbe.3
index be026a30e754e..c93d74177f07c 100644
--- a/lib/libbe/libbe.3
+++ b/lib/libbe/libbe.3
@@ -1,4 +1,6 @@
.\"
+.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+.\"
.\" Copyright (c) 2017 Kyle Kneitinger
.\" All rights reserved.
.\"
diff --git a/sbin/bectl/bectl.8 b/sbin/bectl/bectl.8
index 22baa0574c0bf..b00b59a50501b 100644
--- a/sbin/bectl/bectl.8
+++ b/sbin/bectl/bectl.8
@@ -1,5 +1,8 @@
.\"
-.\" be - Utility to manage Boot Environments on the ZFS filesystem
+.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+.\"
+.\" Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in>
+.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
diff --git a/sbin/bectl/bectl.c b/sbin/bectl/bectl.c
index da01840ed196a..090ef6b657d2e 100644
--- a/sbin/bectl/bectl.c
+++ b/sbin/bectl/bectl.c
@@ -1,5 +1,5 @@
-/*
- * be.c
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in>
* All rights reserved.