[29] | 1 | Except for elf_common.h, elf32.h, elf64.h elf-i386.h and elf-amd64.h
|
---|
| 2 | all kStuff files are:
|
---|
| 3 |
|
---|
| 4 | Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
|
---|
| 5 |
|
---|
| 6 | Permission is hereby granted, free of charge, to any person
|
---|
| 7 | obtaining a copy of this software and associated documentation
|
---|
| 8 | files (the "Software"), to deal in the Software without
|
---|
| 9 | restriction, including without limitation the rights to use,
|
---|
| 10 | copy, modify, merge, publish, distribute, sublicense, and/or sell
|
---|
| 11 | copies of the Software, and to permit persons to whom the
|
---|
| 12 | Software is furnished to do so, subject to the following
|
---|
| 13 | conditions:
|
---|
| 14 |
|
---|
| 15 | The above copyright notice and this permission notice shall be
|
---|
| 16 | included in all copies or substantial portions of the Software.
|
---|
| 17 |
|
---|
| 18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
---|
| 19 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
---|
| 20 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
---|
| 21 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
---|
| 22 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
---|
| 23 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
| 24 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
---|
| 25 | OTHER DEALINGS IN THE SOFTWARE.
|
---|
| 26 |
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 | The file elf_common.h is:
|
---|
| 30 |
|
---|
| 31 | Copyright (c) 1998 John D. Polstra.
|
---|
| 32 | All rights reserved.
|
---|
| 33 |
|
---|
| 34 | Redistribution and use in source and binary forms, with or without
|
---|
| 35 | modification, are permitted provided that the following conditions
|
---|
| 36 | are met:
|
---|
| 37 | 1. Redistributions of source code must retain the above copyright
|
---|
| 38 | notice, this list of conditions and the following disclaimer.
|
---|
| 39 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
| 40 | notice, this list of conditions and the following disclaimer in the
|
---|
| 41 | documentation and/or other materials provided with the distribution.
|
---|
| 42 |
|
---|
| 43 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
---|
| 44 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
| 45 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
| 46 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
---|
| 47 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
| 48 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
---|
| 49 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
---|
| 50 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
| 51 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
---|
| 52 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
| 53 | SUCH DAMAGE.
|
---|
| 54 |
|
---|
| 55 |
|
---|
| 56 | The files elf-i386.h and elf-amd64.h are:
|
---|
| 57 |
|
---|
| 58 | Copyright (c) 1996-1997 John D. Polstra.
|
---|
| 59 | All rights reserved.
|
---|
| 60 |
|
---|
| 61 | Redistribution and use in source and binary forms, with or without
|
---|
| 62 | modification, are permitted provided that the following conditions
|
---|
| 63 | are met:
|
---|
| 64 | 1. Redistributions of source code must retain the above copyright
|
---|
| 65 | notice, this list of conditions and the following disclaimer.
|
---|
| 66 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
| 67 | notice, this list of conditions and the following disclaimer in the
|
---|
| 68 | documentation and/or other materials provided with the distribution.
|
---|
| 69 |
|
---|
| 70 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
---|
| 71 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
| 72 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
| 73 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
---|
| 74 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
| 75 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
---|
| 76 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
---|
| 77 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
| 78 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
---|
| 79 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
| 80 | SUCH DAMAGE.
|
---|
| 81 |
|
---|
| 82 |
|
---|
| 83 | The files elf32.h and elf64.h are:
|
---|
| 84 |
|
---|
| 85 | Copyright (c) 1996-1998 John D. Polstra.
|
---|
| 86 | All rights reserved.
|
---|
| 87 |
|
---|
| 88 | Redistribution and use in source and binary forms, with or without
|
---|
| 89 | modification, are permitted provided that the following conditions
|
---|
| 90 | are met:
|
---|
| 91 | 1. Redistributions of source code must retain the above copyright
|
---|
| 92 | notice, this list of conditions and the following disclaimer.
|
---|
| 93 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
| 94 | notice, this list of conditions and the following disclaimer in the
|
---|
| 95 | documentation and/or other materials provided with the distribution.
|
---|
| 96 |
|
---|
| 97 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
---|
| 98 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
| 99 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
| 100 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
---|
| 101 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
| 102 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
---|
| 103 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
---|
| 104 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
| 105 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
---|
| 106 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
| 107 | SUCH DAMAGE.
|
---|
| 108 |
|
---|
| 109 |
|
---|