diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-05-15 20:27:43 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-05-15 20:27:43 +0000 |
commit | 7666be6a42f9a5305e03215a0ce934b2264346fd (patch) | |
tree | bfd71b44783c8e12e9eaac2d4b451b149e3a3d4e /distrib | |
parent | f9e34ec235f351165e9f641949d3c541041c4113 (diff) |
add copyright grant, requested by deraadt@
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/trimcerts.awk | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/distrib/miniroot/trimcerts.awk b/distrib/miniroot/trimcerts.awk index 8042d1b8615..1d1fb1413d1 100644 --- a/distrib/miniroot/trimcerts.awk +++ b/distrib/miniroot/trimcerts.awk @@ -1,5 +1,19 @@ -# $OpenBSD: trimcerts.awk,v 1.1 2018/03/21 18:53:24 sthen Exp $ - +# $OpenBSD: trimcerts.awk,v 1.2 2019/05/15 20:27:42 sthen Exp $ +# +# Copyright (c) 2018 Stuart Henderson <sthen@openbsd.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. +# # # read in a formatted list of X509 certificates with long decodes, # output only short comments plus the certificates themselves |