]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/sitecustomize.py
BaseTools: Remove './SecMain' from 'run' target
[mirror_edk2.git] / BaseTools / Source / Python / sitecustomize.py
index cd315e022fb51d9e1c2b78d9d48518b4068ca155..7dbbf8a232ab19ed1bbec719d6f327940ee9e5a9 100644 (file)
@@ -1,19 +1,15 @@
-#
-# Copyright (c) 2009 - 2010, Apple, Inc. All rights reserved.
-#
-# All rights reserved. This program and the accompanying materials
-# are licensed and made available under the terms and conditions of the BSD License
-# which accompanies this distribution.  The full text of the license may be found at
-# http://opensource.org/licenses/bsd-license.php
-#
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-import sys
-import locale
-
-if sys.platform == "darwin":
-  DefaultLocal = locale.getdefaultlocale()[1]
-  if DefaultLocal is None:
-    DefaultLocal = 'UTF8'  
-  sys.setdefaultencoding(DefaultLocal)
-
+## @file\r
+#\r
+#\r
+# Copyright (c) 2009 - 2014, Apple Inc. All rights reserved.<BR>\r
+#\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+import sys\r
+import locale\r
+\r
+if sys.platform == "darwin":\r
+  DefaultLocal = locale.getdefaultlocale()[1]\r
+  if DefaultLocal is None:\r
+    DefaultLocal = 'UTF8'\r
+  sys.setdefaultencoding(DefaultLocal)\r
+\r