diff options
author | David Chisnall <theraven@FreeBSD.org> | 2012-03-13 13:20:01 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2012-03-13 13:20:01 +0000 |
commit | c28183e9401bafa52f68dea663e844d11a4662c4 (patch) | |
tree | 44ff11e0cd88299da3b5cf55206d00d4a28109f5 /dwarf_eh.h | |
parent | 1b99eac6fdcc6d6ae1a6abcc52c0c8bd5f55e752 (diff) |
Notes
Diffstat (limited to 'dwarf_eh.h')
-rw-r--r-- | dwarf_eh.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dwarf_eh.h b/dwarf_eh.h index 52e6369d978d..21557fc1a831 100644 --- a/dwarf_eh.h +++ b/dwarf_eh.h @@ -1,3 +1,28 @@ +/* + * Copyright 2010-2011 PathScale, Inc. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS + * IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, + * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; + * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ /** * dwarf_eh.h - Defines some helper functions for parsing DWARF exception * handling tables. |