diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-05 21:08:32 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-05 21:08:32 +0000 |
commit | 3b7a53b68361391b97b99ef4108a033ed044736a (patch) | |
tree | ae8e210f44f9727b52db4c88d3ed40bc0c5e9147 /Tools/Python/Calc-Deps.py | |
parent | fc7599b9aab646dbc2e8eb90946688c8b22743d4 (diff) | |
download | edk2-3b7a53b68361391b97b99ef4108a033ed044736a.tar.gz |
Add license header to Python files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2177 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Python/Calc-Deps.py')
-rwxr-xr-x | Tools/Python/Calc-Deps.py | 9 |
1 files changed, 9 insertions, 0 deletions
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. """ |