summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-02-07 21:57:27 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-02-07 21:57:27 +0000
commitcbf457933f926ae50cc62ac6e444225924ebeeca (patch)
treea4836d6a94eb8821d87994bc5113934a12a065e0
parentf02dec287b77d1a33ce9f086290307017539e0f9 (diff)
Notes
-rw-r--r--lib/libbe/be.c1
-rw-r--r--lib/libbe/be.h1
-rw-r--r--lib/libbe/be_access.c1
-rw-r--r--lib/libbe/be_error.c1
-rw-r--r--lib/libbe/be_impl.h1
-rw-r--r--lib/libbe/be_info.c1
-rw-r--r--lib/libbe/libbe.31
-rw-r--r--lib/libbe/tests/target_prog.c1
-rw-r--r--sbin/bectl/bectl.81
-rw-r--r--sbin/bectl/bectl.c1
10 files changed, 0 insertions, 10 deletions
diff --git a/lib/libbe/be.c b/lib/libbe/be.c
index 804809db7a554..a5c112c238e57 100644
--- a/lib/libbe/be.c
+++ b/lib/libbe/be.c
@@ -2,7 +2,6 @@
* 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/lib/libbe/be.h b/lib/libbe/be.h
index 1752b1fb4b43f..3a99c177e4bd7 100644
--- a/lib/libbe/be.h
+++ b/lib/libbe/be.h
@@ -2,7 +2,6 @@
* 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/lib/libbe/be_access.c b/lib/libbe/be_access.c
index 47fbd63c87b0a..60375d0cbc12c 100644
--- a/lib/libbe/be_access.c
+++ b/lib/libbe/be_access.c
@@ -4,7 +4,6 @@
* Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in>
* Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org>
* Copyright (c) 2019 Wes Maag <wes@jwmaag.org>
- * 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/lib/libbe/be_error.c b/lib/libbe/be_error.c
index e7f7607c6ba01..b625092addaca 100644
--- a/lib/libbe/be_error.c
+++ b/lib/libbe/be_error.c
@@ -2,7 +2,6 @@
* 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/lib/libbe/be_impl.h b/lib/libbe/be_impl.h
index a28981ba0f324..98fd3b29f9320 100644
--- a/lib/libbe/be_impl.h
+++ b/lib/libbe/be_impl.h
@@ -2,7 +2,6 @@
* 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/lib/libbe/be_info.c b/lib/libbe/be_info.c
index 14a8c08f1279c..3417d7b059363 100644
--- a/lib/libbe/be_info.c
+++ b/lib/libbe/be_info.c
@@ -3,7 +3,6 @@
*
* 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
* modification, are permitted provided that the following conditions
diff --git a/lib/libbe/libbe.3 b/lib/libbe/libbe.3
index 8a63fd52d2ca8..0a93b30dbcbc3 100644
--- a/lib/libbe/libbe.3
+++ b/lib/libbe/libbe.3
@@ -2,7 +2,6 @@
.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
.\"
.\" Copyright (c) 2017 Kyle Kneitinger
-.\" All rights reserved.
.\" Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org>
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/lib/libbe/tests/target_prog.c b/lib/libbe/tests/target_prog.c
index 71184c6ba3964..f51768a253da5 100644
--- a/lib/libbe/tests/target_prog.c
+++ b/lib/libbe/tests/target_prog.c
@@ -2,7 +2,6 @@
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2019 Rob Wing
- * 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.8 b/sbin/bectl/bectl.8
index 99116e22982fc..1315fa71d97f0 100644
--- a/sbin/bectl/bectl.8
+++ b/sbin/bectl/bectl.8
@@ -2,7 +2,6 @@
.\" 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 38716de706873..21ca3fb5f3eae 100644
--- a/sbin/bectl/bectl.c
+++ b/sbin/bectl/bectl.c
@@ -2,7 +2,6 @@
* 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