Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2022 19:37:00 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: ebe64ec8ef27 - stable/13 - Drop rdivacky@ "All rights reserved" from linux_event.
Message-ID:  <202206171937.25HJb0b7012780@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=ebe64ec8ef27c7e61c6c1fac16d0011c8892f446

commit ebe64ec8ef27c7e61c6c1fac16d0011c8892f446
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2021-07-20 07:06:16 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-06-17 19:33:09 +0000

    Drop rdivacky@ "All rights reserved" from linux_event.
    
    I got explicit permission from Roman.
    
    Reviewed by:            imp
    Differential Revision:  https://reviews.freebsd.org/D30913
    MFC after:              2 weeks
    
    (cherry picked from commit 2b3818633090aed7941b9d484cb7d05f810ca8f5)
---
 sys/compat/linux/linux_event.c | 1 -
 sys/compat/linux/linux_event.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys/compat/linux/linux_event.c b/sys/compat/linux/linux_event.c
index 9860acd8900d..331732eb4234 100644
--- a/sys/compat/linux/linux_event.c
+++ b/sys/compat/linux/linux_event.c
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2007 Roman Divacky
- * All rights reserved.
  * Copyright (c) 2014 Dmitry Chagin <dchagin@FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/sys/compat/linux/linux_event.h b/sys/compat/linux/linux_event.h
index 27b25b4e28e3..445564da4150 100644
--- a/sys/compat/linux/linux_event.h
+++ b/sys/compat/linux/linux_event.h
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2007 Roman Divacky
- * All rights reserved.
  * Copyright (c) 2014 Dmitry Chagin <dchagin@FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206171937.25HJb0b7012780>