git: 9806b36deeee - stable/13 - epair: remove "All rights reserved"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 00:02:53 UTC
The branch stable/13 has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=9806b36deeeef8df2cc2a5d6122c3aafc478b1f0
commit 9806b36deeeef8df2cc2a5d6122c3aafc478b1f0
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2021-11-02 16:48:07 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2021-11-19 00:01:27 +0000
epair: remove "All rights reserved"
Remove "All rights reserved" from The FreeBSD Foundation owned
copyrights on epair code and documentation.
Approved by: emaste (FreeBSD Foundation)
(cherry picked from commit 1a8f198fa66518e6d249fa8aa765ec6e50a4fbab)
---
share/man/man4/epair.4 | 1 -
sys/net/if_epair.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/share/man/man4/epair.4 b/share/man/man4/epair.4
index 3ea706cb02ac..e1018e4b177f 100644
--- a/share/man/man4/epair.4
+++ b/share/man/man4/epair.4
@@ -1,6 +1,5 @@
.\"-
.\" Copyright (c) 2008 The FreeBSD Foundation
-.\" All rights reserved.
.\"
.\" This software was developed by CK Software GmbH under sponsorship
.\" from the FreeBSD Foundation.
diff --git a/sys/net/if_epair.c b/sys/net/if_epair.c
index 7f62cdb427ff..3cef6c76a2e2 100644
--- a/sys/net/if_epair.c
+++ b/sys/net/if_epair.c
@@ -3,7 +3,6 @@
*
* Copyright (c) 2008 The FreeBSD Foundation
* Copyright (c) 2009-2010 Bjoern A. Zeeb <bz@FreeBSD.org>
- * All rights reserved.
*
* This software was developed by CK Software GmbH under sponsorship
* from the FreeBSD Foundation.