X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=debug.py;h=0a004741c7e2c98522648e722a88b70c0617d9fb;hb=4d0ef5d3d040704f61e0814c9260c1a2ca11c24d;hp=b425e28e3373de0c9068669f99db3fc4be529fab;hpb=ae4dc6dd100a095d3e5ad7e7b5e89f58ffda9d91;p=apitrace diff --git a/debug.py b/debug.py index b425e28..0a00474 100644 --- a/debug.py +++ b/debug.py @@ -1,3 +1,28 @@ +########################################################################## +# +# Copyright 2008-2009 VMware, Inc. +# All Rights Reserved. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. +# +##########################################################################/ + '''Debugging utilities.'''