Date: Wed, 18 Jun 2025 02:13:32 GMT From: Olivier Certner <olce@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: d710acecc00f - main - runq: Add copyright Message-ID: <202506180213.55I2DWwo024682@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=d710acecc00f59dbcc1006ca330f0eeb1a133695 commit d710acecc00f59dbcc1006ca330f0eeb1a133695 Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2024-05-21 13:12:27 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-06-18 02:09:37 +0000 runq: Add copyright MFC after: 1 month Event: Kitchener-Waterloo Hackathon 202506 Sponsored by: The FreeBSD Foundation --- sys/kern/kern_switch.c | 5 +++++ sys/sys/runq.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sys/kern/kern_switch.c b/sys/kern/kern_switch.c index 264925ab954a..bd0d987594ea 100644 --- a/sys/kern/kern_switch.c +++ b/sys/kern/kern_switch.c @@ -3,6 +3,11 @@ * * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. + * Copyright (c) 2024 The FreeBSD Foundation + * + * Portions of this software were developed by Olivier Certner + * <olce.freebsd@certner.fr> at Kumacom SARL under sponsorship from the FreeBSD + * Foundation. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/sys/runq.h b/sys/sys/runq.h index 9e209538d9c2..fb9b9908fe57 100644 --- a/sys/sys/runq.h +++ b/sys/sys/runq.h @@ -3,6 +3,11 @@ * * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. + * Copyright (c) 2024 The FreeBSD Foundation + * + * Portions of this software were developed by Olivier Certner + * <olce.freebsd@certner.fr> at Kumacom SARL under sponsorship from the FreeBSD + * Foundation. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506180213.55I2DWwo024682>