svn commit: r357667 - in stable: 11/lib/libbe 11/lib/libbe/tests 11/sbin/bectl 12/lib/libbe 12/lib/libbe/tests 12/sbin/bectl

Kyle Evans kevans at FreeBSD.org
Fri Feb 7 21:57:29 UTC 2020


Author: kevans
Date: Fri Feb  7 21:57:27 2020
New Revision: 357667
URL: https://svnweb.freebsd.org/changeset/base/357667

Log:
  MFC r357067: Drop "All Rights Reserved" from all libbe/bectl files

Modified:
  stable/11/lib/libbe/be.c
  stable/11/lib/libbe/be.h
  stable/11/lib/libbe/be_access.c
  stable/11/lib/libbe/be_error.c
  stable/11/lib/libbe/be_impl.h
  stable/11/lib/libbe/be_info.c
  stable/11/lib/libbe/libbe.3
  stable/11/lib/libbe/tests/target_prog.c
  stable/11/sbin/bectl/bectl.8
  stable/11/sbin/bectl/bectl.c
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/12/lib/libbe/be.c
  stable/12/lib/libbe/be.h
  stable/12/lib/libbe/be_access.c
  stable/12/lib/libbe/be_error.c
  stable/12/lib/libbe/be_impl.h
  stable/12/lib/libbe/be_info.c
  stable/12/lib/libbe/libbe.3
  stable/12/lib/libbe/tests/target_prog.c
  stable/12/sbin/bectl/bectl.8
  stable/12/sbin/bectl/bectl.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/11/lib/libbe/be.c
==============================================================================
--- stable/11/lib/libbe/be.c	Fri Feb  7 21:55:45 2020	(r357666)
+++ stable/11/lib/libbe/be.c	Fri Feb  7 21:57:27 2020	(r357667)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2017 Kyle J. Kneitinger <kyle at kneit.in>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/lib/libbe/be.h
==============================================================================
--- stable/11/lib/libbe/be.h	Fri Feb  7 21:55:45 2020	(r357666)
+++ stable/11/lib/libbe/be.h	Fri Feb  7 21:57:27 2020	(r357667)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2017 Kyle J. Kneitinger <kyle at kneit.in>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/lib/libbe/be_access.c
==============================================================================
--- stable/11/lib/libbe/be_access.c	Fri Feb  7 21:55:45 2020	(r357666)
+++ stable/11/lib/libbe/be_access.c	Fri Feb  7 21:57:27 2020	(r357667)
@@ -4,7 +4,6 @@
  * Copyright (c) 2017 Kyle J. Kneitinger <kyle at kneit.in>
  * Copyright (c) 2018 Kyle Evans <kevans at FreeBSD.org>
  * Copyright (c) 2019 Wes Maag <wes at jwmaag.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/lib/libbe/be_error.c
==============================================================================
--- stable/11/lib/libbe/be_error.c	Fri Feb  7 21:55:45 2020	(r357666)
+++ stable/11/lib/libbe/be_error.c	Fri Feb  7 21:57:27 2020	(r357667)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2017 Kyle J. Kneitinger <kyle at kneit.in>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/lib/libbe/be_impl.h
==============================================================================
--- stable/11/lib/libbe/be_impl.h	Fri Feb  7 21:55:45 2020	(r357666)
+++ stable/11/lib/libbe/be_impl.h	Fri Feb  7 21:57:27 2020	(r357667)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2017 Kyle J. Kneitinger <kyle at kneit.in>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/lib/libbe/be_info.c
==============================================================================
--- stable/11/lib/libbe/be_info.c	Fri Feb  7 21:55:45 2020	(r357666)
+++ stable/11/lib/libbe/be_info.c	Fri Feb  7 21:57:27 2020	(r357667)
@@ -3,7 +3,6 @@
  *
  * Copyright (c) 2017 Kyle J. Kneitinger <kyle at kneit.in>
  * Copyright (c) 2018 Kyle Evans <kevans at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/lib/libbe/libbe.3
==============================================================================
--- stable/11/lib/libbe/libbe.3	Fri Feb  7 21:55:45 2020	(r357666)
+++ stable/11/lib/libbe/libbe.3	Fri Feb  7 21:57:27 2020	(r357667)
@@ -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 at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without

Modified: stable/11/lib/libbe/tests/target_prog.c
==============================================================================
--- stable/11/lib/libbe/tests/target_prog.c	Fri Feb  7 21:55:45 2020	(r357666)
+++ stable/11/lib/libbe/tests/target_prog.c	Fri Feb  7 21:57:27 2020	(r357667)
@@ -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

Modified: stable/11/sbin/bectl/bectl.8
==============================================================================
--- stable/11/sbin/bectl/bectl.8	Fri Feb  7 21:55:45 2020	(r357666)
+++ stable/11/sbin/bectl/bectl.8	Fri Feb  7 21:57:27 2020	(r357667)
@@ -2,7 +2,6 @@
 .\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
 .\"
 .\" Copyright (c) 2017 Kyle J. Kneitinger <kyle at kneit.in>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/11/sbin/bectl/bectl.c
==============================================================================
--- stable/11/sbin/bectl/bectl.c	Fri Feb  7 21:55:45 2020	(r357666)
+++ stable/11/sbin/bectl/bectl.c	Fri Feb  7 21:57:27 2020	(r357667)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2017 Kyle J. Kneitinger <kyle at kneit.in>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions


More information about the svn-src-all mailing list