summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/ms/uplink-common.pl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/ms/uplink-common.pl')
-rwxr-xr-xdeps/openssl/openssl/ms/uplink-common.pl8
1 files changed, 7 insertions, 1 deletions
diff --git a/deps/openssl/openssl/ms/uplink-common.pl b/deps/openssl/openssl/ms/uplink-common.pl
index 1d20e6e03e..e2ab59456f 100755
--- a/deps/openssl/openssl/ms/uplink-common.pl
+++ b/deps/openssl/openssl/ms/uplink-common.pl
@@ -1,5 +1,11 @@
-#!/usr/bin/env perl
+#! /usr/bin/env perl
+# Copyright 2008-2016 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
+
# pull APPLINK_MAX value from applink.c...
$applink_c=$0;
$applink_c=~s|[^/\\]+$||g;