X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=ms%2Fuplink-common.pl;h=f894ce084377d4531ba16bb1cc155672abe9090e;hb=3499327bad401eb510d76266428923d06c9c7bb7;hp=1d20e6e03ed256c34b1a1c9bbebda5e8250e9263;hpb=4c048211f19d587133d4d688f5b1045a0bd4cb15;p=openssl.git diff --git a/ms/uplink-common.pl b/ms/uplink-common.pl index 1d20e6e03e..f894ce0843 100755 --- a/ms/uplink-common.pl +++ b/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 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;