]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Python/Calc-Deps.py
Import BaseMemoryLibMmx;
[mirror_edk2.git] / Tools / Python / Calc-Deps.py
index 204379a3cb682a19f66be69c676f5454b155be28..b022a907ae118f2adc6d159ff4b5ecf9a6dbf609 100755 (executable)
@@ -1,5 +1,14 @@
 #!/usr/bin/env python
 
 #!/usr/bin/env python
 
+# Copyright (c) 2007, Intel Corporation
+# 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.
+
 """Calculate the dependencies a given module has by looking through the source
 code to see what guids and functions are referenced to see which Packages and
 Library Classes need to be referenced. """
 """Calculate the dependencies a given module has by looking through the source
 code to see what guids and functions are referenced to see which Packages and
 Library Classes need to be referenced. """