diff options
author | Rickard Green <[email protected]> | 2015-03-17 12:31:48 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-03-17 12:31:48 +0100 |
commit | 0ae3124f2d80307fd1bb80a83537ba8466a18081 (patch) | |
tree | 55cf4574f36d838d0aa11c2e7961ca3d8a5fdf02 /otp_patch_apply | |
parent | 700dde22b771cf535703a42887971a146202eae1 (diff) | |
download | otp-0ae3124f2d80307fd1bb80a83537ba8466a18081.tar.gz otp-0ae3124f2d80307fd1bb80a83537ba8466a18081.tar.bz2 otp-0ae3124f2d80307fd1bb80a83537ba8466a18081.zip |
Minor fixes
Diffstat (limited to 'otp_patch_apply')
-rwxr-xr-x | otp_patch_apply | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/otp_patch_apply b/otp_patch_apply index a1f244eab3..947aa1e6ee 100755 --- a/otp_patch_apply +++ b/otp_patch_apply @@ -1,7 +1,22 @@ #!/bin/sh # +# %CopyrightBegin% +# # Copyright Ericsson AB 2014. All Rights Reserved. # +# The contents of this file are subject to the Erlang Public License, +# Version 1.1, (the "License"); you may not use this file except in +# compliance with the License. You should have received a copy of the +# Erlang Public License along with this software. If not, it can be +# retrieved online at http://www.erlang.org/. +# +# Software distributed under the License is distributed on an "AS IS" +# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See +# the License for the specific language governing rights and limitations +# under the License. +# +# %CopyrightEnd% +# version="1.0.1" |