summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2003-06-02 18:38:34 +0000
committerpvalchev <pvalchev@openbsd.org>2003-06-02 18:38:34 +0000
commit81a534ae67380e73765f4e65b84c5e32a512afed (patch)
treeb92ab625f4c4688ddebd52a43bd82bf5f039a81a /lib/libpthread
parentremove terms 3 and 4 of my license (diff)
downloadwireguard-openbsd-81a534ae67380e73765f4e65b84c5e32a512afed.tar.xz
wireguard-openbsd-81a534ae67380e73765f4e65b84c5e32a512afed.zip
place this under the Public Domain (instead of a bad license I had put)
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_main_np.38
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libpthread/man/pthread_main_np.3 b/lib/libpthread/man/pthread_main_np.3
index 76e73a3676e..dfedfbfd165 100644
--- a/lib/libpthread/man/pthread_main_np.3
+++ b/lib/libpthread/man/pthread_main_np.3
@@ -1,10 +1,6 @@
-.\" $OpenBSD: pthread_main_np.3,v 1.3 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_main_np.3,v 1.4 2003/06/02 18:38:34 pvalchev Exp $
.\"
-.\" Copyright (c) 2001 Peter Valchev <pvalchev@openbsd.org>.
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted.
+.\" Peter Valchev <pvalchev@openbsd.org> Public Domain, 2001
.\"
.Dd August 17, 2001
.Dt PTHREAD_MAIN_NP 3