X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FPython%2FCalc-Deps.py;h=b022a907ae118f2adc6d159ff4b5ecf9a6dbf609;hp=204379a3cb682a19f66be69c676f5454b155be28;hb=3b7a53b68361391b97b99ef4108a033ed044736a;hpb=fc7599b9aab646dbc2e8eb90946688c8b22743d4 diff --git a/Tools/Python/Calc-Deps.py b/Tools/Python/Calc-Deps.py index 204379a3cb..b022a907ae 100755 --- a/Tools/Python/Calc-Deps.py +++ b/Tools/Python/Calc-Deps.py @@ -1,5 +1,14 @@ #!/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. """