diff options
author | imp <imp@FreeBSD.org> | 2005-01-05 19:10:48 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-05 19:10:48 +0000 |
commit | b095a629c145a7049fd464e55d82f003f2156534 (patch) | |
tree | 53a3c8ffa867a497440e87dbe5d0948f5c64ca2c /sys/i386/cpufreq | |
parent | b13001b64e1e0103d44c3ae4ad20333730a24567 (diff) | |
download | FreeBSD-src-b095a629c145a7049fd464e55d82f003f2156534.zip FreeBSD-src-b095a629c145a7049fd464e55d82f003f2156534.tar.gz |
Start all license/copyright notice comments with /*-, per tradition
Diffstat (limited to 'sys/i386/cpufreq')
-rw-r--r-- | sys/i386/cpufreq/p4tcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/cpufreq/p4tcc.c b/sys/i386/cpufreq/p4tcc.c index 0603fb2..f65e5d1 100644 --- a/sys/i386/cpufreq/p4tcc.c +++ b/sys/i386/cpufreq/p4tcc.c @@ -1,5 +1,5 @@ /* $OpenBSD: p4tcc.c,v 1.1 2003/12/20 18:23:18 tedu Exp $ */ -/* +/*- * Copyright (c) 2003 Ted Unangst * Copyright (c) 2004 Maxim Sobolev <sobomax@FreeBSD.org> * All rights reserved. |