summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/bsearch.c1
-rw-r--r--src/lib/libc/stdlib/heapsort.c1
-rw-r--r--src/lib/libc/stdlib/rand.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libc/stdlib/bsearch.c b/src/lib/libc/stdlib/bsearch.c
index b48747236e..59d478e7eb 100644
--- a/src/lib/libc/stdlib/bsearch.c
+++ b/src/lib/libc/stdlib/bsearch.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: bsearch.c,v 1.8 2016/10/22 19:19:34 tb Exp $ */
1/* 2/*
2 * Copyright (c) 1990 Regents of the University of California. 3 * Copyright (c) 1990 Regents of the University of California.
3 * All rights reserved. 4 * All rights reserved.
diff --git a/src/lib/libc/stdlib/heapsort.c b/src/lib/libc/stdlib/heapsort.c
index ad3fffbcd9..878567729e 100644
--- a/src/lib/libc/stdlib/heapsort.c
+++ b/src/lib/libc/stdlib/heapsort.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: heapsort.c,v 1.10 2016/10/22 19:19:34 tb Exp $ */
1/*- 2/*-
2 * Copyright (c) 1991, 1993 3 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved. 4 * The Regents of the University of California. All rights reserved.
diff --git a/src/lib/libc/stdlib/rand.c b/src/lib/libc/stdlib/rand.c
index 56e672af01..f4a8d20afa 100644
--- a/src/lib/libc/stdlib/rand.c
+++ b/src/lib/libc/stdlib/rand.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: rand.c,v 1.17 2016/10/22 19:19:34 tb Exp $ */
1/*- 2/*-
2 * Copyright (c) 1990 The Regents of the University of California. 3 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved. 4 * All rights reserved.