summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2001-06-05 05:05:40 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2001-06-05 05:05:40 +0000
commitd6c5a96bbc4a14c735ff77adc124f3d49195bb2c (patch)
tree25a328e1e347c6c55a2074da77abcc8007b3adc1 /usr.bin
parent5b9b8ada3fa2add52b21a9458349fa816a2bbf70 (diff)
License clarification from David Mazieres, ok deraadt@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/pctr/pctr.c5
-rw-r--r--usr.bin/ssh/ssh-keyscan.15
-rw-r--r--usr.bin/ssh/ssh-keyscan.c5
3 files changed, 6 insertions, 9 deletions
diff --git a/usr.bin/pctr/pctr.c b/usr.bin/pctr/pctr.c
index 2d9c5fc9a49..b9b47ed2c94 100644
--- a/usr.bin/pctr/pctr.c
+++ b/usr.bin/pctr/pctr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pctr.c,v 1.4 1998/08/30 22:35:37 downsj Exp $ */
+/* $OpenBSD: pctr.c,v 1.5 2001/06/05 05:05:39 pvalchev Exp $ */
/*
* Pentium performance counter control program 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 <stdio.h>
diff --git a/usr.bin/ssh/ssh-keyscan.1 b/usr.bin/ssh/ssh-keyscan.1
index 4db8c5f15f9..7c756dd1625 100644
--- a/usr.bin/ssh/ssh-keyscan.1
+++ b/usr.bin/ssh/ssh-keyscan.1
@@ -1,11 +1,10 @@
-.\" $OpenBSD: ssh-keyscan.1,v 1.5 2001/04/18 16:21:05 ian Exp $
+.\" $OpenBSD: ssh-keyscan.1,v 1.6 2001/06/05 05:05:39 pvalchev Exp $
.\"
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
.\"
.\" 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.
.\"
.Dd January 1, 1996
.Dt SSH-KEYSCAN 1
diff --git a/usr.bin/ssh/ssh-keyscan.c b/usr.bin/ssh/ssh-keyscan.c
index dba2d838e57..03002bd98fb 100644
--- a/usr.bin/ssh/ssh-keyscan.c
+++ b/usr.bin/ssh/ssh-keyscan.c
@@ -3,12 +3,11 @@
*
* 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 "includes.h"
-RCSID("$OpenBSD: ssh-keyscan.c,v 1.22 2001/03/06 06:11:18 deraadt Exp $");
+RCSID("$OpenBSD: ssh-keyscan.c,v 1.23 2001/06/05 05:05:39 pvalchev Exp $");
#include <sys/queue.h>
#include <errno.h>