X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util%2Fmkbuildinf.pl;h=5bf0168b6a7c889f2355095b4169a9db6db14123;hb=6ae6ff57f2667614c0bd6310f9a2856b3f5defd2;hp=a809f710b41af23f70fbddcb4c52bf4961c645f5;hpb=124cbe188753d5a73990b416b4ae3fd6cc90b77a;p=oweals%2Fopenssl.git diff --git a/util/mkbuildinf.pl b/util/mkbuildinf.pl index a809f710b4..5bf0168b6a 100755 --- a/util/mkbuildinf.pl +++ b/util/mkbuildinf.pl @@ -1,4 +1,11 @@ -#!/usr/local/bin/perl +#! /usr/bin/env perl +# Copyright 2014-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 + my ($cflags, $platform) = @ARGV;