X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ms%2Fuplink-common.pl;h=e2ab59456f1579a1b5ccd0eb060bc03ca56c5dd9;hb=9496cf577ec4543a6db67092e784c1096a6424fc;hp=1d20e6e03ed256c34b1a1c9bbebda5e8250e9263;hpb=4c048211f19d587133d4d688f5b1045a0bd4cb15;p=oweals%2Fopenssl.git diff --git a/ms/uplink-common.pl b/ms/uplink-common.pl index 1d20e6e03e..e2ab59456f 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 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;