diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2026-01-29 22:26:19 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2026-02-11 20:43:22 +0000 |
| commit | a78e7c22c5d7463577e87a31024df079f7282d01 (patch) | |
| tree | 52966384364c2f1d5001e0284997dd3cfabde1c8 | |
| parent | cec0ab05866e664e7d7636cdadc782a4ca824bd2 (diff) | |
hwpstate_amd(4): Update copyright
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | sys/x86/cpufreq/hwpstate_amd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/x86/cpufreq/hwpstate_amd.c b/sys/x86/cpufreq/hwpstate_amd.c index 058d20449d48..255e47e21256 100644 --- a/sys/x86/cpufreq/hwpstate_amd.c +++ b/sys/x86/cpufreq/hwpstate_amd.c @@ -9,6 +9,11 @@ * Copyright (c) 2009 Norikatsu Shigemura * Copyright (c) 2008-2009 Gen Otsuji * Copyright (c) 2025 ShengYi Hung + * Copyright (c) 2026 The FreeBSD Foundation + * + * Portions of this software were developed by Olivier Certner + * <olce@FreeBSD.org> at Kumacom SARL under sponsorship from the FreeBSD + * Foundation. * * This code is depending on kern_cpu.c, est.c, powernow.c, p4tcc.c, smist.c * in various parts. The authors of these files are Nate Lawson, |
