diff options
author | Liming Gao <liming.gao@intel.com> | 2017-04-05 12:57:27 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2017-04-06 12:54:59 +0800 |
commit | 8693aa6a13329a8612412789b5471c56e515ed45 (patch) | |
tree | 4cafbfeb52b571dff224e9be705f0aa519cd6055 | |
parent | 307a19a7ec790a7d9ff7fe8332ad4c326b2d32a0 (diff) | |
download | edk2-8693aa6a13329a8612412789b5471c56e515ed45.zip edk2-8693aa6a13329a8612412789b5471c56e515ed45.tar.gz edk2-8693aa6a13329a8612412789b5471c56e515ed45.tar.bz2 |
BaseTools: Add the missing copyrights in BrotliCompress.bat
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
-rw-r--r-- | BaseTools/Source/C/BrotliCompress/BrotliCompress.bat | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/BaseTools/Source/C/BrotliCompress/BrotliCompress.bat b/BaseTools/Source/C/BrotliCompress/BrotliCompress.bat index 1bca076..e0fd76d 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.<BR>
+@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
|