aboutsummaryrefslogtreecommitdiff
path: root/lib/libbe
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-01-24 02:18:09 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-01-24 02:18:09 +0000
commit6966ac055c3b7a39266fb982493330df7a097997 (patch)
tree557ceb650cf460da58b9502a7f68e112a378355e /lib/libbe
parent510b01833eaeb88ea926a878d5b44efc90f08301 (diff)
downloadsrc-6966ac055c3b7a39266fb982493330df7a097997.tar.gz
src-6966ac055c3b7a39266fb982493330df7a097997.zip
Drop "All Rights Reserved" from all libbe/bectl files
I sent out an e-mail on 2020/01/21 with a plan to do this to Kyle, Rob, and Wes; all parties have responded in the affirmative that it's OK to drop it from these files.
Notes
Notes: svn path=/head/; revision=357067
Diffstat (limited to 'lib/libbe')
-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
8 files changed, 0 insertions, 8 deletions
diff --git a/lib/libbe/be.c b/lib/libbe/be.c
index 804809db7a55..a5c112c238e5 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 1752b1fb4b43..3a99c177e4bd 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 47fbd63c87b0..60375d0cbc12 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 e7f7607c6ba0..b625092addac 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 a28981ba0f32..98fd3b29f932 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 b1625e68fc15..7f1b58a071ca 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 8a63fd52d2ca..0a93b30dbcbc 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 71184c6ba396..f51768a253da 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