summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortedu <>2014-10-08 19:12:42 +0000
committertedu <>2014-10-08 19:12:42 +0000
commit7a5e92baa00a5bbfe68b3a0cd250ed50ea613d1a (patch)
treeb54dc84881abcd2c956246ff212a93732ed94262 /src/lib
parentb64c3e4ceb0ec82445fe865ec37d2b883b5e4f93 (diff)
downloadopenbsd-7a5e92baa00a5bbfe68b3a0cd250ed50ea613d1a.tar.gz
openbsd-7a5e92baa00a5bbfe68b3a0cd250ed50ea613d1a.tar.bz2
openbsd-7a5e92baa00a5bbfe68b3a0cd250ed50ea613d1a.zip
use preferred license form. can't trust that doug guy with anything...
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libressl/ressl_init.331
1 files changed, 11 insertions, 20 deletions
diff --git a/src/lib/libressl/ressl_init.3 b/src/lib/libressl/ressl_init.3
index fdc5801940..9e61243c3a 100644
--- a/src/lib/libressl/ressl_init.3
+++ b/src/lib/libressl/ressl_init.3
@@ -1,27 +1,18 @@
1.\" $OpenBSD: ressl_init.3,v 1.3 2014/10/08 19:01:40 tedu Exp $ 1.\" $OpenBSD: ressl_init.3,v 1.4 2014/10/08 19:12:42 tedu Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" All rights reserved.
5.\" 4.\"
6.\" Redistribution and use in source and binary forms, with or without 5.\" Permission to use, copy, modify, and distribute this software for any
7.\" modification, are permitted provided that the following conditions 6.\" purpose with or without fee is hereby granted, provided that the above
8.\" are met: 7.\" copyright notice and this permission notice appear in all copies.
9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution.
14.\" 8.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
16.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
17.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
18.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\" 16.\"
26.Dd $Mdocdate: October 8 2014 $ 17.Dd $Mdocdate: October 8 2014 $
27.Dt RESSL 3 18.Dt RESSL 3