summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-11-23 14:40:39 +0100
committerRichard Levitte <levitte@openssl.org>2018-11-24 18:43:49 +0100
commit909ecd4f371a5de20e2d74985cee3258f4d1d6d3 (patch)
tree4bf9cd3a11e4ec2050d03f300932e05d69745d81 /util
parent5f90d1b88204b893555b575cb1f22f9a4ea53522 (diff)
Document the removed 'dist' target
Also adds missing copyright boilerplate to util/mktar.sh Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/7696) (cherry picked from commit b42922ea2f605fd6c42faad1743fb27be5f7f1f3)
Diffstat (limited to 'util')
-rwxr-xr-xutil/mktar.sh6
1 files changed, 6 insertions, 0 deletions
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`