]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Tests/TianoCompress.py
CryptoPkg CLANG35: add -std=c99 to dodge OpenSSL C atomics issue
[mirror_edk2.git] / BaseTools / Tests / TianoCompress.py
index f6a4a6ae9c5d9fcda91c8434d47347247a2e1f73..685968b18fb3d6aed09e81d8fbdb483b229f882d 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 #  Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 \r
 ##\r
@@ -57,7 +51,7 @@ class Tests(TestTools.BaseToolsTest):
             print('Original data did not match decompress(compress(data))')\r
             self.DisplayBinaryData('original data', start)\r
             self.DisplayBinaryData('after compression', self.ReadTmpFile('output1'))\r
-            self.DisplayBinaryData('after decomression', finish)\r
+            self.DisplayBinaryData('after decompression', finish)\r
         self.assertTrue(startEqualsFinish)\r
 \r
     def testRandomDataCycles(self):\r