git: f570a6723e14 - main - Fix copyright, remove "all rights reserved".
Dmitry Chagin
dchagin at FreeBSD.org
Tue Jun 8 05:18:38 UTC 2021
The branch main has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=f570a6723e145ae585bfb402f3f42260687666d3
commit f570a6723e145ae585bfb402f3f42260687666d3
Author: Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-06-08 05:18:00 +0000
Commit: Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-06-08 05:18:00 +0000
Fix copyright, remove "all rights reserved".
The eventfd code was written by me, rdivacky@ copyrigth applicable only
to epoll part of the Linuxulator code. Roman is ok to retire his copyright
from sys/kern/sys_eventfd.c and 'All rights reserved.' lines from
sys/compat/linux/linux_event.[c|h] and sys/kern/sys_eventfd.c files.
Reviewed by: kib, emaste
Approved by: rdivacky
Differential Revision: https://reviews.freebsd.org/D30677
MFC after: 2 weeks
---
sys/kern/sys_eventfd.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/kern/sys_eventfd.c b/sys/kern/sys_eventfd.c
index 3fdb4afc7850..8a884e4c9a55 100644
--- a/sys/kern/sys_eventfd.c
+++ b/sys/kern/sys_eventfd.c
@@ -1,9 +1,7 @@
/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
- * Copyright (c) 2007 Roman Divacky
* Copyright (c) 2014 Dmitry Chagin
- * 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 dev-commits-src-main
mailing list