diff options
author | mr <mr@FreeBSD.org> | 2009-03-29 13:35:20 +0000 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2009-03-29 13:35:20 +0000 |
commit | b6886fc07bf36dc70112c995c8aa3da4f60e3688 (patch) | |
tree | 9aea9c7b800769a8e17019f2746c8cebd6420381 /sys | |
parent | 43b6409ff483b0dd4b9a1a3d2918b750fbec1579 (diff) | |
download | FreeBSD-src-b6886fc07bf36dc70112c995c8aa3da4f60e3688.zip FreeBSD-src-b6886fc07bf36dc70112c995c8aa3da4f60e3688.tar.gz |
Extend comment in copyright notice as requested by author.
Submitted by: G.Otsuji
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/cpufreq/hwpstate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/cpufreq/hwpstate.c b/sys/i386/cpufreq/hwpstate.c index 7af13e3..cc5d03e 100644 --- a/sys/i386/cpufreq/hwpstate.c +++ b/sys/i386/cpufreq/hwpstate.c @@ -8,7 +8,7 @@ * Copyright (c) 2008-2009 Gen Otsuji * * 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 + * in various parts. The authors of these files are Nate Lawson, * Colin Percival, Bruno Durcot, and FUKUDA Nobuhiko. * This code contains patches by Michael Reifenberger and Norikatsu Shigemura. * Thank you. |