diff options
author | 2016-08-31 23:44:58 +0000 | |
---|---|---|
committer | 2016-08-31 23:44:58 +0000 | |
commit | 5ca6d1bafb8408f2604497115789aae7a297d48b (patch) | |
tree | df5441f7d76441d59ca3df63d783ad3388de7111 | |
parent | whitespace (diff) | |
download | wireguard-openbsd-5ca6d1bafb8408f2604497115789aae7a297d48b.tar.xz wireguard-openbsd-5ca6d1bafb8408f2604497115789aae7a297d48b.zip |
Bring in license for man page Kristaps just added upstream in
commit 33c4b38b1db65097e4301e982c9cffcb8c3e648d.
-rw-r--r-- | usr.sbin/acme-client/acme-client.1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.sbin/acme-client/acme-client.1 b/usr.sbin/acme-client/acme-client.1 index 3e5b9a39ac4..f9d4bd7294c 100644 --- a/usr.sbin/acme-client/acme-client.1 +++ b/usr.sbin/acme-client/acme-client.1 @@ -1,3 +1,19 @@ +.\" $Id: acme-client.1,v 1.3 2016/08/31 23:44:58 florian Exp $ +.\" +.\" Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" .Dd $Mdocdate: August 31 2016 $ .Dt acme-client 1 .Os |