From b42922ea2f605fd6c42faad1743fb27be5f7f1f3 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 23 Nov 2018 14:40:39 +0100 Subject: Document the removed 'dist' target Also adds missing copyright boilerplate to util/mktar.sh Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7696) --- util/mktar.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/mktar.sh') diff --git a/util/mktar.sh b/util/mktar.sh index 0848b7b1e1..bf874a14d8 100755 --- a/util/mktar.sh +++ b/util/mktar.sh @@ -1,4 +1,10 @@ #! /bin/sh +# Copyright 2018 The OpenSSL Project Authors. All Rights Reserved. +# +# Licensed under the OpenSSL license (the "License"). You may not use +# this file except in compliance with the License. You can obtain a copy +# in the file LICENSE in the source distribution or at +# https://www.openssl.org/source/license.html HERE=`dirname $0` -- cgit v1.2.3