Make some simple getters take const SSL/SSL_CTX
[openssl.git] / ms / uplink-common.pl
index 1d20e6e03ed256c34b1a1c9bbebda5e8250e9263..f894ce084377d4531ba16bb1cc155672abe9090e 100755 (executable)
@@ -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 Apache License 2.0 (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;