X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ms%2Fuplink-x86.pl;h=e25668ea35d1c8a0a123aea1b6f81185e9c3b175;hb=2bc57c88d852d83ee31f68f5b84b36d54b4c3dc4;hp=4a2f042c3432ffeef16e07539a80395669410b21;hpb=0a4edb931b883b9973721ae012e60c028387dd50;p=oweals%2Fopenssl.git diff --git a/ms/uplink-x86.pl b/ms/uplink-x86.pl index 4a2f042c34..e25668ea35 100755 --- a/ms/uplink-x86.pl +++ b/ms/uplink-x86.pl @@ -1,4 +1,10 @@ -#!/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 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; push(@INC, "${dir}.", "${dir}../crypto/perlasm");