]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Eot/ParserWarning.py
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / Python / Eot / ParserWarning.py
index af8333af232e06c0556f6f30851105478028dd02..e84990a4909c509d79b6e2770316129f47b9de4c 100644 (file)
@@ -1,15 +1,9 @@
 ## @file\r
 # Warning information of Eot\r
 #\r
-#  Copyright (c) 2007 - 2010, Intel Corporation\r
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. 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
 class Warning (Exception):\r
     ## The constructor\r
@@ -23,4 +17,4 @@ class Warning (Exception):
         self.message = Str\r
         self.FileName = File\r
         self.LineNumber = Line\r
-        self.ToolName = 'EOT'
\ No newline at end of file
+        self.ToolName = 'EOT'\r