git: c42d06da488a - stable/14 - runq: Add copyright
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Jul 2025 13:31:32 UTC
The branch stable/14 has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=c42d06da488a12c110a7476a6b313e1fce890402
commit c42d06da488a12c110a7476a6b313e1fce890402
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2024-05-21 13:12:27 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-07-28 13:28:38 +0000
runq: Add copyright
MFC after: 1 month
Event: Kitchener-Waterloo Hackathon 202506
Sponsored by: The FreeBSD Foundation
(cherry picked from commit d710acecc00f59dbcc1006ca330f0eeb1a133695)
---
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