From: Liming Gao Date: Wed, 5 Apr 2017 04:57:27 +0000 (+0800) Subject: BaseTools: Add the missing copyrights in BrotliCompress.bat X-Git-Tag: edk2-stable201903~4226 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=8693aa6a13329a8612412789b5471c56e515ed45;hp=307a19a7ec790a7d9ff7fe8332ad4c326b2d32a0 BaseTools: Add the missing copyrights in BrotliCompress.bat Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Yonghong Zhu --- diff --git a/BaseTools/Source/C/BrotliCompress/BrotliCompress.bat b/BaseTools/Source/C/BrotliCompress/BrotliCompress.bat index 1bca076feb..e0fd76d74d 100644 --- a/BaseTools/Source/C/BrotliCompress/BrotliCompress.bat +++ b/BaseTools/Source/C/BrotliCompress/BrotliCompress.bat @@ -1,3 +1,16 @@ +@REM @file +@REM This script will exec Brotli tool with -e/-d options. +@REM +@REM Copyright (c) 2017, Intel Corporation. All rights reserved.
+@REM This program and the accompanying materials +@REM are licensed and made available under the terms and conditions of the BSD License +@REM which accompanies this distribution. The full text of the license may be found at +@REM http://opensource.org/licenses/bsd-license.php +@REM +@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +@REM + @echo off @setlocal