Changeset 30
- Timestamp:
- Jul 1, 2009, 10:54:59 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 5 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Copyright
r29 r30 1 Except for elf_common.h, elf32.h, elf64.h elf-i386.h and elf-amd64.h 2 all kStuff files are: 1 All kStuff files are: 3 2 4 Copyright (c) 2006-200 7Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>3 Copyright (c) 2006-2008 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net> 5 4 6 5 Permission is hereby granted, free of charge, to any person … … 25 24 OTHER DEALINGS IN THE SOFTWARE. 26 25 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 without35 modification, are permitted provided that the following conditions36 are met:37 1. Redistributions of source code must retain the above copyright38 notice, this list of conditions and the following disclaimer.39 2. Redistributions in binary form must reproduce the above copyright40 notice, this list of conditions and the following disclaimer in the41 documentation and/or other materials provided with the distribution.42 43 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND44 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE45 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE46 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE47 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL48 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS49 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)50 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT51 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY52 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF53 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 without62 modification, are permitted provided that the following conditions63 are met:64 1. Redistributions of source code must retain the above copyright65 notice, this list of conditions and the following disclaimer.66 2. Redistributions in binary form must reproduce the above copyright67 notice, this list of conditions and the following disclaimer in the68 documentation and/or other materials provided with the distribution.69 70 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND71 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE72 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE73 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE74 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL75 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS76 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)77 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT78 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY79 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF80 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 without89 modification, are permitted provided that the following conditions90 are met:91 1. Redistributions of source code must retain the above copyright92 notice, this list of conditions and the following disclaimer.93 2. Redistributions in binary form must reproduce the above copyright94 notice, this list of conditions and the following disclaimer in the95 documentation and/or other materials provided with the distribution.96 97 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND98 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE99 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE100 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE101 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL102 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS103 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)104 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT105 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY106 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF107 SUCH DAMAGE.108 109 -
trunk/kLdr/kLdrMod.c
r29 r30 39 39 # include <k/kLdrFmts/pe.h> 40 40 # include <k/kLdrFmts/lx.h> 41 # include <k/kLdrFmts/elf32.h>42 # include <k/kLdrFmts/elf64.h>43 41 # include <k/kLdrFmts/mach-o.h> 44 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.