diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-06-05 05:05:40 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-06-05 05:05:40 +0000 |
commit | d6c5a96bbc4a14c735ff77adc124f3d49195bb2c (patch) | |
tree | 25a328e1e347c6c55a2074da77abcc8007b3adc1 /sys/arch/i386 | |
parent | 5b9b8ada3fa2add52b21a9458349fa816a2bbf70 (diff) |
License clarification from David Mazieres, ok deraadt@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/pctr.c | 5 | ||||
-rw-r--r-- | sys/arch/i386/include/pctr.h | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/i386/i386/pctr.c b/sys/arch/i386/i386/pctr.c index 15427a936fc..c3c7d95516e 100644 --- a/sys/arch/i386/i386/pctr.c +++ b/sys/arch/i386/i386/pctr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pctr.c,v 1.13 1999/11/20 18:51:59 espie Exp $ */ +/* $OpenBSD: pctr.c,v 1.14 2001/06/05 05:05:38 pvalchev Exp $ */ /* * Pentium performance counter driver for OpenBSD. @@ -6,8 +6,7 @@ * * Modification and redistribution in source and binary forms is * permitted provided that due credit is given to the author and the - * OpenBSD project (for instance by leaving this copyright notice - * intact). + * OpenBSD project by leaving this copyright notice intact. */ #include <sys/types.h> diff --git a/sys/arch/i386/include/pctr.h b/sys/arch/i386/include/pctr.h index 0bf1097a752..3e0b6cf428c 100644 --- a/sys/arch/i386/include/pctr.h +++ b/sys/arch/i386/include/pctr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pctr.h,v 1.10 2001/01/26 23:32:14 mickey Exp $ */ +/* $OpenBSD: pctr.h,v 1.11 2001/06/05 05:05:38 pvalchev Exp $ */ /* * Pentium performance counter driver for OpenBSD. @@ -6,8 +6,7 @@ * * Modification and redistribution in source and binary forms is * permitted provided that due credit is given to the author and the - * OpenBSD project (for instance by leaving this copyright notice - * intact). + * OpenBSD project by leaving this copyright notice intact. */ #ifndef _I386_PCTR_H_ |