From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 71C6E21A04812 for ; Tue, 4 Apr 2017 21:57:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491368266; x=1522904266; h=from:to:cc:subject:date:message-id; bh=O8ksgk2LiwhY2P6TrRTlAoAWLwDbRZGCqUp9oCloch4=; b=F8ESgF4an19IZOFVNE+FZkRswaiokz8bwIbHnx2XasmQXXJkyJlA8mqN rqbkAQr6GpS1e+H2djSJxcNN+Zei/g==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2017 21:57:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,277,1486454400"; d="scan'208";a="842083041" Received: from lgao4-mobl1.ccr.corp.intel.com ([10.254.214.190]) by FMSMGA003.fm.intel.com with ESMTP; 04 Apr 2017 21:57:45 -0700 From: Liming Gao To: edk2-devel@lists.01.org Date: Wed, 5 Apr 2017 12:57:27 +0800 Message-Id: <20170405045727.6924-1-liming.gao@intel.com> X-Mailer: git-send-email 2.11.0.windows.1 Subject: [Patch] BaseTools: Add the missing copyrights in BrotliCompress.bat X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2017 04:57:46 -0000 Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- BaseTools/Source/C/BrotliCompress/BrotliCompress.bat | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.11.0.windows.1