diff options
author | 2014-07-14 08:15:20 +0000 | |
---|---|---|
committer | 2014-07-14 08:15:20 +0000 | |
commit | 5b2f9a3b4bc1d174c096c93e73e7831133e44dfb (patch) | |
tree | d27d2b6983724b813d098b14d7abf8297a4c474a | |
parent | sync (diff) | |
download | wireguard-openbsd-5b2f9a3b4bc1d174c096c93e73e7831133e44dfb.tar.xz wireguard-openbsd-5b2f9a3b4bc1d174c096c93e73e7831133e44dfb.zip |
explicit copyright, as authorized by Thomas. Thanks!
-rw-r--r-- | libexec/auxcpp/auxcpp.1 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libexec/auxcpp/auxcpp.1 b/libexec/auxcpp/auxcpp.1 index f0b15bf275e..1863753ea21 100644 --- a/libexec/auxcpp/auxcpp.1 +++ b/libexec/auxcpp/auxcpp.1 @@ -1,3 +1,16 @@ +.\" Copyright (c) 2002 Thomas Pornin <pornin@bolet.org. +.\" +.\" 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. .TH AUXCPP 1 "Oct 21 2000" .SH NAME auxcpp \- C preprocessor |